Uses of Class
de.aristaflow.adept2.model.execution.AgentUnknownException
-
Packages that use AgentUnknownException Package Description de.aristaflow.adept2.core.executionmanager de.aristaflow.adept2.core.runtimemanager de.aristaflow.ilm.model.execution -
-
Uses of AgentUnknownException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw AgentUnknownException Modifier and Type Method 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. -
Uses of AgentUnknownException in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that throw AgentUnknownException Modifier and Type Method 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, 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, URI[] stateListener)
Starts the designated activity in the designated execution mode and logs the agent, the organisational position. -
Uses of AgentUnknownException in de.aristaflow.ilm.model.execution
Constructors in de.aristaflow.ilm.model.execution with parameters of type AgentUnknownException Constructor Description AgentUnknownException(AgentUnknownException aue)
-