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 TaskState
TaskState. ANY_ABEND
Task disrupted.static TaskState
TaskState. ANY_ABEND_EXCEPT_FAULT
System return code 1800-1819,1823-1899.static TaskState
TaskState. ANY_ACTIVE
System return code 1300-1799.static TaskState
TaskState. ANY_BLOCKED
System return code 1560,1562.static TaskState
TaskState. ANY_BLOCKED_OR_STOPPED
System return code 1560-1564 .static TaskState
TaskState. ANY_EXCEPT_FAULT
System return code 1800-1819,1823-1999.static TaskState
TaskState. ANY_OK
Task ended normally.static TaskState
TaskState. ANY_OK_OR_UNBLOCKED
System return code 1900-1999,1899.static TaskState
TaskState. ANY_SKIPPED
Task skipped.static TaskState
TaskState. ANY_STOPPED
System return code 1561,1563-1564.static TaskState
TaskState. ANY_WAITING
System return code 1301,1682-1700,1709-1710.static TaskState
TaskState. ENDED_CANCEL
Task canceled.static TaskState
TaskState. ENDED_EMPTY
Task ended empty.static TaskState
TaskState. ENDED_ESCALATED
Aborted by escalation.static TaskState
TaskState. ENDED_INACTIVE
Task is inactive.static TaskState
TaskState. ENDED_INACTIVE_MANUAL
Task was set inactive.static TaskState
TaskState. ENDED_NOT_OK
Task aborted (Return Code not 0).static TaskState
TaskState. ENDED_NOT_OK_SYNC
Task ended not ok beacause of Sync condition.static TaskState
TaskState. ENDED_OK
Task ended normally (Return Code = 0).static TaskState
TaskState. ENDED_OK_OR_EMPTY
Task ended normally or is empty.static TaskState
TaskState. ENDED_OK_OR_INACTIVE
Task ended normally or is inactive.static TaskState
TaskState. ENDED_OK_OR_UNBLOCKED
System return code 1900,1899.static TaskState
TaskState. ENDED_SKIPPED
Task skipped due to the WHEN condition.static TaskState
TaskState. ENDED_SKIPPED_CONDITIONS
System return code 1933.static TaskState
TaskState. ENDED_SKIPPED_SYNC
Task skipped due to the Sync condition.static TaskState
TaskState. ENDED_TIMEOUT
Task was not executed because time had expired (dependency condition).static TaskState
TaskState. ENDED_TRUNCATE
Transfer incomplete due to line limit.static TaskState
TaskState. ENDED_UNDEFINED
Task ended undefined (Agent ended ahead of schedule).static TaskState
TaskState. ENDED_VANISHED
Task vanished.static TaskState
TaskState. FAULT_ALREADY_RUNNING
Group running.static TaskState
TaskState. FAULT_NO_HOST
Job could not start due to unavailable host.static TaskState
TaskState. FAULT_OTHER
Task could not start due to another error.static TaskState
TaskState. USER_100_200
Task ended with a user return code between 100 and 200.static TaskState
TaskState. USER_147
Task ended with the user return code 147.static TaskState
TaskState. USER_201_299
Task ended with a user return code between 201 and 299.static TaskState
TaskState. USER_300
Task ended with the user return code 300.static TaskState
TaskState. USER_510
Task ended with a user return code 510.static TaskState
TaskState. USER_690
Task ended with a user return code 690.static TaskState
TaskState. WAITING_AGENT
System return code 1685,1688-1689,1694,1696.static TaskState
TaskState. WAITING_AGENT_OR_AGENTGROUP
System return code 1685,1688-1689,1694,1696.static TaskState
TaskState. WAITING_AGENTGROUP
System return code 1686-1687.static TaskState
TaskState. WAITING_EXTERNAL
System return code 1690.static TaskState
TaskState. WAITING_GROUP
System return code 1710.static TaskState
TaskState. WAITING_QUEUE
System return code 1684.static TaskState
TaskState. WAITING_SYNC
System return code 1697.Methods in com.uc4.api.objects that return TaskState Modifier and Type Method Description TaskState
JobPlanExternal. getExpectedStatus()
Returns the status expected for the external task's end of execution.TaskState
SloFulfillment. getExpectedStatus()
TaskState
TaskResult. getOkState()
Gets the task status which should be reached.TaskState
JobPlanAttributes. getOkStateForTasks()
Returns the end status that is expected for the subordinated tasks of the JobPlan.TaskState
ScheduleAttributes. getOkStateForTasks()
Returns the end status that is expected for the subordinated tasks of the Schedule.TaskState
CheckActivitiesCondition. getStatus()
TaskState
CheckHistoryCondition. getStatus()
TaskState
StatusCondition. getStatus()
TaskState
DeactivateCondition. getWhen()
Returns the status for the error-free execution.TaskState
JobPlanTaskDependency. 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 void
JobPlanDependencies. addDependency(JobPlanTask predecessor, int branchType, TaskState taskState)
Adds a dependency with a certain status.void
JobPlanDependencies. addDependency(JobPlanTask predecessor, TaskState when)
Adds a dependency.void
JobPlan. closeJobPlanTasks(TaskState when)
Connects tasks with the START task if they have to predecessor.void
JobPlanExternal. setExpectedStatus(TaskState expectedStatus)
Sets the status expected for the external task's end of execution.void
SloFulfillment. setExpectedStatus(TaskState expectedStatus)
Sets the expected status for fulfillment.void
TaskResult. setOkState(TaskState okState)
Sets the task status which should be reached.void
JobPlanAttributes. setOkStateForTasks(TaskState state)
Sets the end status that is expected for the subordinated tasks of the JobPlan.void
ScheduleAttributes. setOkStateForTasks(TaskState state)
Sets the end status that is expected for the subordinated tasks of the Schedule.void
CheckActivitiesCondition. setStatus(TaskState status)
void
CheckHistoryCondition. setStatus(TaskState status)
void
StatusCondition. setStatus(TaskState status)
void
DeactivateCondition. setWhen(TaskState when)
Sets the status for the error-free execution.void
JobPlanTaskDependency. 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 aJobPlanTaskDependency
using 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 TaskState
ProcessFlowSettings. 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 void
ProcessFlowSettings. 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 TaskState
JobPlanMonitor.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 void
JobPlanMonitor.Task. addPredecessor(JobPlanMonitor.Task pre, TaskState state)
Adds a dependency to this monitor task.
-