Skip to content

Create a process

A process associates an automation package—in a specific version—to an environment. It is the “executable unit” of Zoan Cloud: what an agent runs when it receives an order, whether manual or programmed.

Package "billing" v1.2.0
+
Entorno "Producción"
=
Proceso "Facturación diaria" ← esto es lo que se ejecuta

Separating package (what you designed) from process (how it runs and where) is what allows you, for example, to have the same package running with version 1.3.0 in Test and 1.2.0 in Production, each with their own credentials.

Before creating a process you need:

  1. Open the environment in which you want to create the process.
  2. Go to the Processes tab.
  3. Click New Process.
  4. Enter a descriptive name (e.g. Facturación diaria).
  5. Select the package you want to run.
  6. Select the version of the package.
  7. Click Create.

process creation modal with package and version selected.

The process is ready. Now you can run it manually or associate a trigger to it to run automatically.

EstadoDescription
activeThe process can receive executions
inactiveDesactivado — no puede ejecutarse

You can enable or disable a process at any time from the list. Turning it off is useful for pausing an automation without losing its settings or history — for example, while you fix a problem or during a system maintenance window you automate.

When you publish a new version of the package, the process does not adopt it on its own: it continues using the version it had configured. To update it:

  1. In the list of processes, click the edit icon for the process.
  2. Select the new version of the package.
  3. Guarda.