Intermediate Status
Description
This step can be used in a workflow to set intermediate status of the workflow. Currently, AutomationEdge has the set of states of a workflow: “New”, “ExecutionStarted”, “Complete”, “Failure” and “Diverted”. However, if a workflow is going to run for a long duration then there is no information at the server regarding the state of a running workflow.
Intermediate Status can be used to set a user defined current status of a running workflow which will be displayed on the UI. Send Status to AE can be used to send the intermediate status of a workflow to AE Server. User can add multiple such steps in a single workflow. Last executed status will be shown at any given time.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step Name | Name of the step. This name has to be unique in a single workflow. |
2 | 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. |
3 | 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. |
4 | 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. |
5 | Successful row count | Enter a numeric value for Successful row count |
6 | 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. |
7 | 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. |