I have this xml definition file:
<process id="CattolicaChron" name="CattolicaChron" isExecutable="true">
<serviceTask id="sid-0623741D-2AE1-4DBB-98D5-996B96C10548" flowable:type="http">
<extensionElements>
<flowable:field name="requestMethod">
<flowable:string><![CDATA[POST]]></flowable:string>
</flowable:field>
<flowable:field name="requestUrl">
<flowable:string><![CDATA[https://ssocli-coll.gruppocattolica.it/ms_oauth/oauth2/endpoints/oauthservice/tokens]]></flowable:string>
</flowable:field>
<flowable:field name="requestHeaders">
<flowable:string><![CDATA[Authorization: Basic YXBpZy1jb2xsOnZFODdyYklta1RM
Content-type: application/x-www-form-urlencoded]]></flowable:string>
</flowable:field>
<flowable:field name="requestBody">
<flowable:expression><![CDATA[${mybody}]]></flowable:expression>
</flowable:field>
<flowable:field name="responseVariableName">
<flowable:string><![CDATA[httpresult]]></flowable:string>
</flowable:field>
</extensionElements>
</serviceTask>
<sequenceFlow id="sid-1DF867C9-49A3-4138-A4ED-92393B805ABE" sourceRef="sid-9D9CE2BF-AA34-4D72-9999-4253E31F6263" targetRef="sid-0623741D-2AE1-4DBB-98D5-996B96C10548"></sequenceFlow>
<serviceTask id="sid-B3216512-7364-41D5-9803-FF8BD2886950" flowable:class="it.sysdata.helios_backend_admin.delegates.HttpProcessVariablesManagerDelegate"></serviceTask>
<sequenceFlow id="sid-70EDCB39-227D-4666-AFB0-68B23C170D1A" sourceRef="sid-0623741D-2AE1-4DBB-98D5-996B96C10548" targetRef="sid-B3216512-7364-41D5-9803-FF8BD2886950"></sequenceFlow>
<sequenceFlow id="sid-3EA69F7E-FB37-41C9-8456-2C1108DF8632" sourceRef="sid-B3216512-7364-41D5-9803-FF8BD2886950" targetRef="sid-BB30B129-3CA0-4853-82EA-36BA66895A6D"></sequenceFlow>
<serviceTask id="sid-BB30B129-3CA0-4853-82EA-36BA66895A6D" flowable:type="http">
<extensionElements>
<flowable:field name="requestMethod">
<flowable:string><![CDATA[GET]]></flowable:string>
</flowable:field>
<flowable:field name="requestUrl">
<flowable:string><![CDATA[http://api.test.gca.net/app/v2/subjects/me]]></flowable:string>
</flowable:field>
<flowable:field name="requestHeaders">
<flowable:expression><![CDATA[Authorization: ${access_token}
Content-Type: application/json
secret: secret]]></flowable:expression>
</flowable:field>
<flowable:field name="saveResponseParameters">
<flowable:string><![CDATA[true]]></flowable:string>
</flowable:field>
</extensionElements>
</serviceTask>
<sequenceFlow id="sid-70CE6C72-23FF-42F6-AA5B-9CC4D1FC239A" sourceRef="sid-BB30B129-3CA0-4853-82EA-36BA66895A6D" targetRef="sid-A7A4964F-E812-4972-A437-6B8D22795EEC"></sequenceFlow>
<serviceTask id="sid-A7A4964F-E812-4972-A437-6B8D22795EEC" flowable:class="it.sysdata.helios_backend_admin.delegates.HttpOperationDelegate"></serviceTask>
<endEvent id="sid-7DDE0A9F-8A5E-455C-92CB-D92FBAE2AC50"></endEvent>
<sequenceFlow id="sid-E0049532-675E-4845-8211-9A6F68A32A4D" sourceRef="sid-A7A4964F-E812-4972-A437-6B8D22795EEC" targetRef="sid-7DDE0A9F-8A5E-455C-92CB-D92FBAE2AC50"></sequenceFlow>
<startEvent id="sid-9D9CE2BF-AA34-4D72-9999-4253E31F6263" isInterrupting="false">
<timerEventDefinition>
<timeCycle>0 0/1 * * * ?</timeCycle>
</timerEventDefinition>
</startEvent>
</process>
The process is run correctly first time but does not repeat after 1 minute. Are the configurations all right? I’ve generated the xml directly from Flowable Modeler