This function allows you to prevent a step from being sent. By default, all previously selected steps are sent automatically after a box action is executed.
Parameter |
Typ |
Description |
|---|---|---|
$workflowId |
string |
Workflow ID of the step which should not be sent. |
This function does not return any values.
Example:
…
$this->removeWorkflowId('ab8f62bcd96199d8715210432a0213540000000420');
…