pub fn parse_workflow(
path: &Path,
) -> Result<(Workflow, WorkflowSource), ZigError>Expand description
Parse a .zug file, handling both plain TOML and zip archives.
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.