We've encountered an issue exporting this macro. Please try exporting this page again later.
Description
Sets the screen for a workflow transition.
Parameters
Return Type
Boolean (true/false)
Returns 'true' if the screen was set on the workflow transition and 'false' otherwise.
Example
admAddScreenToTransition("My workflow", "Start Progress", "Default Screen");
The "Default Screen" will be set on the "Start Progress" transition for the workflow "My Workflow".
You cannot set a transition screen for the system workflow, as it is not editable. If the workflow is active and already has a draft, the transition screen will only be set on the draft workflow, so you will need to publish the draft for the changes to take effect.
See also