JBoss Community

Capturing the initiator user

reply from Klaus Dworschak in jBPM - View the full discussion

Can you please give me an example of how to do this in jBPM v4?

 

All examples I've found so far use jBPM v3 syntax (e.g. <start-state>, etc).

 

I've tried the following xml but i guess I'm doing it completely wrong.

 

....

<swimlane name="initator" assignee="${requestor}" />

<task name="TestTask" candidate-groups="${testTaskGroup1}" swimlane="initator" >

    <transition to="end"/>
</task>

....

Reply to this message by going to Community

Start a new discussion in jBPM at Community