Camunda Variable are setting up to true automatically

I have a scenario where is am checking for a value to be true,
the value update happens externally from a user trigger on UI
but sometimes the value get updated automatically

        "type": "variableUpdate",
        "id": "a9c43811-b766-11ee-a34e-0242ac110002",
        "processDefinitionKey": "Dabur_FLow_New_Distributor",
        "processDefinitionId": "77b88820-7713-11ee-a34e-0242ac110002",
        "processInstanceId": "d15af1c4-b6e8-11ee-a34e-0242ac110002",
        "activityInstanceId": "d15af1c4-b6e8-11ee-a34e-0242ac110002",
        "executionId": "d15af1c4-b6e8-11ee-a34e-0242ac110002",
        "caseDefinitionKey": null,
        "caseDefinitionId": null,
        "caseInstanceId": null,
        "caseExecutionId": null,
        "taskId": null,
        "tenantId": null,
        "userOperationId": null,
        "time": "2024-01-20T07:36:45.782+0000",
        "removalTime": null,
        "rootProcessInstanceId": "d15af1c4-b6e8-11ee-a34e-0242ac110002",
        "variableName": "document_capture_action",
        "variableInstanceId": "d2093240-b6e8-11ee-a34e-0242ac110002",
        "variableType": "Boolean",
        "value": true,
        "valueInfo": {},
        "initial": false,
        "revision": 1,
        "errorMessage": null
    },

this is the variable update history and a reference of BPMN diagram

Hello @pawan-lode-actyv and welcome to the Camunda Forum!

The variable value of document_capture_action should not updated itself.
Are you sure that you do not reference the variable somewhere else?
Maybe the time property in the response JSON could be an indicator of which task or request was involved.

Hope it helps.

Thanks for the reply @SafeAndSound
but can you help me with how to check this is caused because of time property

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.