10,730
edits
Line 13: | Line 13: | ||
When creating a new process, select one of the following types or categories: | When creating a new process, select one of the following types or categories: | ||
* Workflow: When a workflow is triggered, the procedure is added to the queue of processes and performed asynchronously sometime later. Asynchronous workflows don't have an impact on the triggering actions (because the actions are already complete). | * Workflow: When a workflow is triggered, the procedure is added to the queue of processes and performed asynchronously sometime later. Asynchronous workflows don't have an impact on the triggering actions (because the actions are already complete). When the server is processing workflows, work is ordered by '''Priority''' - higher priority workflows are executed first. | ||
* Real-time: A real-time process is performed immediately. It runs synchronously with the triggering action and it can affect the result of the action. | * Real-time: A real-time process is performed immediately. It runs synchronously with the triggering action and it can affect the result of the action. | ||
* Job: Jobs are not triggered, instead, you can schedule them, e.g., every night at 2 AM; or you can run them on-demand. | * Job: Jobs are not triggered, instead, you can schedule them, e.g., every night at 2 AM; or you can run them on-demand. |