Skip to content

Commit dc371ca

Browse files
cdavernasmatthias-pichler
authored andcommitted
Fix examples
Signed-off-by: Charles d'Avernas <[email protected]> Signed-off-by: Matthias Pichler <[email protected]>
1 parent 70d5d1d commit dc371ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/raise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ do:
1010
type: https://serverlessworkflow.io/errors/not-implemented
1111
status: 500
1212
title: Not Implemented
13-
detail: "The workflow '\($workflow.definition.document.name):\($workflow.definition.document.version)' is a work in progress and cannot be run yet"
13+
detail: ${ "The workflow '\( $workflow.definition.document.name ):\( $workflow.definition.document.version )' is a work in progress and cannot be run yet" }

0 commit comments

Comments
 (0)