[jboss-user] [jBPM] - Re: Difficulties Invoking Rule Task

ashutosh gupta do-not-reply at jboss.com
Fri Jun 29 09:57:51 EDT 2012


ashutosh gupta [https://community.jboss.org/people/ashu_akg21] created the discussion

"Re: Difficulties Invoking Rule Task"

To view the discussion, visit: https://community.jboss.org/message/745044#745044

--------------------------------------------------------------
Hi Tihomir,

We are using JBPM 5.3 and we are facing the same problem [getting Rule task to fire after Human Task]. When we tried to follow the method suggested, we are getting only the following events within AgendaEventListener:

AgendaEventListener a=new AgendaEventListener() {

    @Override
    public void beforeActivationFired(
            org.drools.event.rule.BeforeActivationFiredEvent arg0) {
        // TODO Auto-generated method stub

    }

    @Override
    public void agendaGroupPushed(
            org.drools.event.rule.AgendaGroupPushedEvent arg0) {
        // TODO Auto-generated method stub

    }

    @Override
    public void agendaGroupPopped(
            org.drools.event.rule.AgendaGroupPoppedEvent arg0) {
        // TODO Auto-generated method stub

    }

    @Override
    public void afterActivationFired(
            org.drools.event.rule.AfterActivationFiredEvent arg0) {
        // TODO Auto-generated method stub

    }

    @Override
    public void activationCreated(
            org.drools.event.rule.ActivationCreatedEvent arg0) {
        // TODO Auto-generated method stub

    }

    @Override
    public void activationCancelled(
            org.drools.event.rule.ActivationCancelledEvent arg0) {
        // TODO Auto-generated method stub

    }
};

We cant find afterRuleFlowGroupActivated event here.  Could you please advise how we can move forward?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/745044#745044]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120629/38f834cf/attachment.html 


More information about the jboss-user mailing list