@Entity public class ParallelActivity extends Activity
tasksToComplete
attribute specifies the number of tasks that
should be completed so the workflow can progress to the next step.lifeCycleState, step, tasks, workflow
Constructor and Description |
---|
ParallelActivity() |
ParallelActivity(int pStep,
String pLifeCycleState,
int pTasksToComplete) |
Modifier and Type | Method and Description |
---|---|
Collection<Task> |
getOpenTasks() |
int |
getTasksToComplete() |
boolean |
isComplete() |
boolean |
isStopped() |
void |
relaunch() |
void |
setTasksToComplete(int tasksToComplete) |
clone, equals, getKey, getLifeCycleState, getRelaunchActivity, getStep, getTasks, getWorkflow, getWorkflowId, hashCode, isInProgress, isToDo, setLifeCycleState, setRelaunchActivity, setStep, setTasks, setWorkflow
public ParallelActivity()
public ParallelActivity(int pStep, String pLifeCycleState, int pTasksToComplete)
public Collection<Task> getOpenTasks()
getOpenTasks
in class Activity
public void setTasksToComplete(int tasksToComplete)
public int getTasksToComplete()
public boolean isComplete()
isComplete
in class Activity
Copyright © 2017 DocDoku. All rights reserved.