0 Replies Latest reply on Jul 1, 2014 11:12 AM by kingden

    JBPM6: Expires At for notification (deadline)

    kingden

      Hi all, I am newbie in JBPM 6 ,   however I've encountered one problem recently.

      For user task I set deadline, but all expressions in dead lines are not parsed.

      But last week they worked and notifications had been sent.

       

      This issue appeared after we updated JBPM 6 (updated on 29th of june) and in current snapshot expressions in deadlines are not parsed.

       

      As for code - I debugged source code and found that object "jbpm.business.calendar" is null (HumanTaskHAndlerHelper -> method protected static List<Deadline> parseDeadlineString)

      78 line - environment.get("jbpm.business.calendar") is null.

       

      Can I know where I could make mistake or it's some defect in JBPM6 ?