Set Workflow Result
Description:
The Set Workflow Result is used to set the workflow result on AutomationEdge for the particular request.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step Name | Name of the step. This name has to be unique in a single workflow. |
2 | Success | Boolean value (true or false) can be set to define the request status (Success or Failure). |
3 | Status | Status can be set from one of the following: Complete, Failure or Diverted. Status can be set irrespective of value set in Success above. |
4 | Message | Write the success or error message to be set for the request in this field. Since Success field can have two values and Status field has three values the following combinations are possible. SUCCESS field - STATUS Field True - Complete True - Diverted True - Failure False - Complete False - Diverted False - Failure The message format is governed by the Success field set above. If Success is true message is prefixed with Message: and if success is false message is prefixed with Error: The exceptions are the combinations of True-Failure and False- Complete. For these combinations no message is displayed. |
5 | Total Operations | Total number of operations performed (such as no. of lines processed in a file). The value in this field can be viewed in the ‘Status-wise Workflow Operations Report’. |
6 | Successful | Number of successful operations performed. The value in this field can be viewed in the ‘Status-wise Workflow Operations Report’. |
7 | Attribute 1 | Additional Attribute 1. This attribute can be chosen for display as columns in Requests in AutomationEdge UI. |
8 | Attribute 2 | Additional Attribute 2. This attribute can be chosen for display as columns in Requests in AutomationEdge UI. |
9 | Attribute 3 | Additional Attribute 3. This attribute can be chosen for display as columns in Requests in AutomationEdge UI. |
10 | Attribute 4 | Additional Attribute 4. This attribute can be chosen for display as columns in Requests in AutomationEdge UI. |
11 | Attribute 5 | Additional Attribute 5. This attribute can be chosen for display as columns in Requests in AutomationEdge UI. |
12 | Attribute 6 | Additional Attribute 6. This attribute can be chosen for display as columns in Requests in AutomationEdge UI. |
13 | Output file name patterns (separated by comma) | This field has been added for integration support. This field accepts a comma separated filename regex. These files would be available with the Service Request/Ticket on the Service Desk upon successful updation by an AE workflow. |
Output Parameters: | ||
1 | Name | The internal name of the variable. |
2 | Display Name | Display name of the variable as seen on AutomationEdge UI |
3 | Type | Data type of the variable. You can select either, String or Hyperlink or AE-AppLink. Note: - If you select Hyperlink, then you can provide links to external sites. You can access the link through the Requests page in AE UI. - If you select AE-AppLink, then you can provide the app ID, display text, and page details of the AE connected app in the Set Value (AE-AppLink) dialog, which the user can access through the AE UI. For details about AE connected apps, see AE Apps in the User Guide. For more details about accessing the external sites or AE connected apps, see Requests in the User Guide. |
4 | Value | Provide the value of the variable. Value could be static, field or a variable. Note: If the Type is: - Hyperlink, then the Set Value (Hyperlink) dialog appears. In the dialog, enter the URL and the text you want to display for the URL in the Link and Display text fields, respectively. - AE-AppLink, then the Set Value (AE-AppLink) dialog appears. In the dialog, enter the app ID, display text, and page details of the AE connected app in the App id, Display text, and Page and Page parameters fields. |