
|
||||||||||||||||||
![]() |
||||||||||||||||||
Concept: Activity instanceActivity within a running workflow instance.
|
||||||||||||||||||
![]() |
||||||||||||||||||
Activity instances represent steps that can be executed within a
workflow instance. Each activity instance
is started by an incoming transition from a previous activity instance. It then initiates its
action based on information from its
activity definition and the
current case document and waits for a response.
When a response is received the activity instance triggers the correct outgoing transition
to the next activity. Each activity instance has:
An activity instance is contained within a thread instance and segment intance that represent the thread definition and segment definition within the workflow instance. |
||||||||||||||||||
See also: Activity definition, Workflow instance, Segment instance, Thread instance, Transition |