Skip to main contentModule parser
Source - WorkflowSource
- Tracks where a workflow’s associated files live.
- extract_zip
- Extract a zip archive into a destination directory.
- find_workflow_files
- Recursively find
.toml and .zwf workflow files in a directory
(only the top level and immediate subdirectories). - parse
- Parse a workflow from a TOML string.
- parse_file
- Parse a plain
.zwf workflow file from disk. - parse_workflow
- Parse a workflow file, handling both plain
.zwf and zipped .zwfz. - to_toml
- Serialize a workflow back to TOML (for the
create command).