Skip to main content
Skip table of contents

externalInvocation

Versionshinweise

16.1, 23.1

Code

GROOVY
LogicScriptUtils.externalInvocation(String externalInvocationID, String... params)

Beschreibung

Startet einen externen Aufruf anhand seiner eindeutigen ID, welche im Rahmen der Aufrufdefinition vergeben wurde.

Parameter

  • externalInvocationID - Die ID des externen Aufrufs.
  • params - Eine Kommaseparierte Liste von Parametern fĂĽr den Externen Aufruf.

Beispiele

GROOVY
LogicScriptUtils.externalInvocation("Routenplaner", "2423");
JavaScript errors detected

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

If this problem persists, please contact our support.