Skip to content

Commit e9a4d61

Browse files
committed
Fix examples
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent fa90b6d commit e9a4d61

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)