Get human task from existing process

Help please.
I have a process call “WKF” , and in the design, the process have some human task defined, for example
Task 1
Task 2
Task 3…

Task N.
My question is, how can i get all the human task names from the process (WKF), independent if the process have human tasks created or not.
Please help
Tnks.

have a look at the FlowNodeDefinition for a HumanTask, see here:

http://documentation.bonitasoft.com/javadoc/api/7.3/org/bonitasoft/engine/bpm/flownode/HumanTaskDefinition.html

Obviously this is through the API.

regards
Seán

PS: If this reply answers your question, please mark as resolved.