Task flow engine implementation
This commit is contained in:
parent
5502d1d535
commit
a00f1b615b
15 changed files with 517 additions and 86 deletions
|
|
@ -3,7 +3,13 @@ entity_type: capability_request
|
|||
workstations:
|
||||
- name: requested
|
||||
description: Capability has been requested and awaits routing or acceptance.
|
||||
entry_assertions: []
|
||||
entry_assertions:
|
||||
- id: capability_request.from_routing_disputed
|
||||
target: previous_workstation
|
||||
op: any_eq
|
||||
value:
|
||||
- routing_disputed
|
||||
description: Rerouting returns a disputed request to requested.
|
||||
exit_assertions: []
|
||||
- name: routing_disputed
|
||||
description: Routing decision has been disputed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue