## ProcessTemplateQuery


Query process templates and optionally hydrate steps and slots.


Usage

``` python
ProcessTemplateQuery(
    backend,
    *,
    shape="full",
    load="none",
    expand=None,
    on_unloaded=None,
    **kwargs
)
```


## Methods

| Name | Description |
|----|----|
| [filter_label()](#filter_label) | Return clone matching process-template label. |
| [include_resource_slots()](#include_resource_slots) | Return clone preloading process resource slots. |
| [include_step_templates()](#include_step_templates) | Return clone preloading process step templates. |

------------------------------------------------------------------------


#### filter_label()


Return clone matching process-template label.


Usage

``` python
filter_label(label)
```


------------------------------------------------------------------------


#### include_resource_slots()


Return clone preloading process resource slots.


Usage

``` python
include_resource_slots()
```


------------------------------------------------------------------------


#### include_step_templates()


Return clone preloading process step templates.


Usage

``` python
include_step_templates()
```
