Logging for external Task

Hi All,

I am working on a BPMN module, where my BPMN process executes C# (exe’s) as an external task. As Camunda is already having the support for logging, I want to log steps from my external programs into Camunda. Is there any way I can push my custom logs from (c#) external program into Process Instance history?

Please advice.

Thanks,
Vikas Yadav

Hi Vikas Yadav,

There is no such feature and collecting log files is not in the scope of Camunda. Maybe a tool like logstash can help you with aggregation of logs.

Cheers,
Thorben