@include('workflow::workflows.criteriables.criteriable')
@foreach($workflowTypes as $workflowType)
@include('workflow::workflows.workflowables.' . $workflowType->name, [
'type' => $workflowType,
'edit' => $edit,
'workflow' => isset($edit) && $edit && isset($workflow) ? $workflow : null,
'scheduleWorkflowRxecutionRules' => $scheduleWorkflowRxecutionRules,
'durations' => $durations
])
@endforeach
@foreach ($actionsTypes as $actionType)
@endforeach