Filter: gravityflow_send_to_step_condition_not_met
Determines what next step a workflow should proceed to instead of the selected step that failed its step conditions.
Parameters
| Name | Type | Description |
|---|---|---|
| $next_step | bool|\Gravity_Flow_Step | The next step to send the entry to. Defaults to the next step after the proposed new step that meets its' start conditions. |
| $new_step | \Gravity_Flow_Step | The proposed new step that failed its step conditions. |
| $current_step | \Gravity_Flow_Step | The current step. |
| $entry | array | The current entry. |
| $form | array | The current form. |
Since
Source
Defined in includes/class-api.php at line 293