See: Description
Interface | Description |
---|---|
CompletedElement |
Interface representing a completed element of a process flow.
|
CompletedTask |
Represents a completed task in a process flow.
|
ProcessFlowContext |
An interface implemented by objects that can contain process flows.
|
ProcessFlowService |
Service that provides methods to manage process flows within the system.
|
Class | Description |
---|---|
CompletedEvent |
Represents a completed event in a process flow
|
CompletedEventGateway |
Represents a completed event gateway in a process flow
|
CompletedJobTask |
Represents a completed job task in a process flow.
|
CompletedNotificationTask |
Represents a completed notification task in a process flow.
|
CompletedSignalEvent |
Represents a completed signal event in a process flow
|
CompletedUserTask |
Represents a completed user task in a process flow.
|
CompletedUserTaskDetails |
Represents a completed user task in a process flow with completion attributes and task assignment history.
|
DataProperty |
Represents a form property in a process flow which is specified with the start event in a process definition.
|
Element |
Parent class for an element in a process flow.
|
ElementDefinition |
Abstract parent class of element definitions for all element types in a process flow.
|
EventDefinition |
Abstract class of setup information for event types in a process flow.
|
JobTask |
Represents a job task in a process flow
|
JobTaskDefinition |
Provides setup information for job task elements in a process flow.
|
NotificationTask |
Represents a job task in a process flow
|
NotificationTaskDefinition |
Provides setup information for notification task elements in a process flow.
|
ProcessDefinitionInfo |
Provides information about the process definition used to create a process flow.
|
ProcessFlow |
A process flow is a collection of tasks and elements that can be assigned or executed based on the underlying process flow
definition.
|
ProcessFlowDescriptor |
A light-weight client representation of a process flow.
|
SignalEvent |
Represents a signal event in a process flow
|
SignalEventDefinition |
Provides setup information for IntermediateSignalCatchEvent elements in a process flow.
|
Task |
Abstract parent class for a task in a process flow.
|
TaskDefinition |
Abstract class for providing common setup information for task elements in a process flow.
|
TimerEvent |
Represents a timer event in a process flow
|
TimerEventDefinition |
Provides setup information for TimerEventDefinition elements in a process flow.
|
UserTask |
Represents a user task in a process flow
|
UserTaskAssignment |
Represents a task assignment history for a user task.
|
UserTaskDefinition |
Provides setup information for user task elements in a process flow.
|
Enum | Description |
---|---|
CompletedTask.TaskCompletedState |
Provides the completed state of the task.
|
DataProperty.Type |
Provides the task type.
|
DeploymentContextType |
Provides the context where a process flow may be deployed.
|
Element.ElementType |
Provides the type of the flow element.
|
NotificationTaskDefinition.MessagePriority |
Provides the priority of the message sent by this task.
|
ProcessFlowDescriptor.FlowStatus |
Provides the status of the process flow.
|
Task.Complexity |
Provides the complexity of the task.
|
Task.Priority |
Provides the priority of the task.
|
Task.TaskStatus |
Provides the status of the task.
|
TimerEventDefinition.TimerType |
Provides type of timer to use in the timer event.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA