Uses of Class
de.aristaflow.adept2.model.execution.AgentUnknownException
Packages that use AgentUnknownException
Package
Description
-
Uses of AgentUnknownException in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that throw AgentUnknownExceptionModifier and TypeMethodDescriptionvoidActivityStarting.resumeActivity(SessionToken session, EBPInstanceReference activity) Resumes the designated activity from the latest valid savepoint and logs the agent, the organisational position.voidActivityStarting.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 AgentUnknownExceptionModifier and TypeMethodDescriptionvoidRuntimeManager.resumeActivity(SessionToken session, EBPInstanceReference ebpInstanceReference, ExecutionContext executionContext) Instructs the runtime manager to resume the specified activity.SynchronousActivityStarting.resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity) Resumes the designated activity and logs the agent, the organisational position.SynchronousActivityStarting.resumeActivitySynchronously(SessionToken session, EBPInstanceReference activity, URI[] stateListener) Resumes the designated activity and logs the agent, the organisational position.voidRuntimeManager.startActivity(SessionToken session, EBPInstanceReference ebpInstanceReference, ExecutionContext executionContext) Instructs the runtime manager to start the Application assigned to the specified activity.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