Can i update input-ouput parameters without shape selction?

Hi all,

I need to update input-output parameter without shape select. Is it possible?.

Yes it’s possible to create and update camunda:InputParameter and camunda:OutputParameter via bpmnFactory. See this CodeSandbox for an example.

Note that the the camunda-bpm-moddle extension is needed.

Hi Niklas,
Yes, I can able to update Thanks for your helping… :slightly_smiling_face: