createExecutionContext()
Popii / createExecutionContext
Function: createExecutionContext()
Section titled “Function: createExecutionContext()”createExecutionContext(
type,definitionId,options?):ExecutionContext
Defined in: runtime/execution.ts:20
Parameters
Section titled “Parameters”"command" | "event" | "component" | "task"
definitionId
Section titled “definitionId”string
options?
Section titled “options?”string
clock?
Section titled “clock?”() => number
signal?
Section titled “signal?”AbortSignal
locals?
Section titled “locals?”Record<string, unknown>