Is there a way in which we can embed Camunda 8 tasklist into Angular application? We have a use case with one of our clients where they have their enterprise application and want to embed tasklist into that. They are not keen in creating separate custom tasklist application but want the Camunda tasklist to be embedded. I was exploring something similar to this on Camunda forum but could not find it.
I came across this code where BPMN can be embedded into Angular application [GitHub - bpmn-io/bpmn-js-example-angular: An example how to integrate bpmn-js with an Angular application.] I am looking at a similar approach for Camunda TaskList.
I also went through your documentation where you explained the way we can create custom task list application [Understanding human task management | Camunda 8 Docs] but nothing has been mentioned about embedding it.
I see, you do have an option of embedding camunda forms using form.js [Embed forms in JavaScript | Camunda 8 Docs] but nothing for tasklist.
Can someone help me with this query?