Complex Camunda workflow (design and development)

Hello,
I am new to Camunda workflow, any help is

I want to create a application with React Experience UI , Springboot digital API layer, and camunda for workflow design & execution. This application has multiple user interaction (screenflows). For example, a user when logged in will create an appointment in DB (REST call to repos). once the appointment is created, user return back to UI flow with appointment details. Next action in UI, must invoke an external system (Rest endpoint to relay appointment details), once the external system call is successful it must execute additional process (for example update status in DB through a rest call). likewise there are different stages which perform multiple tasks in process flow. Additionally there are requirements of subprocesses as well

All this i have to capture in one single Camunda workflow and execute the process flow through actions taken on UI.

Is there an end to end example which will educate me on how a process flow is started, response from the executed task is propagated to UI. Then another action on UI will initiate the process execution from the next tasks in the workflow. This process ends when all the tasks are executed in the workflow.

Appreciate your guidance.

Thanks.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.