Workflow Operations

Add production operating behavior to a workflow. Use for schedules and event triggers, completion or failure notifications, targeted retries, operational logging, and follow-on automation.

tines 1a828d7 937 B Updated

File contents

Workflow operations

Add operating behavior from the workflow’s real reliability requirements:

  • Choose a schedule or event trigger that matches when the source data becomes ready.
  • Notify only people who can act, and include the workflow, run, outcome, and next action.
  • Retry transient operations with bounded attempts; surface permanent or exhausted failures.
  • Log stable identifiers and decisions needed to trace a run without recording secrets or redundant payloads.
  • Build follow-on automation as another composable workflow when it has an independent trigger, owner, or lifecycle.

Run the workflow with representative input after changing its operating behavior.

tines/skills/tree/main/skills/workflow-operations commit 1a828d73c7

Frequently asked questions

npx skillmds@latest add tines/workflow-operations