Start runs
Run linear defineWorkflow steps as one multi-step SDK Execution.
Use lunnoa.runs.start for a linear multi-step ad-hoc Execution (source: SDK) without deploying a workflow first. Each step is a catalogue action. The result is one Execution with a multi-step executionPath, not a soft batch or correlation id.
For a single catalogue action, prefer Run actions (actions.run). To persist a workflow in Automate, use the CLI.
Start from a definition or steps
start-run.ts
You can also pass { steps, projectId?, name? } or a raw step array. Connection resolution per step matches actions.run: sole usable connection, else workspace default, else 400 with candidates.