Update workflow definition and configuration
The configuration for the workflow in the config/packages/workflow.yaml file has also been updated, notably by adding a marking store.
This commit is contained in:
parent
b6bc9e4a3a
commit
8a61ff2b7a
5
.changes/unreleased/Fixed-20240718-161018.yaml
Normal file
5
.changes/unreleased/Fixed-20240718-161018.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
kind: Fixed
|
||||||
|
body: Fix definition of workflow
|
||||||
|
time: 2024-07-18T16:10:18.504872917+02:00
|
||||||
|
custom:
|
||||||
|
Issue: ""
|
@ -11,6 +11,9 @@ framework:
|
|||||||
fr: 'Suivi'
|
fr: 'Suivi'
|
||||||
support_strategy: Chill\MainBundle\Workflow\RelatedEntityWorkflowSupportsStrategy
|
support_strategy: Chill\MainBundle\Workflow\RelatedEntityWorkflowSupportsStrategy
|
||||||
initial_marking: 'initial'
|
initial_marking: 'initial'
|
||||||
|
marking_store:
|
||||||
|
type: method
|
||||||
|
property: step
|
||||||
places:
|
places:
|
||||||
initial:
|
initial:
|
||||||
metadata:
|
metadata:
|
||||||
|
Loading…
Reference in New Issue
Block a user