cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Rest API to get tasks

chandraprabha
Champ in-the-making
Champ in-the-making
Hi,

I am using activiti-rest/service/repository/process-definitions/{processDefinationId}/model to get the task definition associated with a process definition.

Could you please how I can make the response order so sart comes first then task1 .

Thanks,
Chandra
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
Hi,
Could you please give us some more details about what are you trying to do? (just a short presentation of the scenario)

This way the community members will have a better understanding of the problem you want to solve and may come with more targeted advices.

—–
Considering the order of the tasks is a logical order (which could change according to some conditions, events, errors, etc…) i think you could make use of the associated BPMNModel in order to have a flow diagram of the process.