Uses of Enum Class
com.redhat.parodos.workflow.task.enums.WorkFlowTaskOutput
Packages that use WorkFlowTaskOutput
-
Uses of WorkFlowTaskOutput in com.redhat.parodos.workflow.task
Methods in com.redhat.parodos.workflow.task that return types with arguments of type WorkFlowTaskOutputModifier and TypeMethodDescriptiondefault @NonNull List<WorkFlowTaskOutput>WorkFlowTask.getWorkFlowTaskOutputs()The expected Output/result of the Task. -
Uses of WorkFlowTaskOutput in com.redhat.parodos.workflow.task.enums
Methods in com.redhat.parodos.workflow.task.enums that return WorkFlowTaskOutputModifier and TypeMethodDescriptionstatic WorkFlowTaskOutputReturns the enum constant of this class with the specified name.static WorkFlowTaskOutput[]WorkFlowTaskOutput.values()Returns an array containing the constants of this enum class, in the order they are declared.