Is there any way to retrieve the list of tasks that a process definition consist of? engine-rest/task won’t do it because it brings back tasks for completion that are part of a process instance.
I just want to show a list to my app of the steps (user tasks) that come with a process definition.
I was missing the Model API. My processes have user tasks and gateways so I will experiment with it to see how I can isolate the user tasks and their attributes which I need.