Skip to content

Commit 42cb30a

Browse files
Update specification.md
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
1 parent b215715 commit 42cb30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4509,7 +4509,7 @@ Error definitions are [RFC 7807](https://datatracker.ietf.org/doc/html/rfc7807)
45094509

45104510
Property `instance` identifies the component within a workflow definition from which the described error originates. It is set by runtimes when throwing an error.
45114511

4512-
For example, in the above definition, the source '/states/0/actions/0' indicates that the error originates from the execution of the first action of the first state of the workflow definitions.
4512+
For example, in the above definition, the source `/states/0/actions/0` indicates that the error originates from the execution of the first action of the first state of the workflow definitions.
45134513
This helps both users and implementers to describe and communicate about origins of errors without technical, technology/platform specific knowledge or understanding.
45144514

45154515
Property `type` is an URI used to identify the type of the error.

0 commit comments

Comments
 (0)