Commit 9e75d47
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"1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3485 | 3485 | | |
3486 | 3486 | | |
3487 | 3487 | | |
3488 | | - | |
| 3488 | + | |
3489 | 3489 | | |
3490 | 3490 | | |
3491 | 3491 | | |
| |||
0 commit comments