Element 'IntermediateThrowEvent' is null

Hi Dear Camunders,

I am testing some BPMN ideas on 7.9.0 engine, for some reason, I am not able to perform ‘Start Before’ operation on Link throw event. The interesting thing is that it works as supposed when link throw event is triggered by boundary event as shown in the picture below.

I would like to add to output parameters of the link event also script task which does not get performed.

Can you please help me with fixing?

Thank you

M

Hi dear Camunders,

May I ask whether it is possible to add to an output parameters of link event a java script task?
For some reason I am not able to do it.
I am using 7.9.3

thank you for any help

M.

Link events are considered just like sequence flows to the engine - i.e. they cannot have async continuation and they also don’t have input and output parameters as a work around i suggest created a none-intermediate event to attach any required logic.

thank you @Niall