Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Work with box action functions

Prevent sending of a step (removeWorkflowId)

Scroll Prev Top Next More

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');