Interface: WorkflowStepExecuteEvent
Properties
callback_id
callback_id: string;
Defined in
event_ts
event_ts: string;
Defined in
type
type: "workflow_step_execute";
Defined in
workflow_step
workflow_step: object;
inputs
inputs: object;
Index Signature
[key
: string
]: object
outputs
outputs: object[];
step_id
step_id: string;
workflow_id
workflow_id: string;
workflow_instance_id
workflow_instance_id: string;
workflow_step_execute_id
workflow_step_execute_id: string;