Embed TaskList into Angular application

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?

Hello Camunda Community,

Would you happen to have any updates or insights on the query posted above? I’d really appreciate your input. Thanks!

Hi @Kavita,

Thank you for your inquiry!
Currently, the Camunda Tasklist cannot be embedded into external applications. This is mainly because of the security and authentication concerns imposed.

If you want to integrate the Tasklist into an Angular application, the advised approach is to implement a custom application using the Camunda Tasklist API with your frontend. This approach is very flexible but requires additional development work.

Hi @Volodymyr_Melnyk ,

I appreciate your response; it was genuinely helpful. Thank you!

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