Get human task from existing process

1
0
-1

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.

1 answer

1
0
-1

have a look at the FlowNodeDefinition for a HumanTask, see here:
http://documentation.bonitasoft.com/javadoc/api/7.3/org/bonitasoft/engin...

Obviously this is through the API.

regards
Seán

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

Notifications