Interface: WorkflowRunAbilityConfig
Defined in: packages/sdk/src/types/ability-types.ts:440
Config for workflow_run ability
Properties
allowedModes?
optionalallowedModes: ("current_chat"|"background")[]
Defined in: packages/sdk/src/types/ability-types.ts:444
Enabled run modes (default: ['current_chat'])
allowedWorkflowUuids?
optionalallowedWorkflowUuids:string[]
Defined in: packages/sdk/src/types/ability-types.ts:442
Workflow UUID allowlist. Empty means any authorized Workflow.
defaultBackgroundTimeoutSeconds?
optionaldefaultBackgroundTimeoutSeconds:number
Defined in: packages/sdk/src/types/ability-types.ts:446
Background run timeout in seconds (default: 600)