clsPing Step

Last published at: January 2nd, 2023

Description:

Server ping step.  

Inputs

  • serverIP– Server host name or IP
  • timeout– Timeout value

Returns

  • True – step executed successfully
  • False – step failed to execute

Usage:

Example:

Let’s build and execute the clsPingStepDef example.             

  • Create a new definition called “clsPingStepDef”
  • Select the definition and click the “design” button
  • Drag a "clsPing" step to the canvas
  • Configure the step using the following properties:

  • Save the process definition. Create a new process instance and execute. The process step should ping to the server, as configured. 
  • The process step shall generate an error alert if the host is unknown, as shown in the graphic below.