2026-05-01 22:19:03 +02:00
|
|
|
id: custodian.task.v1
|
|
|
|
|
entity_type: task
|
|
|
|
|
workstations:
|
2026-05-26 01:32:50 +02:00
|
|
|
- name: wait
|
|
|
|
|
description: Task is waiting on another actor, event, decision, input, or condition.
|
|
|
|
|
entry_assertions: []
|
|
|
|
|
exit_assertions: []
|
2026-05-01 22:19:03 +02:00
|
|
|
- name: todo
|
|
|
|
|
description: Task is known but not currently underway.
|
|
|
|
|
entry_assertions: []
|
|
|
|
|
exit_assertions: []
|
2026-05-26 01:32:50 +02:00
|
|
|
- name: progress
|
2026-05-01 22:19:03 +02:00
|
|
|
description: Task is being actively worked.
|
|
|
|
|
entry_assertions:
|
|
|
|
|
- id: task.needs_human_false
|
|
|
|
|
target: needs_human
|
|
|
|
|
op: all_eq
|
|
|
|
|
value: false
|
|
|
|
|
description: Human intervention is not currently required.
|
|
|
|
|
exit_assertions:
|
|
|
|
|
- id: task.needs_human_false
|
|
|
|
|
target: needs_human
|
|
|
|
|
op: all_eq
|
|
|
|
|
value: false
|
|
|
|
|
description: Human intervention is not currently required.
|
|
|
|
|
- name: done
|
|
|
|
|
description: Task is complete.
|
|
|
|
|
entry_assertions: []
|
|
|
|
|
exit_assertions: []
|
2026-05-26 01:32:50 +02:00
|
|
|
- name: cancel
|
2026-05-01 22:19:03 +02:00
|
|
|
description: Task is intentionally not being completed.
|
|
|
|
|
entry_assertions: []
|
|
|
|
|
exit_assertions: []
|