Uses of Enum Class
com.uc4.communication.ProcessFlowSettings.ExternalTaskStatus
Packages that use ProcessFlowSettings.ExternalTaskStatus
-
Uses of ProcessFlowSettings.ExternalTaskStatus in com.uc4.communication
Methods in com.uc4.communication that return ProcessFlowSettings.ExternalTaskStatusModifier and TypeMethodDescriptionProcessFlowSettings.getStatusForExternalTasks()
Returns the default status for external tasks in a ProcessFlow.Returns the enum constant of this class with the specified name.ProcessFlowSettings.ExternalTaskStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.communication with parameters of type ProcessFlowSettings.ExternalTaskStatusModifier and TypeMethodDescriptionvoid
ProcessFlowSettings.setStatusForExternalTasks
(ProcessFlowSettings.ExternalTaskStatus statusForExternalTasks) Sets the default status for external tasks in a ProcessFlow.