Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
Modifier and Type | Class and Description |
---|---|
class |
AbortAction
Condition action that aborts the workflow.
|
class |
BlockAction
Blocks the according branch in the ProcessFlow (as 'else block' in V8 or lower)
without checking of further conditions.
|
class |
CancelProcessFlowAction
Cancels a ProcessFlow without checking of further conditions.
|
class |
ChangeQueueAction
Changes the Queue defined in the task.
|
class |
ClearVariableAction
Deletes the content of a static variable.
|
class |
ExecuteObjectAction
Starts any Automation Engine object.
|
class |
ModifyStateAction
Sets return code without checking of further conditions.
|
class |
PublishValueAction
Publish a value.
|
class |
ReEvaluateAtAction
Exits current evaluation cycle.
|
class |
ReEvaluateInAction
Exits current evaluation cycle.
|
class |
RestartTaskAction
Restarts the task and exits current evaluation cycle.
|
class |
RollbackAction
Rollback Action.
|
class |
RunPathAction
Run Path.
|
class |
RunTaskAction
Starts the task without checking of further conditions.
|
class |
SetValueAction
Sets or creates an object value which will be available for restarts.
|
class |
SetVariableAction
Sets the content of a static variable.
|
class |
SkipTaskAction
Skips the task (as 'else skip' in V8 or lower) without checking of further conditions..
|
Modifier and Type | Method and Description |
---|---|
static Action |
ConditionOrAction.createActionFromId(String id)
Creates an action according to the id.
|
Copyright © 2019. All rights reserved.