Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
76:process_execution [2021/03/15 15:05] prnr76:process_execution [2021/03/15 15:06] – [Step-by-step Activator] prnr
Line 88: Line 88:
 === Attributes === === Attributes ===
  
-Issue Type: defines the type of execution object which represents the workflow+**Issue Type**: defines the type of execution object which represents the workflow
  
-Start State & End State: defines the state transition from start to end state for which the activator is triggered (the first child Execution Object is created)+**Start State & End State**: defines the state transition from start to end state for which the activator is triggered (the first child Execution Object is created)
  
-Parent Next State: defines the state of the execution object which represents the workflow when all children are in end state (e.g. the workflow is finished)+**Parent Next State**: defines the state of the execution object which represents the workflow when all children are in end state (e.g. the workflow is finished)
  
-Bound-to-process: indicates whether this activator triggers for every Execution Object of type “Issue Type” (bound to process = false) or only when the Process Element is associated to the Execution Object (bound to process = true).+**Bound-to-process**: indicates whether this activator triggers for every Execution Object of type “Issue Type” (bound to process = false) or only when the Process Element is associated to the Execution Object (bound to process = true).
  
-Children Issue Type: defines the type of execution object a child-element is created with+**Children Issue Type**: defines the type of execution object a child-element is created with
  
-Children Issue Initial State: defines the state of execution object a child-element is created with (RTC only)+**Children Issue Initial State**: defines the state of execution object a child-element is created with (RTC only)
  
-Children Start State & Children End State: defines the state transition from start to end state for which a child is to be considered as done and the next child is created+**Children Start State & Children End State**: defines the state transition from start to end state for which a child is to be considered as done and the next child is created
  
-State is a group: defines whether the given state is the name of a single state or a state group (RTC only)+**State is a group**: defines whether the given state is the name of a single state or a state group (RTC only)
  
 ==== All-at-once Activator ==== ==== All-at-once Activator ====