Skip to content

Label Schema

docs.neops.io/schema/RootWorkflow#/definitions/ParametrizedFunctionBlock/properties/label

Unique label for a step. Set explicitly to access the result object on a subsequent step.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none RootWorkflow.schema.json*

label Type

string (Label)

label Constraints

pattern: the string must match the following regular expression:

^\w+$

try pattern

label Examples

"ping"
"ping_new"