Skip to main content

Manual Intervention

Description:

This step can be used in a workflow to enable manual intervention for users to complete some tasks or provide input values for a new field or existing field. A pop-up is displayed (always on top) and the workflow pauses until the ‘OK’ or ‘Cancel’ button is pressed.

Note: Ignore the following errors in the logs, if the step is used with versions of Process Studio and AutomationEdge previous to v7.5:

- Manual Intervention ERROR WorkflowUtil:501 - Required number of variable arguments for send status to AE Server are 3 in order: 'String: status, Long: totalProcessedRows, Long: successfulRows'.

- Manual Intervention ERROR BaseStep:3000 - Error while changing Workflow Execution Status: com.automationedge.exception.AEUtilsException: Unexpected error occurred while sending current status to AE Server.

Configurations:

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
2Display MessageSpecify a Display message to appear on the manual intervention pop-up.
3Process this step forChoose from the list,

1. Each Row – Will pause for each row

2. First Row – Will pause only for the first row

3. Last Row – Will pause only for the last row

Additional Fields:Provide a tabular list of fields in the workflow stream to be displayed.
1Display nameSpecify a Display name for the fields. This will be a user -friendly name of the field which will be shown at run time for taking input from the end user.
2TypeSpecified field type, possible values are: String, Number, List, Boolean, Date.
3FormatSpecify the format of specific types like Number, Date.
4SecretSpecify whether field value would be secured or not (true/false).
5Display OnlySpecify whether value of the field is display only or editable by the end-user (true/false).
6OptionalSpecify whether field value is Optional (true/false)
7List of ValuesType a list of Comma separated values here and at run time these will be converted to a dropdown where the user can choose one of the values.
8Default ValueSpecify a default value for the given field. This can be a previous field or static value.
10Field nameSpecify names of fields to be created (in specific cases, details in Validation section) when the step is run. These fields will be available further in the workflow. If Default Value contains a previous field from drop down and Field name is left blank then field is updated.
11Tooltip DescriptionSpecify a desired Tooltip Description for the field.
Output Field:
11Status Field NameSpecify an output fieldname to hold the user action (OK/Cancel) during step execution.

The default value is status.