Replies: 1 comment
-
How many instances of Conductor did you have active at that time? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Created a workflow, where there are some task, like "Inline Task" and "Set Variable" task, Set_Name_ref1 has 2 attempts.
Retried Task has 2 attempt in workflow it has only one task.
Attempt 1
Attempt 2
json
{
"taskType": "SET_VARIABLE",
"status": "COMPLETED",
"inputData": {
"emailStatus": "Retry_RetryLimitCheck",
"currentDate": "2024-04-16 07:24:28",
"continuesLoop": true
},
"referenceTaskName": "Set_Name_ref1",
"retryCount": 0,
"seq": 5,
"correlationId": "661e2766037f4e2e08fc292c",
"pollCount": 0,
"taskDefName": "WF variable for continuesLoop, currentDate, emailStatus",
"scheduledTime": 1713252268628,
"startTime": 1713252268628,
"endTime": 1713252268669,
"updateTime": 1713252268634,
"startDelayInSeconds": 0,
"retried": false,
"executed": true,
"callbackFromWorker": true,
"responseTimeoutSeconds": 0,
"workflowInstanceId": "f0ce0fa8-c361-4ba4-8e04-3404df3c3c8a",
"workflowType": "CDO_CRM_SendLimit",
"taskId": "db93ef79-afce-4005-981f-88e72fc164a6",
"callbackAfterSeconds": 0,
"outputData": {},
"workflowTask": {
"name": "WF variable for continuesLoop, currentDate, emailStatus",
"taskReferenceName": "Set_Name_ref1",
"inputParameters": {
"continuesLoop": true,
"currentDate": "${GetCurrentDate.output.result.date}",
"emailStatus": "${workflow.input.emailStatus}"
},
"type": "SET_VARIABLE",
"startDelay": 0,
"optional": false,
"asyncComplete": false,
"permissive": false
},
"rateLimitPerFrequency": 0,
"rateLimitFrequencyInSeconds": 0,
"workflowPriority": 0,
"iteration": 0,
"subworkflowChanged": false,
"queueWaitTime": 0,
"loopOverTask": false,
"taskDefinition": null
}
Issue here is that why SET_VARIABLE task has Scheduled 2 time and has Retried Task 2 Attempt and both the attempt is sucesses and both the attempt sequence is 0 .
does anyone have Idea realted to such issue.
Beta Was this translation helpful? Give feedback.
All reactions