Interface | Description |
---|---|
WorkflowAdminService |
Client facing API for providing administration information about the
WorkflowService . |
WorkflowService |
Workflow Service.
|
Class | Description |
---|---|
LazyActivitiWorkflowTask |
A
WorkflowTask instance that will only fecth the WorkflowPath if needed and will only
fetch the properties when properties are needed which cannot be returned by the wrapped Task
or HistoricTaskInstance object. |
WorkflowDefinition |
Workflow Definition Data Object
|
WorkflowDeployment |
Workflow Definition Deployment
|
WorkflowInstance |
Workflow Instance Data Object
Represents an "in-flight" workflow.
|
WorkflowInstanceQuery | |
WorkflowNode |
Workflow Node Data Object
Represents a Node within the Workflow Definition.
|
WorkflowPath |
Workflow Path Data Object
Represents a path within an "in-flight" workflow instance.
|
WorkflowPermissionInterceptor | |
WorkflowTask |
Workflow Task Data Object
Represents a human-oriented task within an "in-flight" workflow instance
|
WorkflowTaskDefinition |
Workflow Task Definition Data Object.
|
WorkflowTaskQuery |
Workflow Task Query
Provides support for setting predicates and order by.
|
WorkflowTimer | |
WorkflowTransition |
Workflow Transition.
|
Enum | Description |
---|---|
WorkflowInstanceQuery.DatePosition | |
WorkflowTaskQuery.OrderBy |
Order By Columns
|
WorkflowTaskState |
Workflow Task State
Represents the high-level state of Workflow Task (in relation to "in-flight"
workflow instance).
|
Exception | Description |
---|---|
WorkflowException |
Base Exception of Workflow Exceptions.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.