See: Description
Interface | Description |
---|---|
ProcessFlowService |
Service that provides methods to manage process flows within the system.
|
Class | Description |
---|---|
DataProperty |
Represents a form property in a process flow which is specified with the start event in a process definition.
|
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 lightweight client representation of a process flow.
|
Enum | Description |
---|---|
DataProperty.Type |
Provides the task type.
|
ProcessFlowDescriptor.FlowStatus |
Provides the status of the process flow.
|
Exception | Description |
---|---|
InvalidProcessFlowStateException |
Thrown when the flow is in an invalid state for performing a specific action.
|
InvalidRecipientException |
Thrown when the recipients for the notification task setup are invalid.
|
InvalidTaskAssigneeException |
Thrown when the assignee for the user task setup is invalid.
|
ProcessFlowContextNotFoundException |
Thrown when the specified process definition context can not be found.
|
ProcessFlowElementNotFoundException |
Thrown when the element for the process flow can not be found.
|
ProcessFlowException |
WorkflowException represents an exception during workflow service execution
|
ProcessFlowExistsException |
Thrown when an attempt is made to create a process flow and one with that name exists at the same context.
|
ProcessFlowManifestCreateException |
Thrown when there is an issue creating a process flow manifest for a process flow.
|
ProcessFlowNotFoundException |
Thrown when the specified process flow can not be found or the user does not have access to the process flow.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA