Is there any way to get form labels for the fields/variables of a deployed process in activiti-rest ?

cancel
Showing results for 
Search instead for 
Did you mean: 
nakul_goyal
Member II

Is there any way to get form labels for the fields/variables of a deployed process in activiti-rest ?

Want to fetch text labels for all the fields/variables related to a deployed process from activiti-rest API.

Any leads/suggestions will be helpful.

1 Reply
gdharley
Intermediate

Re: Is there any way to get form labels for the fields/variables of a deployed process in activiti-rest ?

Have you tried using the form REST API (Activiti User Guide - Forms )?

Using this, you can pass in a process definition or task ID and retrieve all the form property definitions.

What am I missing?

Thanks,

Greg