Skip to main content

@slack/web-api / WorkflowsStepCompletedArguments

Interface: WorkflowsStepCompletedArguments

Defined in: src/types/request/workflows.ts:55

Extends

  • TokenOverridable

Properties

outputs?

optional outputs: Record<string, unknown>;

Defined in: src/types/request/workflows.ts:57


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

workflow_step_execute_id

workflow_step_execute_id: string;

Defined in: src/types/request/workflows.ts:56