-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Workflow] Do to talk about workflow, and explain what support option is for #20112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -81,6 +81,7 @@ Below is the configuration for the pull request state machine. | |||
marking_store: | |||
type: 'method' | |||
property: 'currentPlace' | |||
# The supports options is useful only if you are using twig functions ('workflow_*') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# The supports options is useful only if you are using twig functions ('workflow_*') | |
# the "supports" option is useful only if you are using Twig functions ('workflow_*') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did these changes while merging. Thanks!
@@ -132,6 +133,7 @@ Below is the configuration for the pull request state machine. | |||
<framework:property>currentPlace</framework:property> | |||
</framework:marking-store> | |||
|
|||
<!-- The supports options is useful only if you are using twig functions ('workflow_*') --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- The supports options is useful only if you are using twig functions ('workflow_*') --> | |
<!-- The "support" option is useful only if you are using Twig functions ('workflow_*') --> |
@@ -202,6 +204,7 @@ Below is the configuration for the pull request state machine. | |||
|
|||
$pullRequest | |||
->type('state_machine') | |||
// The supports options is useful only if you are using twig functions ('workflow_*') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// The supports options is useful only if you are using twig functions ('workflow_*') | |
// The "supports" option is useful only if you are using Twig functions ('workflow_*') |
Thanks Grég! |
Again, registry is root of so many confusion, we should not talk about it at all