How to get all form properties declared in the process without running the processInstance?

UseCase: I need to create an API to expose what all variable are available in BPM for a particular process which is used by some other service to perform some task.

I don’t want to run processInstance to find all defined variable. As soon as process is deployed, API should be able to expose variable list.

Solved :slight_smile: for anyone else who might be looking for this question, use table “ACT_FO_FORM_RESOURCE” to get the form properties for a particular process deployment.