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