Configuration Wizard with Flowable

Hi all,

I’ve got a scenario that implies building an application that represents a kind of Wizard as a sequence of steps. At each step, a user answers a question or enters some data. So each step has to be associated with a user form. The next step at any point depends on the choices made (or data entered) in the previous steps.

As a solution, I created a process business model. Steps are represented as user tasks. Each user task is associated with a user form. Transitions between steps (where to go next) are represented by exclusive gateways and sequence flows with some condition expressions.

Then I created an app.

It actually works but the problem is that
when I initiate the sequence as new work in FlowableEngage it creates a task for a user, then when a user fills in the form and submits it, it creates the next task and places it into the task list, then the user has to open the task, answer a question on the form, submit, then new task created and so on.
There is no continuity. That’s not what I’d like to achieve.

After initiation, I’d like to see the first form in a sequence, then when I press “Next” I’d like the next form to show up automatically and so on until the endpoint is reached.

Please advise. Thank you in advance.

Kind regards,
Alexander

This forum is about Flowable Open Source. If you have questions about the enterprise applications such as Flowable Engage please use our Enterprise Forum or the Service Desk. We would like to separate the two forums.

Thanks

Hi Thank you for your reply,

I posted the identical topic on https://forum.flowable.com/

Sometime later I got an auto message
" Hello,

This is an automated message from Flowable Enterprise Forum to let you know that your account has been temporarily placed on hold as a precautionary measure.
"
Could you please guide me on how I can contact the service desk?

Thanks