See: Description
Class | Description |
---|---|
Activity | |
ActivityKey |
Identity class of
Activity objects. |
ActivityModel |
Defines common attributes and behaviors for activities model.
|
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. |
Role |
Role describes the profile needed to complete a task.
|
RoleKey |
Identity class of
Role objects. |
SequentialActivity |
SequentialActivity is an activity where
all tasks are launched subsequently in a specific order.
|
SequentialActivityModel |
This class is the model used to create instances
of
SequentialActivity attached to workflows. |
Task |
Task is the smallest unit of work in a workflow.
|
TaskKey |
Identity class of
Task objects. |
TaskModel | |
TaskModelKey |
Identity class of
TaskModel objects. |
TaskWrapper |
This class is used to carry contextual information along the task itself.
|
Workflow |
Workflows organize tasks around documents, parts (or other objects)
on which they are applied.
|
WorkflowModel |
This class is the model used to create instances of
Workflow attached to documents, parts or any objects. |
WorkflowModelKey |
Identity class of
WorkflowModel objects. |
WorkspaceWorkflow |
Workflow s are intended to be attached to a business object like
a document or a part for instance. |
WorkspaceWorkflowKey |
Identity class of
WorkspaceWorkflow objects. |
Enum | Description |
---|---|
Task.Status |
Enumeration for the possible status of a task.
|
Copyright © 2017 DocDoku. All rights reserved.