Uses of Interface
com.uc4.api.objects.Action
Packages that use Action
-
Uses of Action in com.uc4.api.objects
Classes in com.uc4.api.objects that implement ActionModifier and TypeClassDescriptionclass
Condition action that aborts the workflow.class
Blocks the according branch in the ProcessFlow (as 'else block' in V8 or lower) without checking of further conditions.class
Cancels a ProcessFlow without checking of further conditions.class
Changes the Queue defined in the task.class
Deletes the content of a static variable.class
Starts any Automation Engine object.class
Sets return code without checking of further conditions.class
Publish a value.class
Exits current evaluation cycle.class
Exits current evaluation cycle.class
Restarts the task and exits current evaluation cycle.class
Rollback Action.class
Run Path.class
Starts the task without checking of further conditions.class
Sets or creates an object value which will be available for restarts.class
Sets the content of a static variable.class
Skips the task (as 'else skip' in V8 or lower) without checking of further conditions..Methods in com.uc4.api.objects that return ActionModifier and TypeMethodDescriptionstatic Action
ConditionOrAction.createActionFromId
(String id) Creates an action according to the id.