3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/plan/plan.workflows.yml

18 lines
317 B
YAML

plan_default:
id: plan_default
group: plan
label: 'Default'
states:
active:
label: Active
archived:
label: Archived
transitions:
archive:
label: 'Archive'
from: [active]
to: archived
to_active:
label: 'Make active'
from: [archived]
to: active