Workflow Step Schema
Represents a step in a workflow definition, used to discriminate between different types of steps
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | RootWorkflow.schema.json* |
items Type
object (Workflow Step)
all of
items Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | Not specified | Required | cannot be null | Root Workflow |
type
type
-
is required
-
Type: unknown
-
cannot be null
-
defined in: Root Workflow
type Type
unknown
type Constraints
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"workflow" |
|
"workflowReference" |
|
"functionBlock" |