Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Global activities

Global activities are Orchestration activities created in the global scope.

Any activities you create in the global scope are listed in the Global category in the Packs and Custom tabs of the Workflow Editor.

Image omitted: GlobalPacks.png
Global activity pack

Parent Topic:Orchestration activity packs

Test Server Alive activity

The Test Server Alive activity determines if a target system is alive by its response to a particular protocol.

This activity replaces an activity by the same name available in releases prior to Istanbul. If you have a workflow created in a previous version that uses the deprecated activity, your workflow will continue to work normally after upgrading to Istanbul. However, all new workflows must use the custom version of this activity. This activity was built with the Probe activity template, which gives workflow administrators the ability to store input and output variables in the databus.

Input variables

VariableDescription
port_probesA comma separated list of protocols to use to check for signs of activity on the target machine (example: wmi,wins,https,ssh,http,https,snmp,dns)
hostnameHostname or IP address of the target system to check.

Output variables

VariableDescription
aliveCode that indicates whether or not the server is alive. If any value but '1' is returned, the server is not alive.

Conditions

ConditionDescription
SuccessActivity determined that the device is running.
FailureActivity failed to determine if the target device is running. Failure could be caused by a missing protocol or a device that is not accessible.