
|
|||||||||
![]() |
|||||||||
Concept: Activity definitionDefinition of a workflow step
|
|||||||||
![]() |
|||||||||
An activity definition represents a step within a workflow definition. Each activity definition has an action that performs the step, such as sending an e-mail or asking the user a question. The activity definition provides the information that the action requires, such as the e-mail address or the text and possible answers of the question. This information may be fixed, or based on data from the case and parameters. An activity definition in the workflow studio
A number of transitions are also defined by the activity definition, specifying the next activity to
execute for each possible result of the activity.In addition, activity definitions contain:
When a new workflow instance is started, the executing activities are represented by activity instances. Ordinarily, only one activity can be executing at any point in time. Split activities may be used to launch multiple threads concurrently - see segment definitions for further information. |
|||||||||
See also: Action, Activity instance, Workflow definition, Segment definition, Thread definition, Case document |