Hello,
I could not find any documentation on the kind of expressions are allowed wrt duration and dates, I would like to know if it is possible to achieve the following
Given a service task that outputs a duration X, can we use X as variable for a further activity? If yes could you provide an example ?
- Timer with a waiting time X + PT5M
- a further service task taking as input a transformation X + PT1H for instance
tried
- ${X+PT5M}
- ${X.plus(Duration.of(“PT5M”))}
this did not work
(and if possible the same with dates, date + duration to get a new timepoint)
Thanks for any feedback
Martino