Discussion:
[jboss-user] [jBPM] - Re: Difficulties Invoking Rule Task
ashutosh gupta
2012-06-29 13:57:51 UTC
Permalink
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]
cold gin
2013-04-29 18:36:33 UTC
Permalink
cold gin [https://community.jboss.org/people/cold_gin] created the discussion

"Re: Difficulties Invoking Rule Task"

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

--------------------------------------------------------------
Here is my solution to this problem in case it helps someone:

https://community.jboss.org/thread/224241 https://community.jboss.org/thread/224241


--------------------------------------------------------------

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

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