| Package | Description |
|---|---|
| de.aristaflow.adept2.core.executionmanager | |
| de.aristaflow.adept2.core.runtimemanager |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityStarting.resumeActivity(SessionToken session,
EBPInstanceReference activity)
Resumes the designated activity from the latest valid savepoint and logs
the agent, the organisational position.
|
void |
ActivityStarting.startActivity(SessionToken session,
EBPInstanceReference activity,
ProcessConstants.ExecutionMode executionMode)
Starts the designated activity in the designated execution mode and logs
the agent, the organisational position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeManager.resumeActivity(SessionToken session,
EBPInstanceReference ebpInstanceReference,
ExecutionContext executionContext)
Instructs the runtime manager to resume the specified activity.
|
GUIContext |
SynchronousActivityStarting.resumeActivitySynchronously(SessionToken session,
EBPInstanceReference activity)
Resumes the designated activity and logs the agent, the organisational
position.
|
GUIContext |
SynchronousActivityStarting.resumeActivitySynchronously(SessionToken session,
EBPInstanceReference activity,
java.net.URI[] stateListener)
Resumes the designated activity and logs the agent, the organisational
position.
|
void |
RuntimeManager.startActivity(SessionToken session,
EBPInstanceReference ebpInstanceReference,
ExecutionContext executionContext)
Instructs the runtime manager to start the Application assigned to the
specified activity.
|
GUIContext |
SynchronousActivityStarting.startActivitySynchronously(SessionToken session,
EBPInstanceReference activity,
ProcessConstants.ExecutionMode executionMode,
java.net.URI[] stateListener)
Starts the designated activity in the designated execution mode and logs
the agent, the organisational position.
|