Interface: WorkflowsStepFailedArguments
Defined in: packages/web-api/src/types/request/workflows.ts:12
Extends
TokenOverridable
Properties
error
error: object;
Defined in: packages/web-api/src/types/request/workflows.ts:14
message
message: string;
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_execute_id
workflow_step_execute_id: string;
Defined in: packages/web-api/src/types/request/workflows.ts:13