UserTask Details

How to fetch usertask details using restAPI?

What kind of details?
Is it the GET task endpoint
you are looking for?

1 Like

Thanks for reply, Actually we are using external application and we are like to send parameters to it using REST API for example we can get complete xml code for the deployed bpmn diagram but we need to get only for the particular usertasks and exclusive gateways. How can we do that??

You could fetch the XML and use any library for XML parsing that allows you extract elements by id. There’s no built-in endpoint for that.

Thanks thorben, we will be using it lot in our project and we will be happy if you are adding this feature has a inbuilt in your product.