See: Description
Interface | Description |
---|---|
ProcessFlowService |
The service that provides methods to manage process flows.
|
Class | Description |
---|---|
DataProperty |
The class that represents a form property in a process flow that is specified with the start event in a process flow 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 a process flow.
|
Exception | Description |
---|---|
InvalidProcessFlowStateException |
Thrown when the flow is in an invalid state to perform a specific action.
|
InvalidRecipientException |
Thrown when the recipients for a notification task setup are invalid.
|
InvalidTaskAssigneeException |
Thrown when the assignee for a user task setup is invalid.
|
ProcessFlowContextNotFoundException |
Thrown when a process definition context is not found.
|
ProcessFlowElementNotFoundException |
Thrown when the element for the process flow is not found.
|
ProcessFlowException |
Thrown when an issue occurs during process flow execution.
|
ProcessFlowExistsException |
Thrown when an attempt is made to create a process flow and one with that name exists in the same context.
|
ProcessFlowManifestCreateException |
Thrown when there is an issue creating a process flow manifest file for a process flow.
|
ProcessFlowNotFoundException |
Thrown when the specified process flow is not found or the user does not have access to the process flow.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA