Get the task-detail-diagram

Hi Community Folk!
With the Task id, how can I get the task-detail-diagram like the picture by an url request.

Thanks.

Hi @xuanyuan,

The Diagram is rendered with bpmn-js from the Diagram XML:
https://docs.camunda.org/manual/7.13/reference/rest/process-definition/get-xml/

We do not have an endpoint that returns an image

@xuanyuan, refer these posts:

Ok, thank you for the answer.I’ll try.

Thanks.I’ll try.