Update Node activity

An activity that changes a node in Neo4j.


Update Node activity

Configure the Update Node 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 Neo4j tab.

    Open Neo4j tab
  3. On the Neo4j tab, drag the Update Node activity onto your process.

    Update Node activity

General Configuration

Specifies the basic settings for the Update Node 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

Update Node Configuration > Properties tab

Specifies the configuration to change a node in Neo4j.

Figure: Update Node Configuration > Properties tab

Update Node Configuration Properties tab

Fields

Field NameDefinition

Neo4j

Description:
Specifies the access token that connects to Neo4j.
Allowed Values:
A list of access tokens configured for your environment.
Default Value:
None
Example:
Refer to:

Create Add Token icon

Opens this Screen:
Access Token for Neo4j
Function of this Screen:
Configure an access token to connect to Neo4j.
Example:
Refer to:

Label

Description:
Specifies the name of the node for which to change the properties in Neo4j.
Allowed Values:
  • A node from the list.

    When you select the access token from the Neo4j field, this field shows the node names associated with the access token.

  • One line of text (a string) that represents a node name from Neo4j.
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?

Name

Description:
Specifies the name of the property to create or change in Neo4j.
Allowed Values:
  • A property name from the list.

    When you select the node in the Label field, this field shows the property names associated with the node.

  • One line of text (a string) that represents a property name from Neo4j.

    If the properties entered in this field do not exist in your Neo4j environment, when this activity runs, the activity creates the properties and adds them to the node.

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?

Value

Description:
Specifies the value for the property in a key-value pair.
Allowed Values:
A number or a text string that can contain spaces.

The value must match the data type specified in the Data Type field.

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?

Data Type

Description:
Specifies the data type used in the property.
Allowed Values:
A data type from the list.
Default Value:
None
Example:
Refer to:

Action

Description:
Specifies how to change the property in the node.
Allowed Values:
  • Upsert - Adds or changes the property.
  • Delete - Deletes the property.
Default Value:
None
Example:
Refer to:

Add Add icon

Function:
Adds a row for the Name, Value, Data Type, and Action fields.

Delete Delete icon

Function:
Deletes the selected row.

Update Node Configuration > Condition tab

Configures the condition to change the node properties in Neo4j.

Figure: Update Node Configuration > Condition tab

Update Node Configuration Condition tab

Fields

Field NameDefinition

Neo4j

Description:
Specifies the access token that connects to Neo4j.
Allowed Values:
A list of access tokens configured for your environment.
Default Value:
None
Example:
Refer to:

Create Add Token icon

Opens this Screen:
Access Token for Neo4j
Function of this Screen:
Configure an access token to connect to Neo4j.
Example:
Refer to:

Label

Description:
Specifies the name of the node for which to change the properties in Neo4j.
Allowed Values:
  • A node from the list.

    When you select the access token from the Neo4j field, this field shows the node names associated with the access token.

  • One line of text (a string) that represents a node name from Neo4j.
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?

Condition

Description:
Specifies the cypher formula to change the node properties.
Allowed Values:
A cypher formula.
Default Value:
None
Example:
Refer to:

Properties

Description:
Shows a list of property names from the node in Neo4j. You can use the property names from this field to specify the condition in the Condition field.

When you select the node in the Label field, this field shows the property names associated with the node.

Allowed Values:
A property name from the list.
Default Value:
None
Example:
Refer to:

Filter Filter icon

Function:
Shows the items in the list based on the values you enter.
To Open this Field:
  1. Click Filter Filter icon.
  2. On the filter screen, select your operator.
  3. Enter the values to show in your list.
Allowed Values:
  • Is equal to
  • Is not equal to
  • Starts with
  • Contains
  • Does not contain
  • Ends with
Default Value:
Is equal to