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
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
130
130
*/
131
-
produceEvents?: {
132
-
/**
133
-
* References a name of a defined event
134
-
*/
135
-
eventRef: string;
136
-
/**
137
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* If set to true, triggers workflow compensation when before this transition is taken. Default is false
153
134
*/
@@ -163,26 +144,7 @@ export type End =
163
144
/**
164
145
* Defines events that should be produced
165
146
*/
166
-
produceEvents?: {
167
-
/**
168
-
* References a name of a defined event
169
-
*/
170
-
eventRef: string;
171
-
/**
172
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
258
220
*/
259
-
produceEvents?: {
260
-
/**
261
-
* References a name of a defined event
262
-
*/
263
-
eventRef: string;
264
-
/**
265
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
355
298
*/
356
-
produceEvents?: {
357
-
/**
358
-
* References a name of a defined event
359
-
*/
360
-
eventRef: string;
361
-
/**
362
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
462
386
*/
463
-
produceEvents?: {
464
-
/**
465
-
* References a name of a defined event
466
-
*/
467
-
eventRef: string;
468
-
/**
469
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
* Array of events to be produced before the transition happens
715
620
*/
716
-
produceEvents?: {
717
-
/**
718
-
* References a name of a defined event
719
-
*/
720
-
eventRef: string;
721
-
/**
722
-
* If String, expression which selects parts of the states data output to become the data of the produced event. If object a custom object to become the data of produced event.
0 commit comments