Hi all. I’m fairly new in Gravity Forms/Flow.
Is there a hook “gravityflow_step_settings” that adds a trigger workflow option to the start step? Chat GPT gave this hook as an option but I don’t see it on any of the documentation.
Thank you!
Hi all. I’m fairly new in Gravity Forms/Flow.
Is there a hook “gravityflow_step_settings” that adds a trigger workflow option to the start step? Chat GPT gave this hook as an option but I don’t see it on any of the documentation.
Thank you!
No. The closest to that specific name that is a filter is gravityflow_step_settings_fields but it’s focused on adding your own settings or let existing ones be modified.
The closest you would likely be looking for is either:
gravityflow_step_is_condition_met to define logic for when the step should begin automatically. The default cron job with Gravity Flow checks all pending step/entries every 15 mins whether to begin their process function.
Orchestration API to send an entry to a different step. If your start step (or an approval step that has an assignee that will never action the entry) is “holding” for you, then your separate logic could use the API to move it to the first/next which does begin to trigger automated or user behaviour.
J
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.