(params: {
workflowId: string
workspaceId: string
executionId: string
trigger: ExecutionTrigger
environment: ExecutionEnvironment
workflowState: WorkflowState
})
| 432 | |
| 433 | export interface ExecutionLoggerService { |
| 434 | startWorkflowExecution(params: { |
| 435 | workflowId: string |
| 436 | workspaceId: string |
| 437 | executionId: string |
no outgoing calls
no test coverage detected