Effectors, Sensors, and Policies
Effectors, sensors, and policies are adjuncts attached to resources,
defining workflow steps for various purposes:
- a
sensorblock uses the result of the workflow to set a sensor value on the resource - an
effectorblock runs the workflow when the effector is explicitly invoked, either in the UI, by the REST API, or by a workflow - a
policyblock runs the workflow automatically according to the conditions, typically to check enforcement or take corrective action
The following attributes are typically used:
- a
periodand/or atriggershould be specified for asensorand apolicy(not supported oneffector, but one can use theinvoke-effectorstep in sensor and policy workflows) parameterblocks can be specified for aneffector
More information can be found in the AMP documentation for Workflow.