MCPcopy Index your code
hub / github.com/simstudioai/sim / startWorkflowExecution

Method startWorkflowExecution

apps/sim/lib/logs/types.ts:434–434  ·  view source on GitHub ↗
(params: {
    workflowId: string
    workspaceId: string
    executionId: string
    trigger: ExecutionTrigger
    environment: ExecutionEnvironment
    workflowState: WorkflowState
  })

Source from the content-addressed store, hash-verified

432
433export interface ExecutionLoggerService {
434 startWorkflowExecution(params: {
435 workflowId: string
436 workspaceId: string
437 executionId: string

Callers 2

startMethod · 0.65
safeStartMethod · 0.65

Implementers 1

ExecutionLoggerapps/sim/lib/logs/execution/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected