Add support for new snapshot keyword and object into workflow parser

This commit is contained in:
lawrencegripper
2025-09-04 15:25:36 +00:00
committed by GitHub
parent ce274ee2ce
commit 4faa096820
5 changed files with 161 additions and 4 deletions
@@ -41,6 +41,7 @@ export type BaseJob = {
concurrency?: TemplateToken;
strategy?: TemplateToken;
outputs?: MappingToken;
snapshot?: TemplateToken;
};
// `job-factory` in the schema