Category: Database

We think you might be interested in this job:

by One of these that we'll explore here together is how to set up your process automation projects to execute processes asynchronously. By default, the flow of tasks is executed synchronously: all tasks will be treated one after the other, by a single thread.

By default, a single thread pool is used, and services will be retried three times in case of failures.

A good example of job usage in jBPM is to schedule jobs to maintain good environmental health by constantly cleaning the old database audit data.

Related Articles