Relative Content

Tag Archive for javaspring-bootjbpmkie-serverrhpam

Kie server custom intermedia sla

I am trying to implement I termediate sla for user tasks which is not provided in rhpam out of the box.
I am using spring boot application to run kie server.
So the ask is whenever there is a user task create those are created with sla due with 8h, I want to get a Kafka message as task status “red” when the 4h are passed. Here is the sample implementation I am planning to do, let me know if this is right approach.