JBoss Community

Re: Advice on how to approach CRON based BPMN2 processes

created by Maciej Swiderski in jBPM - View the full discussion

Most likely it is limitation of eclipse plugin or other tool you use for diagram modeling.

Try modify its source xml and use something like this:

 

     <timerEventDefinition>
        <timeCycle xsi:type="tFormalExpression" language="cron">0/1 * * * * ?</timeCycle>
      </timerEventDefinition>

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community