Skip to end of banner
Go to start of banner

admAddScreenToTransition

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Availability

This routine is available starting with SIL Engine™ 2.5.19 / 2.6.11.

Syntax

admAddScreenToTransition(workflow, transition, screen)

Description

Sets the screen for a workflow transition.

Parameters

Parameter name

Type

Required

Description

workflowstringyesWorkflow name.
transitionstringyesTransition name or id.
screenstringyesScreen name.

Return type

boolean

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

  • No labels