Test if the tenant DB is ready

Last published at: July 27th, 2024

Description:

Test if tenant database is ready or not.  

Inputs

  • Tnconnection – Tenant manager connection string
  • Tnnameid – Tenant/Host Name or ID
  • Message – Variable/Global to hold the message

Returns

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

Usage:

Example:

Let’s build and execute the TenantTestDef example.      

  • Create a new process definition called “TenantTestDef”
  • Select the definition and click the “design” button
  • Drag a "clsTenantTest" step to the canvas
  • Connect the dots between the start and clstenanttest step
  • Configure variable "tenanttest" as string
  • Click on the “clstenanttest” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic

  • Save the process definition, create a new process instance and execute.  The step should display a message whether the tenant database is ready or not, as configured.