After testing a lot of stuff i was finally able to handle my usertasks the way I wanted. But there is still 1 thing I dont understand. The whole process with different tasks and gateways works fine, but at the moment it reaches a timer, it still just terminates without any error massage. I have no idea why. Timer should be set up fine (even if i set a timerduration directly).
<intermediateCatchEvent id="_14" name="Timer" >
<timerEventDefinition>
<timeCycle xsi:type="tFormalExpression">#{timerValue}###0</timeCycle>
</timerEventDefinition>
</intermediateCatchEvent>
If somebody could explain that behaviour or help me to avoid it, i would be very happy. Thanks
tcolditz