Interface WorkflowRunsCreateRequestOutputsItem.OutputStage
-
- All Known Implementing Classes:
WorkflowRunsCreateRequestOutputsItem.Builder
- Enclosing class:
- WorkflowRunsCreateRequestOutputsItem
public static interface WorkflowRunsCreateRequestOutputsItem.OutputStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunsCreateRequestOutputsItem._FinalStageoutput(ProvidedProcessorOutput output)The output to be used for the workflow run.
-
-
-
Method Detail
-
output
WorkflowRunsCreateRequestOutputsItem._FinalStage output(@NotNull ProvidedProcessorOutput output)
The output to be used for the workflow run. The structure will depend on the processor type. More details can be found on the "output type" page for the corresponding processor, in the guides section.
-
-