Uses of Class
com.uc4.api.objects.TaskState
Packages that use TaskState
-
Uses of TaskState in com.uc4.api.objects
Fields in com.uc4.api.objects declared as TaskStateModifier and TypeFieldDescriptionstatic final TaskStateTaskState.ANY_ABENDTask disrupted.static final TaskStateTaskState.ANY_ABEND_EXCEPT_FAULTSystem return code 1800-1819,1823-1899.static final TaskStateTaskState.ANY_ACTIVESystem return code 1300-1799.static final TaskStateTaskState.ANY_BLOCKEDSystem return code 1560,1562.static final TaskStateTaskState.ANY_BLOCKED_OR_STOPPEDSystem return code 1560-1564 .static final TaskStateTaskState.ANY_EXCEPT_FAULTSystem return code 1800-1819,1823-1999.static final TaskStateTaskState.ANY_OKTask ended normally.static final TaskStateTaskState.ANY_OK_OR_UNBLOCKEDSystem return code 1900-1999,1899.static final TaskStateTaskState.ANY_SKIPPEDTask skipped.static final TaskStateTaskState.ANY_STOPPEDSystem return code 1561,1563-1564.static final TaskStateTaskState.ANY_WAITINGSystem return code 1301,1682-1700,1709-1710.static final TaskStateTaskState.ENDED_CANCELTask canceled.static final TaskStateTaskState.ENDED_EMPTYTask ended empty.static final TaskStateTaskState.ENDED_ESCALATEDAborted by escalation.static final TaskStateTaskState.ENDED_INACTIVETask is inactive.static final TaskStateTaskState.ENDED_INACTIVE_MANUALTask was set inactive.static final TaskStateTaskState.ENDED_NOT_OKTask aborted (Return Code not 0).static final TaskStateTaskState.ENDED_NOT_OK_SYNCTask ended not ok beacause of Sync condition.static final TaskStateTaskState.ENDED_OKTask ended normally (Return Code = 0).static final TaskStateTaskState.ENDED_OK_OR_EMPTYTask ended normally or is empty.static final TaskStateTaskState.ENDED_OK_OR_INACTIVETask ended normally or is inactive.static final TaskStateTaskState.ENDED_OK_OR_UNBLOCKEDSystem return code 1900,1899.static final TaskStateTaskState.ENDED_SKIPPEDTask skipped due to the WHEN condition.static final TaskStateTaskState.ENDED_SKIPPED_CONDITIONSSystem return code 1933.static final TaskStateTaskState.ENDED_SKIPPED_SYNCTask skipped due to the Sync condition.static final TaskStateTaskState.ENDED_TIMEOUTTask was not executed because time had expired (dependency condition).static final TaskStateTaskState.ENDED_TRUNCATETransfer incomplete due to line limit.static final TaskStateTaskState.ENDED_UNDEFINEDTask ended undefined (Agent ended ahead of schedule).static final TaskStateTaskState.ENDED_VANISHEDTask vanished.static final TaskStateTaskState.FAULT_ALREADY_RUNNINGGroup running.static final TaskStateTaskState.FAULT_NO_HOSTJob could not start due to unavailable host.static final TaskStateTaskState.FAULT_OTHERTask could not start due to another error.static final TaskStateTaskState.USER_100_200Task ended with a user return code between 100 and 200.static final TaskStateTaskState.USER_147Task ended with the user return code 147.static final TaskStateTaskState.USER_201_299Task ended with a user return code between 201 and 299.static final TaskStateTaskState.USER_300Task ended with the user return code 300.static final TaskStateTaskState.USER_510Task ended with a user return code 510.static final TaskStateTaskState.USER_690Task ended with a user return code 690.static final TaskStateTaskState.WAITING_AGENTSystem return code 1685,1688-1689,1694,1696.static final TaskStateTaskState.WAITING_AGENT_OR_AGENTGROUPSystem return code 1685,1688-1689,1694,1696.static final TaskStateTaskState.WAITING_AGENTGROUPSystem return code 1686-1687.static final TaskStateTaskState.WAITING_EXTERNALSystem return code 1690.static final TaskStateTaskState.WAITING_GROUPSystem return code 1710.static final TaskStateTaskState.WAITING_QUEUESystem return code 1684.static final TaskStateTaskState.WAITING_SYNCSystem return code 1697.Methods in com.uc4.api.objects that return TaskStateModifier and TypeMethodDescriptionJobPlanExternal.getExpectedStatus()Returns the status expected for the external task's end of execution.SloFulfillment.getExpectedStatus()TaskResult.getOkState()Gets the task status which should be reached.JobPlanAttributes.getOkStateForTasks()Returns the end status that is expected for the subordinated tasks of the JobPlan.ScheduleAttributes.getOkStateForTasks()Returns the end status that is expected for the subordinated tasks of the Schedule.CheckActivitiesCondition.getStatus()CheckHistoryCondition.getStatus()StatusCondition.getStatus()DeactivateCondition.getWhen()Returns the status for the error-free execution.JobPlanTaskDependency.getWhen()Gets the expected status of the predecessor.Methods in com.uc4.api.objects with parameters of type TaskStateModifier and TypeMethodDescriptionprotected 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.voidvoidvoidvoidSets the status for the error-free execution.voidSets the expected status of the predecessor.Constructors in com.uc4.api.objects with parameters of type TaskStateModifierConstructorDescriptionJobPlanTaskDependency(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 TaskStateModifier and TypeMethodDescriptionProcessFlowSettings.getStatusForInternalTasks()Returns the default status for tasks in a ProcessFlow.Methods in com.uc4.communication with parameters of type TaskStateModifier and TypeMethodDescriptionvoidProcessFlowSettings.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 TaskStateModifier and TypeMethodDescriptionJobPlanMonitor.Task.getPredecessorState(JobPlanMonitor.Task t) Returns the status of the predecessor.Methods in com.uc4.communication.requests with parameters of type TaskStateModifier and TypeMethodDescriptionvoidJobPlanMonitor.Task.addPredecessor(JobPlanMonitor.Task pre, TaskState state) Adds a dependency to this monitor task.