onkar ruikar [http://community.jboss.org/people/onkarruikar] created the 
discussion

"Re: Cron expression in jBPM5 gives exception"

To view the discussion, visit: http://community.jboss.org/message/578025#578025

--------------------------------------------------------------
Used following rule to run the process:


*import org.drools.runtime.process.ProcessContext*

*rule "everyDay" ruleflow-group "Hello"*
*    timer (cron:***0 0 23 ? * FRI*)    
  when
    
  then
    System.out.println(new java.util.Date());
    kcontext.getKnowledgeRuntime().startProcess("sample");
end*
--------------------------------------------------------------

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

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to