Skip to content

v0.9.6: Remote Agents!

Choose a tag to compare

@vidas vidas released this 09 Dec 17:43
· 164 commits to master since this release

Features and improvements

  • Added support for remote agents. Custom agents can now be written in any
    programming language and use any technology stack. Even if you prefer Ruby,
    you will have much more flexibility by running your agents in separate
    processes/containers - no more dependency conflicts or extensive resource
    usage in the web part of ActiveWorkflow.

  • From now on all agent types use the same logic to determine if an agent is working.

Chores