Deploying an Axon in Algoreus

After you finish designing and debugging an axon and are satisfied with the data you see in Preview, you are ready to deploy the axon.

Note: A deployed axon name must be unique in the namespace. You might be prompted to enter a unique name.

Deploying converts the axon into an immutable entity, which is not versioned.

After deployment, the axon can be either run manually using the Run button, scheduled on a time basis using the Schedule button, or triggered based on the completion of another axon using Incoming Triggers.

The Genesis saves a run history of the axon each time it runs. You can toggle between different runtime versions of the axon:

When you deploy the axon, the Genesis creates the workflow and corresponding Spark jobs in the background.

Once you deploy an axon, you cannot edit it. You can duplicate it or export it and then import it into the Genesis.

After you deploy an axon, you can configure runtime arguments if the axon includes nodes.


Last updated