@@ -105,6 +105,21 @@ export declare const components: {
105105 startedAt : number ;
106106 workId ?: string ;
107107 }
108+ | {
109+ args : any ;
110+ argsSize : number ;
111+ completedAt ?: number ;
112+ handle : string ;
113+ inProgress : boolean ;
114+ kind : "workflow" ;
115+ name : string ;
116+ runResult ?:
117+ | { kind : "success" ; returnValue : any }
118+ | { error : string ; kind : "failed" }
119+ | { kind : "canceled" } ;
120+ startedAt : number ;
121+ workflowId ?: string ;
122+ }
108123 | {
109124 args : { eventId ?: string } ;
110125 argsSize : number ;
@@ -118,7 +133,6 @@ export declare const components: {
118133 | { error : string ; kind : "failed" }
119134 | { kind : "canceled" } ;
120135 startedAt : number ;
121- workId ?: string ;
122136 } ;
123137 stepNumber : number ;
124138 workflowId : string ;
@@ -170,6 +184,21 @@ export declare const components: {
170184 startedAt : number ;
171185 workId ?: string ;
172186 }
187+ | {
188+ args : any ;
189+ argsSize : number ;
190+ completedAt ?: number ;
191+ handle : string ;
192+ inProgress : boolean ;
193+ kind : "workflow" ;
194+ name : string ;
195+ runResult ?:
196+ | { kind : "success" ; returnValue : any }
197+ | { error : string ; kind : "failed" }
198+ | { kind : "canceled" } ;
199+ startedAt : number ;
200+ workflowId ?: string ;
201+ }
173202 | {
174203 args : { eventId ?: string } ;
175204 argsSize : number ;
@@ -183,7 +212,6 @@ export declare const components: {
183212 | { error : string ; kind : "failed" }
184213 | { kind : "canceled" } ;
185214 startedAt : number ;
186- workId ?: string ;
187215 } ;
188216 } > ;
189217 workflowId : string ;
@@ -218,6 +246,21 @@ export declare const components: {
218246 startedAt : number ;
219247 workId ?: string ;
220248 }
249+ | {
250+ args : any ;
251+ argsSize : number ;
252+ completedAt ?: number ;
253+ handle : string ;
254+ inProgress : boolean ;
255+ kind : "workflow" ;
256+ name : string ;
257+ runResult ?:
258+ | { kind : "success" ; returnValue : any }
259+ | { error : string ; kind : "failed" }
260+ | { kind : "canceled" } ;
261+ startedAt : number ;
262+ workflowId ?: string ;
263+ }
221264 | {
222265 args : { eventId ?: string } ;
223266 argsSize : number ;
@@ -231,7 +274,6 @@ export declare const components: {
231274 | { error : string ; kind : "failed" }
232275 | { kind : "canceled" } ;
233276 startedAt : number ;
234- workId ?: string ;
235277 } ;
236278 stepNumber : number ;
237279 workflowId : string ;
@@ -302,6 +344,21 @@ export declare const components: {
302344 startedAt : number ;
303345 workId ?: string ;
304346 }
347+ | {
348+ args : any ;
349+ argsSize : number ;
350+ completedAt ?: number ;
351+ handle : string ;
352+ inProgress : boolean ;
353+ kind : "workflow" ;
354+ name : string ;
355+ runResult ?:
356+ | { kind : "success" ; returnValue : any }
357+ | { error : string ; kind : "failed" }
358+ | { kind : "canceled" } ;
359+ startedAt : number ;
360+ workflowId ?: string ;
361+ }
305362 | {
306363 args : { eventId ?: string } ;
307364 argsSize : number ;
@@ -315,7 +372,6 @@ export declare const components: {
315372 | { error : string ; kind : "failed" }
316373 | { kind : "canceled" } ;
317374 startedAt : number ;
318- workId ?: string ;
319375 } ;
320376 stepNumber : number ;
321377 workflowId : string ;
0 commit comments