I have a spring web application uses bpmn work flow. So the engine is embedded. Now I hav a cockpit application [angular/js api] downloaded from the camunda. Can I see the tasks and details if I put this cockpit webapp to the root folder where my custom spring web application is running.
I prefer a step by step explantion since i am new in camunda though we implementing it on the way a big process.
[what we are implementing - approval process by multiple organizations having different business process of dealing a single service receiving the assignment to different level of people in each organizations]
Mean while I would like to get shared a detailed implementation of
1. Adding Camunda to an application
2. Running a process
3. Assign a task runtime
4. Delegate / change the assignee
5. Complete the task
6. Messaging
7. View all the tasks for assignee/Candidate
in a single document with the api methods that exactly fit for an end to end application