Filter: gravityflow_send_to_step_condition_met_required
Confirms whether the step conditions being met is required to send a workflow to a specific step.
Parameters
| Name | Type | Description |
|---|---|---|
| $conditions_met_required | bool | Whether to pass a workflow to a step that has failed its required 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 251