Interface: WorkflowsUpdateStepArguments
Defined in: packages/web-api/src/types/request/workflows.ts:19
Extends
TokenOverridable
Properties
inputs?
optional inputs: object;
Defined in: packages/web-api/src/types/request/workflows.ts:23
Index Signature
[name: string]: object
outputs?
optional outputs: object[];
Defined in: packages/web-api/src/types/request/workflows.ts:34
label
label: string;
name
name: string;
type
type: string;
step_image_url?
optional step_image_url: string;
Defined in: packages/web-api/src/types/request/workflows.ts:21
step_name?
optional step_name: string;
Defined in: packages/web-api/src/types/request/workflows.ts:22
token?
optional token: string;
Defined in: packages/web-api/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: packages/web-api/src/types/request/workflows.ts:20