Skip to main content
Skip to main content

WorkflowData

WorkflowData: T extends object ? { [Key in keyof T]: WorkflowData<T[Key]> } : WorkflowDataProperties<T> & WorkflowDataProperties<T> & object

This type is used to encapsulate the input or output type of all utils.

Type Parameters

TobjectRequired
The type of a step's input or result.
Was this section helpful?