Howdy,
I have a process to design at hand. it is an application process that if it passes some initial assessment will go throuhg an entire SDLC until the solution is entirely developed. Any thoughts about how to present the SDLC within the process model without getting into a lot of details. My assumption is that the SDLC is a value stream-- and thus can not be triggered as one single subprocess.
The SDLC is already designed.
Thanks!
Veronika Ellermann on
Hi Mohammed,
For me, without knowing much about the details, it sounds like a good use case for an Enterpise BPMN Collaboration diagram. I would use application system type lanes and add my tasks as service or scprit tasks (depending on the actual execution):
A Service Task is a Task that uses a Web service, an automated application, or other kinds of service in completing the task. / A Script Task is executed by a business process engine. The task defines a script that the engine can interpret. When the task begin, the engine will execute the script. The Task will be completed when the script is completed.
(see: BPMN Activity Types Explained (visual-paradigm.com).
Best,
Veronika