User Task worker not activated intermittently

Hi @jwulf , @GotnOGuts

Sorry for the delayed response, your understanding is correct.

I’m trying to build the solution which gives the User task details back as part of response when custom create Process API is called(which starts Process instance ) and update Process(Which completes the User task)

Consider below sample example

Whenever I start the workflow, Service task Initialize App should be executed and Process instance state should reach the Login Screen User task and then I can send the response back to UI saying the Active User task is Login Screen, so that UI can paint the screen based on User task ID.

I’ll capture Login details as part of login screen User task and that is validated in Validate User Service task.

If validation is successful then it’ll send Active task As Home Screen, so that UI will now show Home screen page.

Since Zeebe is asynchronous and works based on polling, this behaviour can’t be achieved.

Please help if this details can be captured as part of create instance command and during completed User task command response?