(Example) Configure an And Activity

To configure an And activity, do the procedure in this topic.

How to Start

  1. On the Application Explorer screen, do one of these:
  2. Do one of these:
    • Add an activity:
      1. In the Process Builder, in the Activity Library, open the Common Common icon tab.
      2. On the Common Common icon tab, drag the And And icon activity onto your process.
    • Change an activity:
      1. In your process, double-click your activity.
  3. Complete the fields on the General Configuration screen.

Procedure

  1. On your process, click your And activity.
  2. Click Properties Properties icon > Agile Properties Agile Properties icon.
  3. On the Properties screen, in the Advanced section, set the Dynamic property as necessary.
    Field Name Definition

    Dynamic

    Function:
    Specifies which direct predecessor activities to wait for before starting the activity at runtime.
    Accepted Values:
    • True - Specifies that the activity starts only after all of the activity's direct predecessors are Completed, along with all preceding activities in the process branch. This setting ignores activities that are skipped or bypassed because of the process logic or manual action in the Manage Center.

      This setting is the logically the same as setting the Wait All Incoming property for a system activity to True (Dynamic).

    • False - Specifies that the activity starts only after all of the activity's direct predecessors are Completed.All other activities process are ignored.

      If any of activities in the process branch is delayed or does not start, this activity will not start, the process instance can be delayed indefinitely at this activity.

      This setting is the logically the same as setting the Wait All Incoming property for a system activity to True (Static).

    Default Value:
    True
    Accepts Process Data Variables:
    No

Example: Dynamic = True


Configure And Activity Process Model screen

Configuration:

On the And activity, Dynamic is set to True. This is the default setting

Result:

The Salesforce Update Entity activity starts only if the SharePoint Retrieve List Item, Databse Query Record, and Timer activies are all complete.

Example: Dynamic = False


Configure And Activity Process Model screen

Configuration:

On the And activity, Dynamic is set to False

Result:

If both the SharePoint Retrieve List Item activity and the Database Query Record activity complete, the Salesforce Update Entity activity starts, regardless of the status of any other activities in the process.

Related Topics