public class TaskInfo extends ProcessNode implements Serializable
| Constructor and Description |
|---|
TaskInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTaskImplementingClass()
Returns the class that implements the actual task (must implement
Task). |
boolean |
isAsync()
Determines if the task is marked asynchronous (
true) or synchronous (false). |
void |
setAsync(boolean async)
Marks a task to executed asynchronously (
true) or synchronously (false). |
void |
setTaskImplementingClass(String taskImplementingClass)
Sets the class that implements the actual task (must implement
Task). |
String |
toString() |
getId, getIncomingTransitions, getOutgoingTransitions, setId, setIncomingTransitions, setOutgoingTransitionspublic boolean isAsync()
true) or synchronous (false).false)public void setAsync(boolean async)
true) or synchronously (false).async - The flag.public String getTaskImplementingClass()
Task).public void setTaskImplementingClass(String taskImplementingClass)
Task).taskImplementingClass - The task implementing class.Copyright © 2017. All rights reserved.