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 Name | Description |
|---|---|
| Step Name | Name of the step. This name has to be unique in a single workflow. |
| Status | Specify 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 Options | Choose 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 count | Provide a numeric value for the Total number of rows processed. It will only be enabled when Explicit Row Count is selected. |
| Successful row count | Enter a numeric value for Successful row count |
| Options | Choose 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 size | Choose a batch size from the drop down list: you can specify batch size. Batch size after which this step would be executed. |