File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,9 @@ It filters the state's data output to be passed as data input to the transitioni
269
269
If the current state is the workflow end state, the filtered state's data output becomes the workflow data output.
270
270
If `output` is not defined or does not select any parts of the state's data output, its data output is not filtered.
271
271
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
+
273
275
For more information on this you can reference the [data merging](#Data-Merging) section.
274
276
275
277
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 :
You can’t perform that action at this time.
0 commit comments