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