Skip to main content
Skip table of contents

getRootInstanceID

Versionshinweise

15.2

Code

GROOVY
ProcessUtils.getRootInstanceID()

Beschreibung

Liefert die ID der Hauptorozess-Instanz aus einem Unterprozess heraus.
Wird diese Methode im Hauptprozess aufgerufen, wird die aktuelle Instanz-ID zurückgeliefert.

Rückgabe

Die Instanz-ID der Hauptprozesses.

Beispiele

GROOVY
String rootInstanceID = ProcessUtils.getRootInstanceID();
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.