Behaviors Schema
A schema that is used to validate a part of Laboperator workflow templates.
Behaviors provide means to define the behavior of a step. They can be used
to control devices, record results, wait for device responses, control flow
within a step and much more. The general scheme of a behavior is
trigger
=> action
.
Behaviors are always treated as parallel independent definitions.
Array
reference
Behavior SchemaThe general scheme of a behavior always consists of a trigger
and an
action
. It is extended by the use of conditions, alternative
actions, multiple triggers and multiple actions.
Where is this used?
Other schemas that have a reference ($ref
) to this schema.
No references found.