(
spec: WorkflowAgentSpec,
lifecycle?: { onTaskCreated?: (taskId: string) => Promise<void> | void },
waitOptions?: WorkflowAgentWaitOptions
)
| 161 | |
| 162 | export interface WorkflowTaskAdapter { |
| 163 | runAgent( |
| 164 | spec: WorkflowAgentSpec, |
| 165 | lifecycle?: { onTaskCreated?: (taskId: string) => Promise<void> | void }, |
| 166 | waitOptions?: WorkflowAgentWaitOptions |
no outgoing calls
no test coverage detected