Accessing the name of the current engine in a multi engine environment

Hi,

we have a multi engine setup and I’d like to get the name of the current engine via javaScript from within a script task. Is there a way to do this?

image

Kind regards, Martin

Hi @ArtVandelay101,

You can try below.

execution.getProcessEngine().getName()

lol… I’m an idiot… thanks