See: Description
Interface | Description |
---|---|
ProcessFlowSetupService |
The service that provides methods to manage setup elements in a process flow.
|
Class | Description |
---|---|
ElementSetup |
The abstract parent class of the element setup for all element types in a process flow.
|
EventSetup |
The abstract class of setup information for event types in a process flow.
|
JobTaskSetup |
The class that provides setup information for the job task elements in a process flow.
|
NotificationTaskSetup |
The class that provides setup information for notification task elements in a process flow.
|
SignalEventSetup |
The class that provides setup information for IntermediateSignalCatchEvent elements in a process flow.
|
TaskSetup |
The abstract class that provides common setup information for task element setups in a process flow.
|
TimerEventSetup |
The class that provides setup information for TimerEventSetup elements in a process flow.
|
UserTaskSetup |
The class that provides setup information for the user task elements in a process flow.
|
Enum | Description |
---|---|
NotificationTaskSetup.MessagePriority |
Provides the priority of the message sent by the task.
|
TimerEventSetup.TimerType |
Provides the type of timer to use in a timer event.
|
Exception | Description |
---|---|
ProcessFlowElementSetupException |
Thrown when the element setup for the process flow cannot be updated.
|
ProcessFlowElementSetupNotFoundException |
Thrown when the element setup for the process flow is not found.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA