pub fn parse_workflow(
path: &Path,
) -> Result<(Workflow, WorkflowSource), ZigError>Expand description
Parse a workflow file, handling both plain .zwf and zipped .zwfz.
Returns the parsed Workflow and a WorkflowSource that tracks the
effective directory for resolving relative file paths. The source must
be kept alive during execution.