Skip to main content

Intermediate Status

Description

Intermediate Status sends user-defined progress updates from a running workflow to the AutomationEdge Server, where they appear in the UI in real time. This step fills the gap between the platform's built-in states (New, ExecutionStarted, Complete, Failure, and Diverted) by letting you report custom messages such as percentage of completion or current processing phase. It is especially valuable for long-running workflows where operators need visibility into what the automation is doing before it finishes. You can place multiple Intermediate Status steps throughout a workflow and control how often updates are sent — for every row, only the last row, or after a specified batch size.

Configurations

Field NameDescription
Step NameName of the step. This name has to be unique in a single workflow.
StatusSpecify status that is to be sent to AutomationEdge. It is a free textbox where user can set the status or message like % of completion or any other user defined status.
Total row count OptionsChoose from the drop down list:

- Implicit row count: Process Studio will calculate number of rows processed. The row count is maintained internally.

- Explicit row count: The row count can be set explicitly by the user.

Total row countProvide a numeric value for the Total number of rows processed. It will only be enabled when Explicit Row Count is selected.
Successful row countEnter a numeric value for Successful row count
OptionsChoose from the drop down list:

1. Send for all rows: will send status to AE for each row. This step would be executed for each row processed.

2. Send for last row: will send status only for last row. This step would be executed after the specified batch size.

3. Send for batch: you can specify after how many rows the status will be send to AE. This step would be executed after the specified batch size.

Batch sizeChoose a batch size from the drop down list: you can specify batch size. Batch size after which this step would be executed.