Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API

Determine and write instance data

Scroll Prev Top Next More

In PHP functions you can access process table data and even change it. Each change of the data will be written into the JobRouter database at the end of the sending process. Beforehand it will already be active in other PHP functions.

Please note: Since the sending is executed within a transaction, changes to process table values, which are not made through the provided functions but directly through SQL statements, will be overwritten after sending the step.