Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The agent outage can be handled either by resolving the issue with the current agent (by restarting) or by moving the /state directory to the running agent. The journals for the agent are stored in the /state directory. So if we want the workflow execution of one agent to be forwarded to another agent then we need to copy the journals of the unavailable agent outaged to another agent.


So, if agent1 is facing the outage and the agent2 is running (on the same server or another server) then follow the below steps to forward the execution of orders from agent1 to agent2:

...