Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.08 KB

File metadata and controls

49 lines (29 loc) · 1.08 KB

@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