Workflows[]*WorkflowTemplate`yaml:"workflows,omitempty" jsonschema:"title=list of workflows to execute,description=List of workflows to execute for template"`
Templatestring`yaml:"template,omitempty" jsonschema:"title=template/directory to execute,description=Template or directory to execute as part of workflow"`
Matchers[]*Matcher`yaml:"matchers,omitempty" jsonschema:"title=name based template result matchers,description=Matchers perform name based matching to run subtemplates for a workflow"`
Subtemplates[]*WorkflowTemplate`yaml:"subtemplates,omitempty" jsonschema:"title=subtemplate based result matchers,description=Subtemplates are ran if the template field Template matches"`
Subtemplates[]*WorkflowTemplate`yaml:"subtemplates,omitempty" jsonschema:"title=templates to run after match,description=Templates to run after match"`