How to get Activiti-App to automatically take the user to the next User task after a REST call task

cancel
Showing results for 
Search instead for 
Did you mean: 
TimMillerDyck
Member II

How to get Activiti-App to automatically take the user to the next User task after a REST call task

Hello, I am building a process with APS 1.10 (this version is not available as a label yet but that's what I'm using) and using Activiti-App as the user UI.

I have a process that starts with a form to get input from a user, then calls a REST service with a REST call task, then has another User task to display data fetched via the REST call.

The current behavior is that when the user starts the process, they are directly taken to the start form, then when they submit that, the REST call happens and the process moves to the next user task as expected.

The problem is that Activiti-App does not take the user automatically to the form associated with the second user task. They have to manually click on the waiting active task in their list for the second user task to start it and then they can continue on.

This is not what they expect in terms of advancing through the process seamlessly. If you string User tasks directly together in the process, they do open directly one from the next.

Is there a way to get the automatic task advance behaviour when there is a REST call task in-between?

Thanks,

Tim