Package | Description |
---|---|
com.sas.lsaf.workflow.element |
Class definitions representing base elements in a process flow.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletedEventGateway
The class that represents a completed event gateway in a process flow.
|
class |
CompletedSignalEvent
The class that represents a completed signal event in a process flow
|
Modifier and Type | Method and Description |
---|---|
CompletedEvent |
CompletedEventGateway.getTriggeredEvent()
Gets the event that triggered the process flow from the gateway.
|
Constructor and Description |
---|
CompletedEventGateway(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
String completedBy,
Date completed,
CompletedElement.TaskCompletedState completedState,
CompletedEvent triggeredEvent)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>