...
Parameter name | Type | Required | Description |
---|---|---|---|
workflow | string | yes | The workflow Workflow name. |
transition | string | yes | The transition Transition name or id. |
screen | string | yes | The screen Screen name. |
Return type
boolean
True Returns 'true' if the screen was set on the workflow transition , and 'false' otherwise.
Example
Code Block |
---|
admAddScreenToTransition("My workflow", "Start Progress", "Default Screen"); |
...