Bug? Transitory Variable created through form submission is only available after the start event?

@camunda

I have a Embedded form that creates a submission variable for the form. It creates a transitory variable though {… valueInfo: { transitory: true} … }

When i try and access this variable in a END listener on the start event, it is not available. But i am available to access it in the next activity. Is this expected?

Hey Stephen,

If you observe this with 7.13, it’s probably this bug: https://jira.camunda.com/browse/CAM-12330

Cheers,
Thorben

1 Like

@thorben Thanks, yes that does look like the same issue. and yes was on 7.13.

Will monitor.

Thanks