Skip to content

Commit 9e75d47

Browse files
committed
minor #18016 [Workflow] MarkingStore: remove "arguments" and add "property" (adpauly)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Workflow] MarkingStore: remove "arguments" and add "property" Node "arguments" being deleted from SF 5.0, I think we could delete it in doc. I selected 6.2 as base but all docs from 5.0 should be updated. On the contrary, the node "property" is missing. Sorry if my contribution is clumsy, it is only the second/third. :) ```yaml #... workflows: # Prototype name: audit_trail: enabled: false type: state_machine # One of "workflow"; "state_machine" marking_store: # "arguments" does not exist anymore from SF5.0 <----- type: ~ # One of "method" property: marking service: ~ supports: [] support_strategy: ~ initial_marking: [] # Select which Transition events should be dispatched for this Workflow events_to_dispatch: # Examples: - workflow.enter - workflow.transition # ... ``` Commits ------- fda6335 [Workflow] MarkingStore: remove "arguments" and add "property"
2 parents 271e4dc + fda6335 commit 9e75d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3485,7 +3485,7 @@ marking_store
34853485

34863486
Each marking store can define any of these options:
34873487

3488-
* ``arguments`` (**type**: ``array``)
3488+
* ``property`` (**type**: ``string`` **default**: ``'marking'``)
34893489
* ``service`` (**type**: ``string``)
34903490
* ``type`` (**type**: ``string`` **allow value**: ``'method'``)
34913491

0 commit comments

Comments
 (0)