Skip to content

Commit df116c9

Browse files
author
Tihomir Surdilovic
committed
Update for state data comment
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 6652b40 commit df116c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ It filters the state's data output to be passed as data input to the transitioni
269269
If the current state is the workflow end state, the filtered state's data output becomes the workflow data output.
270270
If `output` is not defined or does not select any parts of the state's data output, its data output is not filtered.
271271

272-
The results of the `input` and `output` expressions should be merged into the state data.
272+
Results of the `input` expression should become the state data.
273+
Results of the `output` expression should become the state data output.
274+
273275
For more information on this you can reference the [data merging](#Data-Merging) section.
274276

275277
Let's take a look at some examples of state filters. For our examples let's say the data input to our state is as follows:

0 commit comments

Comments
 (0)