Prediction - Send Notification (MS Azure Machine Learning) activity

An activity that creates predictions created from data provided from an AgilePoint NX app to Microsoft Azure Machine Learning. If conditions configured in the AI model occur in the prediction, the app can send an email notification.

This feature is part of the AI Control Tower.


Prediction Send Notification activity

Configure the Prediction - Send Notification activity

Examples

Prerequisites

Good to Know

How to Start

  1. Open Process Builder.

    For information about how to open this screen, refer to Process Builder.


    Open Process Builder
  2. In Process Builder, in the Activity Library, open the MS Azure Machine Learning tab.

    Amazon SageMaker tab
  3. On the MS Azure Machine Learning tab, drag the Prediction - Send Notification activity onto your process.

    Drag Prediction Send Notification activity

General Configuration

Specifies the basic settings for the Prediction - Send Notification activity.

Figure: General Configuration screen

General Configuration screen

Good to Know

  • Documentation for this screen is provided for completeness. The fields are mostly self-explanatory.

Fields

Field NameDefinition

Display Name

Description:
Specifies the activity name that shows in your process.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
None
Accepts Variables:
No
Example:
This is a common configuration field that is used in many examples. Refer to:
  • Examples - Step-by-step use case examples, information about what types of examples are provided in the AgilePoint NX Product Documentation, and other resources where you can find more examples.

Description

Description:
Specifies an optional text description for your activity.
Allowed Values:
More than one line of text.
Default Value:
None
Accepts Variables:
No

Prediction - Send Notification Configuration > MS Azure Machine Learning tab

Configures the Amazon SageMaker model to use to create predictions.

Figure: Prediction - Send Notification Configuration > MS Azure Machine Learning tab

Prediction Send Notification Configuration MS Azure Machine Learning tab

Fields

Field NameDefinition

Add Model Add Token icon

Function:
Creates a model with a name you specify.

In this activity, you can create more than one model to configure an Microsoft Azure Machine Learning model to give predictions for an app. Each configuration is stored as a model with a name specified in this field.

Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Clone Clone Icon

Function:
Creates a new model that is a copy of the selected model.

Edit Edit icon

Function:
Changes the model name.

Delete Delete icon

Function:
Deletes the selected model.

MS Azure Machine Learning

Description:
Specifies the access token that connects to your Microsoft Azure Machine Learning service.
Allowed Values:
A list of access tokens configured for your environment.
Default Value:
None
Accepts Variables:
No
Example:
Refer to:

MS Azure Machine Learning

Opens this Screen:
Access Token for Microsoft Azure Machine Learning
Function of this Screen:
Configure an access token to connect to Microsoft Azure Machine Learning.

Save

Opens this Screen:
Saves the configuration for your model and does not close the configuration screen.

Prediction - Send Notification Configuration > Triggering Event tab

Configures an activity on which to run the Microsoft Azure Machine Learning model.

Figure: Prediction - Send Notification Configuration > Triggering Event tab

Prediction Send Notification Configuration Triggering Event tab

Fields

Field NameDefinition

Activity

Description:
Specifies an activity on which to run the Microsoft Azure Machine Learning model.
Allowed Values:
An activity from the list.
Default Value:
None
Accepts Variables:
No

On Event

Description:
Specifies the status for an activity instance where the change occurs.
Allowed Values:
  • Assign Work Item - Microsoft Azure Machine Learning runs when the specified task is ready to be Assigned to a participant .
  • Complete Work Item - Microsoft Azure Machine Learning runs when a task is Completed.
  • Cancel Work Item - Microsoft Azure Machine Learning runs when a task is Cancelled.
  • Enter Activity Instance - Microsoft Azure Machine Learning runs when the activity instance starts.
  • Leave Activity Instance - Microsoft Azure Machine Learning runs when the activity instance ends.
  • Reassign Work Item - Microsoft Azure Machine Learning runs when a task is Reassigned.
  • Work Item Assigned - Microsoft Azure Machine Learning runs after the specified task is Assigned to a participant.
  • Work Item Overdue - Microsoft Azure Machine Learning runs when a task is Overdue.
Default Value:
None

Set Trigger Condition

Opens this Screen:
Prediction - Send Notification Configuration > Triggering Event tab > Set Trigger Condition
Function of this Screen:
Specifies the conditions that cause the Microsoft Azure Machine Learning model to run.

Prediction - Send Notification Configuration > Triggering Event tab > Set Trigger Condition

Specifies the conditions that cause the Microsoft Azure Machine Learning model to run.

Figure: Prediction - Send Notification Configuration > Triggering Event tab > Set Trigger Condition screen

Prediction Send Notification Configuration Triggering Event tab Set Trigger Condition screen

Fields

Field NameDefinition

Rule Type

Description:
Specifies a rule to execute.
Allowed Values:
  • IF - Specifies a rule to execute if a specified condition is true.
  • ELSE IF - Specifies a rule to execute if the previous condition is false.

    To open this field, click Add New Rule Add New Rule icon.

  • ELSE - The rule executes if the all the specified conditions are false.
Default Value:
  1. IF
  2. ELSE

Condition

Description:
Specifies a name for a rule in your condition.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
Rule Name 1

Edit Edit icon

Opens this Screen:
Prediction - Send Notification Configuration > Triggering Event tab > Condition Builder screen
Function of this Screen:
Creates or changes logical rules. You can put one statement inside another statement to create complex logical expressions.

Delete Delete icon

Function:
Deletes the selected row.

Prediction - Send Notification Configuration > Triggering Event tab > Condition Builder screen

Creates or changes logical rules. You can put one statement inside another statement to create complex logical expressions.

Figure: Prediction - Send Notification Configuration > Triggering Event tab > Condition Builder screen

Prediction Send Notification Configuration Triggering Event tab Condition Builder screen

Fields

Field NameDefinition

Condition Name

Description:
Shows the name for your rule.
Allowed Values:
Read only.
Default Value:
Rule Name 1

Preview Preview icon

Function:
Shows the preview of your rule.

Validate Validate icon

Function:
Makes sure the rule is correct.

Rule Variable

Description:
Specifies the value to analyze.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
None
Accepts Variables:
Yes
Example:
Refer to:

Operator

Description:
Lets you select the operators for a logical expression.
Allowed Values:
Data TypeExpression Operators

String

, ==, Starts with, Ends with, Contains, Does Not Contains, !=, Does Not Contain Data, Contains Data

Bool

==

Date Time

, ==, >, >= , <, <=, !=

Number

, ==, >, >=, <, <=, !=

Default Value:
None
Example:
Refer to:

Rule Value

Description:
The value for the data variable.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
None
Accepts Variables:
Yes
Example:
Refer to:

Add Row Add Row icon

Function:
Creates a condition row.

Select Nest Type

Function:
Specifies the use of logical AND and OR operators to nest conditions to use for predictions.

You must set the condition first, before you specify the nest type.

Allowed Values:
  • And - Specifies the logical AND operator.
  • Or - Specifies the logical OR operator.
Default Value:
AND

Indent Right Indent Right icon

Function:
Creates the statement that is a condition of a parent statement.

Delete Delete icon

Function:
Deletes the selected row.

Back Back icon

Function:
Saves the rule and goes back to the Create Condition screen.

Prediction - Send Notification Configuration > Request tab

Specifies how to connect the request data from Microsoft Azure Machine Learning to the AgilePoint process schema.

Figure: Prediction - Send Notification Configuration > Request tab

Prediction Send Notification Configuration Request tab

Fields

Field NameDefinition

Map Request To App Schema / Enter Sample Request Payload / Read Payload From This Variable

Description:
Specifies how to connect the request data from Microsoft Azure Machine Learning to the AgilePoint process schema.
Allowed Values:
  • Map Request To App Schema - Connects the Microsoft Azure Machine Learning API request parameter to your process schema.

    Click Map Request To App Schema to open the Schema Mapper.

    Use this screen to connect the response to the data model for your process.

  • Enter Sample Request Payload - Specifies a payload to use to connect to the AgilePoint process schema.

    The payload must be in JSON format.

    Click the Map Schema button to open the Schema Mapper.

    Use this screen to connect the payload values to the AgilePoint process schema.

  • Read Payload From This Variable - Specifies a variable that stores the payload. The value of the process data variable must be in a valid JSON format.
Default Value:
Map Request To App Schema
Accepts Variables:
Yes
Example:
Refer to:
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Request Mapping

Description:
Connects the Microsoft Azure Machine Learning request to the process schema.
To Open this Field:
  1. Select Map Request To App Schema.
Allowed Values:
Click the Schema Mapping Schema Mapping icon button to open the Schema Mapper screen.

Use this screen to connect the request to the data model for your process.

Default Value:
None
Example:
Refer to:

Prediction - Send Notification Configuration > Response tab

Specifies where to store the response from Microsoft Azure Machine Learning.

Figure: Prediction - Send Notification Configuration > Response tab

Prediction Send Notification Configuration Response tab

Fields

Field NameDefinition

Map Response To App Schema / Enter Sample Response Payload / Store Response In This Variable

Description:
Specifies where to store the response from Microsoft Azure Machine Learning.
Allowed Values:
  • Map Response To App SchemaSelect this option if you want to map the information from the Microsoft Azure Machine Learning data model to your process schema.

    Click the Schema Mapping Schema Mapping icon button to open the Schema Mapper.

    Use this screen to connect the response to the data model for your process.

  • Enter Sample Response Payload - Specifies a payload to use to map the response to the AgilePoint process schema.

    The payload must be in JSON format.

    Click Map Response to open the Schema Mapper.

    Use this screen to connect the response to the data model for your process.

  • Store Response In This VariableSelect this option if you want to store the information from Microsoft Azure Machine Learning to a variable in the AgilePoint NX app.

    In the text field, specify a variable that accepts an alphanumeric string in JSON format.

Default Value:
Map Response To App Schema
Accepts Variables:
Yes
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Prediction - Send Notification Configuration > Additional Actions tab

Specifies an email template to use to send the notification when the specified conditions occur in the prediction.

Figure: Prediction - Send Notification Configuration > Additional Actions tab

Prediction Send Notification Configuration Additional Actions tab

Fields

Field NameDefinition

Notification

Description:
Specifies an email template to use to send the notification when the specified conditions occur in the prediction.

This field shows the list of email templates in the AgilePoint NX app.

Allowed Values:
An email template name from the list.
Default Value:
None
Example:
Refer to:
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Send Notifications

Description:
Specifies how frequently the email notification is sent based on the prediction.

An event for a specified activity is configured on the Triggered Events tab. Each time this event occurs, the AI model creates a prediction. When the prediction meets the configured criteria, the AI Control Tower can be configured to send an email notification. If the activity associated with the notification-triggering event runs in a process loop (the activity executes more than one time during a process instance) this field determines whether to send the email only the first time the event on the Triggered Events tab occurs (the first session), or to send the email every time the event occurs (every session).

Allowed Values:
  • Only On First Session - Sends the email notification only the first time the triggering conditions occur.
  • For All Sessions - Sends the email notification every time the triggering conditions occur.
Default Value:
Only On First Session
Example:
Refer to:
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Set Action Trigger Condition

Opens this Screen:
Prediction - Send Notification Configuration > Additional Actions tab > Set Action Trigger Condition
Function of this Screen:
Specifies the conditions to send an email notification in AgilePoint NX.

Save Status In This Variable (Boolean)

Description:
Specifies a variable to store the status as a Boolean value.

The value is true if the prediction has no errors.

Allowed Values:
A variable.

Format:

  • Boolean

Response Values

  • true
  • false
Default Value:
None
Accepts Variables:
Yes
Example:
Refer to:
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Save Error Message In This Variable (String)

Description:
Specifies a variable to store the error message of the prediction.
Allowed Values:
A variable.

Format:

  • String

Accepted:

  • Letters
  • Numbers
  • Spaces
  • Special characters
Default Value:
None
Accepts Variables:
Yes
Example:
Refer to:
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Suspend Process Instance If Exception Occurs

Description:
Specifies whether to move the process forward when an error occurs in the AgilePoint NX app.
Allowed Values:
  • Selected - Pauses the process when an error occurs, and shows an error in the log.
  • Deselected - Shows an error in the log when an error occurs, but does not pause the process.
Default Value:
Selected
Example:
Refer to:

Enable Debug

Description:
Specifies whether to store the debugging information for the AI Control Tower activity in the debug log folder on the AgilePoint Server machine.
Allowed Values:
Default Value:
Selected
Example:
Refer to:

Prediction - Send Notification Configuration > Additional Actions tab > Set Action Trigger Condition

Specifies the conditions to send an email notification in AgilePoint NX.

Figure: Prediction - Send Notification Configuration > Additional Actions tab > Set Action Trigger Condition screen

Prediction Send Notification Configuration Additional Actions tab Set Action Trigger Condition screen

Fields

Field NameDefinition

Rule Type

Description:
Specifies a rule to execute.
Allowed Values:
  • IF - Specifies a rule to execute if a specified condition is true.
  • ELSE IF - Specifies a rule to execute if the previous condition is false.

    To open this field, click Add New Rule Add New Rule icon.

  • ELSE - The rule executes if the all the specified conditions are false.
Default Value:
  1. IF
  2. ELSE

Condition

Description:
Specifies a name for a rule in your condition.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
Rule Name 1

Edit Edit icon

Opens this Screen:
Prediction - Send Notification Configuration > Additional Actions tab > Condition Builder screen
Function of this Screen:
Creates or changes logical rules. You can put one statement inside another statement to create complex logical expressions.

Delete Delete icon

Function:
Deletes the selected row.

Prediction - Send Notification Configuration > Additional Actions tab > Condition Builder screen

Creates or changes logical rules. You can put one statement inside another statement to create complex logical expressions.

Figure: Prediction - Send Notification Configuration > Additional Actions tab > Condition Builder screen

Prediction Send Notification Configuration Additional Actions tab Condition Builder screen

Fields

Field NameDefinition

Condition Name

Description:
Shows the name for your rule.
Allowed Values:
Read only.
Default Value:
Rule Name 1

Preview Preview icon

Function:
Shows the preview of your rule.

Validate Validate icon

Function:
Makes sure the rule is correct.

Rule Variable

Description:
Specifies the value to analyze.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
None
Accepts Variables:
Yes
Example:
Refer to:

Operator

Description:
Lets you select the operators for a logical expression.
Allowed Values:
Data TypeExpression Operators

String

, ==, Starts with, Ends with, Contains, Does Not Contains, !=, Does Not Contain Data, Contains Data

Bool

==

Date Time

, ==, >, >= , <, <=, !=

Number

, ==, >, >=, <, <=, !=

Default Value:
None
Example:
Refer to:

Rule Value

Description:
The value for the data variable.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
None
Accepts Variables:
Yes
Example:
Refer to:

Add Row Add Row icon

Function:
Creates a condition row.

Select Nest Type

Function:
Specifies the use of logical AND and OR operators to nest conditions to use for predictions.

You must set the condition first, before you specify the nest type.

Allowed Values:
  • And - Specifies the logical AND operator.
  • Or - Specifies the logical OR operator.
Default Value:
AND

Indent Right Indent Right icon

Function:
Creates the statement that is a condition of a parent statement.

Delete Delete icon

Function:
Deletes the selected row.

Back Back icon

Function:
Saves the rule and goes back to the Create Condition screen.