Hello ,
I have a process-definition to “apply for loan” , which has 4 different stages
- requested
- applied
- in-process
- rework
- approved/rejected .
I want to migrate my currently running application data to camunda .
So , my question is : Is there any way to start the "loan request " at any stage . ?
Can I start the process-instance at any stage ? Eg : Is there any REST-API to start the task at stage No. #3 .