Property and Action Key Configuration¶
This section defines the configuration of property and action keys used within the maintenance setup.
Property keys can be specified to access additional machine properties that are relevant for maintenance.
Action keys can be specified to reference actions that can be executed as part of the maintenance process.
Both configurations are optional and allow mapping between logical keys used in the configuration and the actual property or action identifiers used in the fleet.
Configured properties can be used to exclude individual machines from maintenance based on a defined property value.
---
task:
...
settings:
...
signals:
...
properties:
equipment_id: "equipment_id_property_key"
actions:
service_hours_reset: "action_id"
models:
...
Explanation¶
- properties: (optional) key and value (property key) that are used for getting additional maintenance relevant machine properties.
- actions: (optional) key and value (action key) that are used for executing an action.
Ignore Individual Machines Using Machine Properties¶
If a property configuration with the normalized key maintenance_service_excluded is defined in the catalog, machines can be excluded from maintenance based on this property.
The following example shows how to configure the property in the catalog.
properties:
maintenance_service_excluded: "maintenance_service_excluded_example_key"
All machines that have the property maintenance_service_excluded_example_key configured and populated with the value true (case-insensitive) will be excluded from maintenance, even if their model is present in the catalog.
Note
The actual machine property key is free of choice for the fleet use.