Split camunda and user interface

Hello Everyone,

I am new to camunda so bear with with me :slight_smile:
I have an existing application built up using Nodejs and React. I managed to implemented camunda for server-side using the camunda rest api.

As far as my UI is concern it has 10-12 signup steps/workflow which can switch depending on user type. Now I don’t want my React application to be embedded inside camunda. My UI will get instructions from my server and server in-return get the instruction from camunda engine basis on the initialized bpm process. For further clarity this is what I am trying to do Camunda for Modern Web Applications (CamundaCon 2019) - YouTube

If I can get any pointers/link/sudo code it will be really helpful.

Cheers.