You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Branson edited this page Jan 12, 2015
·
1 revision
The Workflow object is the container for all Activities in an Item. It resolves all activity paths from execution requests to individual Activities, and passes requests to them. Its contents are fixed as two CompositeActivities: one PredefinedStepContainer, which is a non-persistent container for all implemented PredefinedSteps, and a persistent CompositeActivity that contains the domain workflow, instantiated from a Workflow description. Workflow descriptions can be any self-contained CompositeActivity description Item.
During Item initialization, the Workflow object activates the first Activity of the domain workflow, enabling execution.