We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292c201 commit a647732Copy full SHA for a647732
workflow.rst
@@ -613,11 +613,6 @@ Then you can access this metadata in your controller as follows::
613
->getWorkflowMetadata()['title'] ?? false
614
;
615
616
- // or
617
- $title = $workflow->getMetadataStore()
618
- ->getWorkflowMetadata()['title'] ?? false
619
- ;
620
-
621
// or
622
$aTransition = $workflow->getDefinition()->getTransitions()[0];
623
$transitionTitle = $workflow
0 commit comments