Hello,
In Cmmn modeler how may I send the case instance ID in the body of my httpTask request using expressions ?
for information in bpmn when I extract the xml I find in request Body
flowable:expression and in Cmmn I find flowable:string ??
I tried ${caseInstance.id} or ${caseInstance.caseDefinitionId} but I receive it always as string not the value behind I mean the expression is not executed before getting sent.
Thanks in advance,