Load workflow template from file.
Path to template file
Result with WorkflowDefinition or ParseError
Execute a workflow with inputs.
Workflow definition
Input values
Result with WorkflowResult or WorkflowError
Get execution status.
Execution ID to check
Current execution status
Cancel a running workflow.
Execution ID to cancel
Result with void or WorkflowError
Get a built-in or registered template definition by name.
Template name (e.g., 'code-review')
The workflow definition, or undefined if not found
Workflow engine interface.