Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ibexa:
message: "Sent to the legal department"
validate: true
back_to_draft:
# Notice the reverse property referring to previous transition label
reverse: to_legal
label: Back to draft
color: '#cb8888'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Line 36 in the listener above sets a custom result value for the transition.
You can use this value in other stages and transitions for this content item, for example:

``` yaml hl_lines="10 11"
[[= include_file('code_samples/workflow/custom_workflow/config/packages/workflows.yaml', 43, 54) =]]
[[= include_file('code_samples/workflow/custom_workflow/config/packages/workflows.yaml', 44, 55) =]]
```

The action indicated here is performed only if the result from the `legal_transition_action` is set to `true`.
Expand Down
Loading