How to update extention property from External task

I’m trying to update an Extention property from my External task. Is there an API that does this for JAVA ? Thanks

Hello @kallsas ,

the extension property is statically written to the bpmn xml. If you want to change it, you need to update the diagram.

If you have a value that needs to be updated at runtime, please use process variables.

I hope this helps

Jonathan

1 Like