cancel
Showing results for 
Search instead for 
Did you mean: 

action in processDefinition.xml

ucf
Champ on-the-rise
Champ on-the-rise
HI All

I want to know how to configure an action in a processDefinition.xml file so that java coded action can run after starting a workflow, thank you
1 REPLY 1

romschn
Star Collaborator
Star Collaborator
Are you using JBPM or Activity?
You can configure Listeners (TaskListener) in your processdefinition.xml as required (for example, on creation of a task etc) which is basically java class to perform some logic as per your requirement.
In order to identify how to do it syntactically in your processdefinition, you may want to go through the JBPM/Activity tutorials or user guides.