removeDirectory Step

Use this step to remove a directory folder.

Last published at: December 26th, 2023

Description:

This step removes a directory folder (and the files contained) from the application server. 

Inputs

  • directoryName – full path to the directory to remove
 

 

Returns

  • True – step executed successfully
  • False – step failed to execute or Directory does not exist
 

 

Usage:

 

 

Example:

Let’s build and execute the “removeDirectoryDef” example.          

  • Create a new definition called “removeDirectoryDef” 
  • Select the definition and click the “design” button
  • Drag a “removeDirectory” step from the toolbox
  • Connect the dots between the start and “removeDirectory” step
  • Click on the “removeDirectory” step to configure its “Settings” properties. Provide a name to the step. 
  • Click on the “removeDirectory” step to configure its “Advanced” properties. Provide a directory file path to remove.
  • The “Logging” setting configuration is necessary for documentation and also measure the workflow progress and the percent complete. This is acheived by configuring the step state and percent fields individually as shown in the images below. Configure the “Logging” using the following properties.
  • Save the process definition, create a new process instance and execute. Render the process instance. Click on the process step to view the properties. The step should remove the directory folder (and the files contained) from the server.