Transient Variable Availability

Hi team,

Im interested in using transient variables for forms submissions and as results from tasks. hence two questions;

Is the forms SDK transient variable aware - in other words can I annotate a form field with transient? (I looked through the code and tags but I could not find the capability)…

Similar to above, if I use say a freemarker template as a script construct, in modeler will I be able to mark the output as transient so I can get around the 4k String limit for example?

regards

Rob

Was going to say you could deal with this as output params of the variable, but org.camunda.bpm.engine.variable.Variables seems to be missing from the JavaDocs…

Ya there we go… https://app.camunda.com/jira/browse/CAM-9119

1 Like