Skip to main content

@slack/web-api / WorkflowsUpdateStepArguments

Interface: WorkflowsUpdateStepArguments

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

Extends

  • TokenOverridable

Properties

inputs?

optional inputs: object;

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

Index Signature

[name: string]: object

outputs?

optional outputs: object[];

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

label

label: string;

name

name: string;

type

type: string;

step_image_url?

optional step_image_url: string;

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


step_name?

optional step_name: string;

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


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_edit_id

workflow_step_edit_id: string;

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