ProcessTemplateQuery
Query process templates and optionally hydrate steps and slots.
Usage
ProcessTemplateQuery(
backend,
*,
shape="full",
load="none",
expand=None,
on_unloaded=None,
**kwargs
)Methods
| Name | Description |
|---|---|
| filter_label() | Return clone matching process-template label. |
| include_resource_slots() | Return clone preloading process resource slots. |
| include_step_templates() | Return clone preloading process step templates. |
filter_label()
Return clone matching process-template label.
Usage
filter_label(label)include_resource_slots()
Return clone preloading process resource slots.
Usage
include_resource_slots()include_step_templates()
Return clone preloading process step templates.
Usage
include_step_templates()