XENTOM

Run your workflow

After successfully designing your workflow, you can execute it using the Xentom CLI. This guide will walk you through the necessary steps to run your workflow.

1. Complete the design

Ensure that all triggers and actions of your workflow are correctly configured and connected. Review the integration settings to make sure everything works as expected.

2. Publish the workflow

To publish a workflow, click on the Publish button in the top right corner of the Workflow Editor. You can provide a description of the changes you made in the current version, which will be displayed in the version history. This step compiles your workflow and makes it ready for execution.

3. Execution via Xentom CLI

To execute your workflow, you need to download and install the Xentom CLI. After installing the CLI, you can execute your workflow by running the following command:

xentom start \
--org my-organization \
--workflow my-workflow