Skip to main content

Interface: WorkflowStepExecuteEvent

Properties

callback_id

callback_id: string;

Defined in

events/steps-from-apps.ts:67


event_ts

event_ts: string;

Defined in

events/steps-from-apps.ts:85


type

type: "workflow_step_execute";

Defined in

events/steps-from-apps.ts:66


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;

Defined in

events/steps-from-apps.ts:68