public static class DXWorkflow.Stage extends Object
Modifier and Type | Method and Description |
---|---|
String |
getId() |
com.fasterxml.jackson.databind.node.ObjectNode |
getInputReference(String inputName)
Create a link to an input field.
|
com.fasterxml.jackson.databind.JsonNode |
getOutputReference(String outputName)
Create a link to an output field.
|
public String getId()
public com.fasterxml.jackson.databind.JsonNode getOutputReference(String outputName)
This is used in workflows, to link results between stages.
outputName
- name of an output fieldpublic com.fasterxml.jackson.databind.node.ObjectNode getInputReference(String inputName)
This is used in workflows, to link results between stages.
inputName
- name of an input fieldCopyright © 2023. All Rights Reserved.