Uses of Class
com.uc4.api.objects.TaskState
-
Packages that use TaskState Package Description com.uc4.api.objects com.uc4.communication com.uc4.communication.requests -
-
Uses of TaskState in com.uc4.api.objects
Fields in com.uc4.api.objects declared as TaskState Modifier and Type Field Description static TaskStateTaskState. ANY_ABENDTask disrupted.static TaskStateTaskState. ANY_ABEND_EXCEPT_FAULTSystem return code 1800-1819,1823-1899.static TaskStateTaskState. ANY_ACTIVESystem return code 1300-1799.static TaskStateTaskState. ANY_BLOCKEDSystem return code 1560,1562.static TaskStateTaskState. ANY_BLOCKED_OR_STOPPEDSystem return code 1560-1564 .static TaskStateTaskState. ANY_EXCEPT_FAULTSystem return code 1800-1819,1823-1999.static TaskStateTaskState. ANY_OKTask ended normally.static TaskStateTaskState. ANY_OK_OR_UNBLOCKEDSystem return code 1900-1999,1899.static TaskStateTaskState. ANY_SKIPPEDTask skipped.static TaskStateTaskState. ANY_STOPPEDSystem return code 1561,1563-1564.static TaskStateTaskState. ANY_WAITINGSystem return code 1301,1682-1700,1709-1710.static TaskStateTaskState. ENDED_CANCELTask canceled.static TaskStateTaskState. ENDED_EMPTYTask ended empty.static TaskStateTaskState. ENDED_ESCALATEDAborted by escalation.static TaskStateTaskState. ENDED_INACTIVETask is inactive.static TaskStateTaskState. ENDED_INACTIVE_MANUALTask was set inactive.static TaskStateTaskState. ENDED_NOT_OKTask aborted (Return Code not 0).static TaskStateTaskState. ENDED_NOT_OK_SYNCTask ended not ok beacause of Sync condition.static TaskStateTaskState. ENDED_OKTask ended normally (Return Code = 0).static TaskStateTaskState. ENDED_OK_OR_EMPTYTask ended normally or is empty.static TaskStateTaskState. ENDED_OK_OR_INACTIVETask ended normally or is inactive.static TaskStateTaskState. ENDED_OK_OR_UNBLOCKEDSystem return code 1900,1899.static TaskStateTaskState. ENDED_SKIPPEDTask skipped due to the WHEN condition.static TaskStateTaskState. ENDED_SKIPPED_CONDITIONSSystem return code 1933.static TaskStateTaskState. ENDED_SKIPPED_SYNCTask skipped due to the Sync condition.static TaskStateTaskState. ENDED_TIMEOUTTask was not executed because time had expired (dependency condition).static TaskStateTaskState. ENDED_TRUNCATETransfer incomplete due to line limit.static TaskStateTaskState. ENDED_UNDEFINEDTask ended undefined (Agent ended ahead of schedule).static TaskStateTaskState. ENDED_VANISHEDTask vanished.static TaskStateTaskState. FAULT_ALREADY_RUNNINGGroup running.static TaskStateTaskState. FAULT_NO_HOSTJob could not start due to unavailable host.static TaskStateTaskState. FAULT_OTHERTask could not start due to another error.static TaskStateTaskState. USER_100_200Task ended with a user return code between 100 and 200.static TaskStateTaskState. USER_147Task ended with the user return code 147.static TaskStateTaskState. USER_201_299Task ended with a user return code between 201 and 299.static TaskStateTaskState. USER_300Task ended with the user return code 300.static TaskStateTaskState. USER_510Task ended with a user return code 510.static TaskStateTaskState. USER_690Task ended with a user return code 690.static TaskStateTaskState. WAITING_AGENTSystem return code 1685,1688-1689,1694,1696.static TaskStateTaskState. WAITING_AGENT_OR_AGENTGROUPSystem return code 1685,1688-1689,1694,1696.static TaskStateTaskState. WAITING_AGENTGROUPSystem return code 1686-1687.static TaskStateTaskState. WAITING_EXTERNALSystem return code 1690.static TaskStateTaskState. WAITING_GROUPSystem return code 1710.static TaskStateTaskState. WAITING_QUEUESystem return code 1684.static TaskStateTaskState. WAITING_SYNCSystem return code 1697.Methods in com.uc4.api.objects that return TaskState Modifier and Type Method Description TaskStateJobPlanExternal. getExpectedStatus()Returns the status expected for the external task's end of execution.TaskStateSloFulfillment. getExpectedStatus()TaskStateTaskResult. getOkState()Gets the task status which should be reached.TaskStateJobPlanAttributes. getOkStateForTasks()Returns the end status that is expected for the subordinated tasks of the JobPlan.TaskStateScheduleAttributes. getOkStateForTasks()Returns the end status that is expected for the subordinated tasks of the Schedule.TaskStateCheckActivitiesCondition. getStatus()TaskStateCheckHistoryCondition. getStatus()TaskStateStatusCondition. getStatus()TaskStateDeactivateCondition. getWhen()Returns the status for the error-free execution.TaskStateJobPlanTaskDependency. getWhen()Gets the expected status of the predecessor.Methods in com.uc4.api.objects with parameters of type TaskState Modifier and Type Method Description protected voidJobPlanDependencies. addDependency(JobPlanTask predecessor, int branchType, TaskState taskState)Adds a dependency with a certain status.voidJobPlanDependencies. addDependency(JobPlanTask predecessor, TaskState when)Adds a dependency.voidJobPlan. closeJobPlanTasks(TaskState when)Connects tasks with the START task if they have to predecessor.voidJobPlanExternal. setExpectedStatus(TaskState expectedStatus)Sets the status expected for the external task's end of execution.voidSloFulfillment. setExpectedStatus(TaskState expectedStatus)Sets the expected status for fulfillment.voidTaskResult. setOkState(TaskState okState)Sets the task status which should be reached.voidJobPlanAttributes. setOkStateForTasks(TaskState state)Sets the end status that is expected for the subordinated tasks of the JobPlan.voidScheduleAttributes. setOkStateForTasks(TaskState state)Sets the end status that is expected for the subordinated tasks of the Schedule.voidCheckActivitiesCondition. setStatus(TaskState status)voidCheckHistoryCondition. setStatus(TaskState status)voidStatusCondition. setStatus(TaskState status)voidDeactivateCondition. setWhen(TaskState when)Sets the status for the error-free execution.voidJobPlanTaskDependency. setWhen(TaskState when)Sets the expected status of the predecessor.Constructors in com.uc4.api.objects with parameters of type TaskState Constructor Description JobPlanTaskDependency(JobPlanTask predecessor, TaskState when)Creates aJobPlanTaskDependencyusing the specified predecessor and when-condition. -
Uses of TaskState in com.uc4.communication
Methods in com.uc4.communication that return TaskState Modifier and Type Method Description TaskStateProcessFlowSettings. getStatusForInternalTasks()Returns the default status for tasks in a ProcessFlow.Methods in com.uc4.communication with parameters of type TaskState Modifier and Type Method Description voidProcessFlowSettings. setStatusForInternalTasks(TaskState statusForInternalTasks)Sets the default status for tasks in a ProcessFlow. -
Uses of TaskState in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return TaskState Modifier and Type Method Description TaskStateJobPlanMonitor.Task. getPredecessorState(JobPlanMonitor.Task t)Returns the status of the predecessor.Methods in com.uc4.communication.requests with parameters of type TaskState Modifier and Type Method Description voidJobPlanMonitor.Task. addPredecessor(JobPlanMonitor.Task pre, TaskState state)Adds a dependency to this monitor task.
-