Skip to main content

Interface: WorkflowsStepFailedArguments

Extends

  • TokenOverridable

Properties

error

error: object;

message

message: string;

Defined in

packages/web-api/src/types/request/workflows.ts:14


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

packages/web-api/src/types/request/common.ts:43


workflow_step_execute_id

workflow_step_execute_id: string;

Defined in

packages/web-api/src/types/request/workflows.ts:13