Change setup to one log file per running instance?

Hello
Our workflows might take a day to run and they generate quite a lot of data which should be considered for saving as a report. As we have parallell workflows running it would be preferable to generate one log file per workflow instance.

Disclaimer: I have almost zero experience with logging and tools like i.e slf4j.

Is it possible without impacting the development of workflows too much?

Hi @henning,

it is not possible to write a log for each process instance. But you can use the history to query the data of a process instance. Please have a look at the user guide. If the default history doesn’t fit for you then you can also implement a custom history handler and store the data anywhere else.

Does this help you?

Best regards,
Philipp