Package com.sas.lsaf.workflow.processflow
The service and class definitions to manage process flows.
-
Interface Summary Interface Description ProcessFlowService The service that contains methods to manage process flows. -
Class Summary 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 The class that represents a process flow.ProcessFlowConstants A constants class that represents a comprehensive list of the signal event names that can affect process flow direction.ProcessFlowCopyInfo The class that represents the options and details to copy a process flow.ProcessFlowDescriptor A lightweight client that represents a process flow.ProcessFlowQuery The class that represents the criteria to query the process flows.ProcessFlowSearchResultItem The class that represents the results of a process flow search. -
Enum Summary Enum Description CreationMethod The values by which a process flow can be created.DataProperty.Type The property types.ProcessFlowDescriptor.FlowStatus The statuses of a process flow. -
Exception Summary Exception Description InvalidProcessFlowStateException Thrown when the process 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 flow definition context is not found.ProcessFlowCopyException Thrown when an issue occurs when copying a process flow.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 specified 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.ProcessFlowSearchException Thrown when an error is encountered when searching process flows.