clsGetETLJobStatus Step

Use this step to fetch the ETL job status.

Last published at: July 25th, 2025

Description:

This step is used to fetch the ETL job status. 

 

Inputs

  • instanceID – select ETL definition
  • variableToStoreStatus – variables/globals to store ETL status
 

 

Returns

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

 

Usage:

 

 

Example:

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

  • Create a new ETL definition called “clsGetETLJobStatusDef” and open the definition in designer mode. 
  • Drag "clsExecuteETLjob, and clsGetETLJobStatus” steps to the canvas.
  • Connect the dots between the “Start” and other steps as shown above.
  • Define variables or globals required for the execution.
  • Click the "clsExecuteETLjob" step to configure its "Required" properties. Provide a name for the step. Select the ETL definition from the drop-down list. Click the Save button. Note: Click the "AI Predict" button for the Copilot to add new process steps that match your process description.

 

  •  Click the "clsExecuteETLjob" step to configure its "Optional" properties. Click the button to configure multiple variables and globals that will be passed to the ETL instance during execution. Provide the variable or global reference to store the ETL instance ID.  Click the Save button. 

 

  • Click the "clsGetETLJobStatus" step to configure its "Required" properties. Provide a name for the step. Provide the variable or global reference that holds the ETL process instance ID. Click the Save button. Note: Click the "AI Predict" button for the Copilot to add new process steps that match your process description. 

 

  • Click the "clsGetETLJobStatus" step to configure its "Optional" properties. Provide the variable or global reference to store the ETL status.  Click the Save button. 

 

  • The “Logging” setting configuration is necessary for documentation and also measures the workflow progress and the percent complete. This is achieved by configuring the step state and percent fields individually, as shown below. Configure the “Logging” using the following properties.

 

  • Navigate to the Process Definition page. Save the process definition, create a new instance, and then execute it. Render the process instance. This “clsGetETLJobStatus” step shall fetch the ETL status as configured. 

 

  • Navigate to the ETL Instances page. Render the above instance to view. The ETL process execution is shown below.  

 

Definition Sample:

You may download the sample definition(s) from the link here and later import them (drag-and-drop) to your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.

Note: Please verify and complete the process steps for any missing configurations, such as file path references and database connections, after import. Then, save the definition to confirm the changes.

Click here to download the Process sample file.

Click here to download the ETL Process sample file.