Skip to main content

@slack/web-api / WorkflowStepExecuteEvent

Interface: WorkflowStepExecuteEvent

Defined in: node_modules/@slack/types/dist/events/steps-from-apps.d.ts:61

Properties

callback_id

callback_id: string;

Defined in: node_modules/@slack/types/dist/events/steps-from-apps.d.ts:63


event_ts

event_ts: string;

Defined in: node_modules/@slack/types/dist/events/steps-from-apps.d.ts:80


type

type: "workflow_step_execute";

Defined in: node_modules/@slack/types/dist/events/steps-from-apps.d.ts:62


workflow_step

workflow_step: object;

Defined in: node_modules/@slack/types/dist/events/steps-from-apps.d.ts:64

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;