Please help me. I have a Camunda process. I call this process using Camunda rest-engine with the endpoint “http://localhost:8080/engine-rest/process-definition/key/CRE_P_CashCredit_Scoring_ID_01/start”.
My Request: { “variables”: { “ApplySource”: { “value”: “branch”, “type”: “string” }, “CredSum”: { “value”: 2000, “type”: “Double” } }, “businessKey”: “Test”, “withVariablesInReturn”: “true” }
I want that request variables don’t return me. Only the process variables in Response variables.
Process variables: StopFactor, StopFactorReason, FinalOfferAmount