UNPKG

@workflow-manager/runner

Version:

CLI runner for in-memory and markdown workflow orchestration using ATEP-like envelopes

3 lines (2 loc) 256 B
import type { InputEnvelope, OutputEnvelope, StepDefinition, StepExecutionHooks } from "./types.js"; export declare function executeMockStep(step: StepDefinition, input: InputEnvelope, attempt: number, hooks?: StepExecutionHooks): Promise<OutputEnvelope>;