Edit on GitHub

ResolveIf Event

A schema that is used to validate a part of Laboperator workflow templates.

The event of resolving the condition in an if flow of steps.

If the condition resolves to a truthy value, the steps included in then will be unfolded. Otherwise, the steps included in else will be unfolded.

If else is not specified in the if flow and the condition resolves to a falsy value, no steps will be unfolded.

ResolveIf Event
type
any
must be: resolve_if
payload
object
pointerrequired
string
pattern: ^/flow/
resolvedrequired
boolean
Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.