Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the remaining transitions are executed later and return TRUE, the activity is not executed again.

Executing BPM

...

Processes with workerqueue

While a BPM process is being executed, the process state constantly changes. To reach the next state in the process, a workerqueue item is created. The item contains all necessary information about the process, scope or activity, as well as the next process state.

...

Due to concurrent processing, the workerqueue item may fail if, for example, a database resource is blocked by another thread. When this happens, the errorcount error count of the item is increased and the item is pushed to the messaging system to try again. This mechanism exists for all erroneous workerqueue items.

...