JBoss Community

Re: How to assign a task to the user who created the workflow?

created by Mauricio Salatino in jBPM - View the full discussion

You should define a variables at process level. inside your action node you need to set up that variable value and then in the task definition (XML file) in the assignment field you need to use an expression ${variable}. Where "variable" is the name of the variable that contains the user name :)

Cheers

Reply to this message by going to Community

Start a new discussion in jBPM at Community