Edit on GitHub

A step call object

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

A step call object is the more sophisticated variant of a step identifier allowing to pass additional parameters to a step being called.

A step call object
property name*
object
title
string

Overrides the step title of the step definition. This is useful to customize the title of a generic step for each invocation when it is reused multiple times during the workflow.

fields
reference
Field Values

Direct assignments of values to step fields. The values are evaluated against the field schema during validation.

fieldMapping
reference
Field Mapping

A field mapping is always required when a step defines its own fields. The field mapping maps the global workflow fields to step internal fields. During validation it will be ensured that the field types are compatible.

Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.