Skip to main content

Interface: WorkflowRunAbilityConfig

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

Config for workflow_run ability

Properties

allowedModes?

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

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

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


allowedWorkflowUuids?

optional allowedWorkflowUuids: string[]

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

Workflow UUID allowlist. Empty means any authorized Workflow.


defaultBackgroundTimeoutSeconds?

optional defaultBackgroundTimeoutSeconds: number

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

Background run timeout in seconds (default: 600)