Skip to main content

Interface: WorkflowRunAbilityConfig

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

Config for workflow_run ability

Properties

allowedModes?

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

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

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


allowedWorkflowUuids?

optional allowedWorkflowUuids: string[]

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

Workflow UUID allowlist. Empty means any authorized Workflow.


defaultBackgroundTimeoutSeconds?

optional defaultBackgroundTimeoutSeconds: number

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

Background run timeout in seconds (default: 600)