Class | Description |
---|---|
Activity | |
ActivityKey | |
ActivityModel |
Defines common attributes and behaviors for activities model.
|
ActivityModelKey | |
ParallelActivity |
ParallelActivity is a kind of activity where
all its tasks start at the same time as the activity itself.
|
ParallelActivityModel |
This class is the model used to create instances
of ParallelActivity attached to
workflows.
|
SerialActivity |
SerialActivity is an activity where
all tasks are launched subsequently in a specific order.
|
SerialActivityModel |
This class is the model used to create instances
of SerialActivity attached to
workflows.
|
Task |
Task is the smallest unit of work in a workflow.
|
TaskKey | |
TaskModel | |
TaskModelKey | |
Workflow |
Workflows organize tasks around documents on which they're applied to.
|
WorkflowModel |
This class is the model used to create instances of
Workflow attached to documents.
|
WorkflowModelKey |
Enum | Description |
---|---|
Task.Status |
Copyright © 2013 OW2 Consortium. All Rights Reserved.