Hi!
Debating some process design with a colleague and looking for some input
We have a case management style application that we are migrating from a low-code tool to Camunda. We have designed the user interface, however, from a process perspective we are considering how certain operations might take place.
The particular scenario we are looking at the moment is as follows …
- User Logs In
- User accesses case
- User wants to update datai Items linked to case in an ad-hoc fashion
- User presented with data update form
- Data updated to the database following form submission
For this scenario, the overarching Case process is not affected, what we have done is simply complete a data update. We want to carry this update via Camunda and invoke a process that writes the data to the database.
My question is based around how this process is designed -
- is it a very simple stand alone process that is invoked,
- is there any scenario where this is part of a wider process setup,
in the first option, I get to re-use that process in several places so this is where we are heading at the moment.
Thanks!