Skip to main content

Interface: WorkflowRunAbilityConfig

Defined in: packages/sdk/src/types/ability-types.ts:395

Config for workflow_run ability

Properties

allowedModes?

optional allowedModes: ("current_chat" | "background")[]

Defined in: packages/sdk/src/types/ability-types.ts:399

Enabled run modes (default: ['current_chat'])


allowedWorkflowUuids?

optional allowedWorkflowUuids: string[]

Defined in: packages/sdk/src/types/ability-types.ts:397

Workflow UUID allowlist. Empty means any authorized Workflow.


defaultBackgroundTimeoutSeconds?

optional defaultBackgroundTimeoutSeconds: number

Defined in: packages/sdk/src/types/ability-types.ts:401

Background run timeout in seconds (default: 600)