# 3.0 Execution Modes for BPMN Actions

For each BPMN action configurable within the processes (Figure 1), one of the following execution modes can be selected:

\- **Standard** -&gt; the action is executed the moment the process reaches the Action Task where it is configured; naturally, the process always waits for the action to complete before proceeding with the subsequent actions defined in the flow.

**- Background** -&gt; the execution of the action is delegated to a cron job or worker; therefore, it is not executed the moment the process reaches the Action Task where it is configured but is instead placed into a specific queue. Naturally, the process still waits for the action to complete before proceeding with the subsequent actions defined in the flow; consequently, in this specific case, this constitutes a genuine "interruption" of the process.

[![image.png](https://usermanual.vtenext.com/uploads/images/gallery/2026-07/scaled-1680-/6jXimage.png)](https://usermanual.vtenext.com/uploads/images/gallery/2026-07/6jXimage.png)

Figure 1