How to insert a FailedJobRetryTimeCycle to a service task using modeller

Hi All,

I am trying to add a FailedJobRetryTimeCycle to a Service task. Right now I am doing it manually using the xml. I want to know if through the modeller we can do this also.

The lines that I am writing manually in the xml is as follows:-

<extensionElements>
    <flowable:failedJobRetryTimeCycle>R2/PT1M</flowable:failedJobRetryTimeCycle>
  </extensionElements>

Thanks all in advance!

This question is resolved here