From 67f24449f7419f62efc3c559b955376cab37e9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20HEITZMANN?= <2le@2le.net> Date: Thu, 2 Jun 2022 14:31:19 +0200 Subject: [PATCH] Update workflow.rst --- workflow.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workflow.rst b/workflow.rst index 730ddc0926b..9328f4caa82 100644 --- a/workflow.rst +++ b/workflow.rst @@ -799,6 +799,10 @@ of domain logic in your templates: ``workflow_transitions()`` Returns an array with all the transitions enabled for the given object. + + - Parameters: + * object $subject, + * string $name = null : Workflow name ( first if null ) ``workflow_transition()`` Returns a specific transition enabled for the given object and transition name.