Save next step in trigger handler
[MAILPOET-4787]
This commit is contained in:
@@ -74,6 +74,8 @@ class TriggerHandler {
|
||||
'step_id' => $nextStep ? $nextStep->getId() : null,
|
||||
],
|
||||
]);
|
||||
|
||||
$this->workflowRunStorage->updateNextStep($workflowRunId, $nextStep ? $nextStep->getId() : null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user