Uses of Class
com.redhat.parodos.workflows.work.WorkStatus
-
Packages that use WorkStatus Package Description com.redhat.parodos.workflows.work com.redhat.parodos.workflows.workflow -
-
Uses of WorkStatus in com.redhat.parodos.workflows.work
Methods in com.redhat.parodos.workflows.work that return WorkStatus Modifier and Type Method Description WorkStatusDefaultWorkReport. getStatus()WorkStatusWorkReport. getStatus()Get work execution status.static WorkStatusWorkStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkStatus[]WorkStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.redhat.parodos.workflows.work with parameters of type WorkStatus Constructor Description DefaultWorkReport(WorkStatus status, WorkContext workContext)Create a newDefaultWorkReport.DefaultWorkReport(WorkStatus status, WorkContext workContext, Throwable error)Create a newDefaultWorkReport. -
Uses of WorkStatus in com.redhat.parodos.workflows.workflow
Methods in com.redhat.parodos.workflows.workflow that return WorkStatus Modifier and Type Method Description WorkStatusParallelFlowReport. getStatus()Return the status of the parallel flow.
-