You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/definitions/actiondatafilter.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ export class Actiondatafilter {
23
23
* Workflow expression that selects state data that the state action can use
24
24
*/
25
25
fromStateData?: string;
26
+
/**
27
+
* If set to false, action data results are not added/merged to state data. In this case 'results' and 'toStateData' should be ignored. Default is true.
28
+
*/
29
+
useResults?: boolean;
26
30
/**
27
31
* Workflow expression that filters the actions data results
0 commit comments