Workflow to colllect user data

Hello Team,

We are planning to create workflow using Camunda, below provided high level functionality we are trying to achieve, wanted to know if this is good use case to use Camunda ? Need some guidance on how this can be implemented

Start workflow
Workflow collects set of data from user,
user should able to move to & from in between data set,
anytime user move to & from & change data that should get updated to BPMN/DB
If user disconnected in-between, he should able to resume from where he left.
Submit final form & workflow continue with next step

Thanks,
Nirav

Hi Nirav,
maybe this is not the best use case for using Camunda, but it’s possible.
An advantage is that in cockpit you will be able to monitor which Data has been been collected

Thanks for response