I am sending email using mail connector when the user task is created.
I want to put the complete url to the task, so that user can work on the task.
Question: How do I get my web app context url from within Camunda classes (Task Listner or Execution Listner) to add it in my email message? I have this as a spring application.
@Niall Can you help here please.
How to get base url of camunda engine in javascript.
So that i can append it to process instance id and prepare url for process instance.
Example: base_url + “/camunda/app/cockpit/default/#/process-instance/” + execution.getProcessInstanceId();