Workflows

Eve provides three approved-operation surfaces. Choose the smallest surface that safely represents the work instead of exposing arbitrary backend access.

NeedUse
A fixed, parameterized endpoint operationTemplate
A stable application-facing contract over an approved operationPublished API
A durable, multi-step process with lifecycle stateWorkflow

Lifecycle

  1. Configure the endpoint and its access policy.
  2. Create the approved template or published API shape.
  3. Create or update a workflow definition where orchestration is required.
  4. Inspect workflow versions and optionally plan a version before execution.
  5. Start a workflow run with POST /workflows/{workflow}/runs.
  6. Inspect, cancel, resume, fork, export, or import a run through the workflow-run APIs.
Last updated: July 10, 2026