Previous Topic: getEnvVarNext Topic: getPartialAttachmentContent


getOrchestratorURL

The getOrchestratorURL function returns the name of the Orchestrator.

Syntax

getOrchestratorURL()

Return Value

URL of the Orchestrator (String)

Specifies the URL of the Orchestrator or the Load balancer (in the case of a cluster).

Example

Process.x = getOrchestratorURL(); 

Where x is the process name. Once the process runs, variable x inside the process dataset includes the Orchestrator name.