Show diagram into web application

Hi, i’m new into camunda world.
I ask you if is possible to show my diagram (designed into modeler), into my web application and (for example) the user can click on his task to resolve it.

The primary feature in my case is to show the diagram into html page.

Thank you

Dear Uniplan,
If you are using camunda…U can check in the task list of camunda.
Every task as diagram.

If you want render diagram check bpmn-io in git examples.

Hi @uniplan,

have a look at this (old) example: https://github.com/camunda-consulting/code/blob/master/snippets/jsf-simple-tasklist/, especially in the taskDetail page: https://github.com/camunda-consulting/code/blob/master/snippets/jsf-simple-tasklist/src/main/webapp/app/taskDetail.html.

Hope this helps, Ingo