Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Type

Required

Description

workflowstringyesThe workflow Workflow name.
transitionstringyesThe transition Transition name or id.
screenstringyesThe 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");

...