clsRemoveTenant Step

Last published at: January 3rd, 2023

Description:

Removes the selected tenant and delete its FlowWright database.    

Inputs

  • Tnconnection – Tenant manager connection string
  • Tnnameid – Tenant/Host Name or ID

Returns

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

Usage:

Example:

Let’s build and execute the RemoveTenantDef example.              

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

  • Save the process definition, create a process instance and execute. The process step should remove the selected tenant and its FlowWright database, as configured.