Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a Partition Profile

  2. Create an Aggregation, Duplicate UDR, and Inter Workflow profile and link the Partition Profile created in Step 1 to each.

  3. Create the workflows.

    • Batch Scaling Collection Workflow

    • Batch Scaling Processing Workflow(s) - can be one or a series of workflows.

Note!
You can include multiple Aggregation and Duplicate UDR agents within the same workflow. These agents can either share the same Partition Profile or use different Aggregation and Duplicate UDR Profiles. For instance, you might use different profiles if you need to apply a different ID field as the Key in storage. c

  1. Decide how many maximum workflows should execute in parallel. Think about how you can evenly distribute your data into different groupsbetween workers.

Note!
Try to pick a number that is divisible by many other numbers, like 6 or 12. For example….add an example here. -

...

maybe make this a note instead.

  1. Finally you will need to select an identifier that the workflow will use to distribute the UDR. Typically, this would be a field based on the record group like a customer ID or an account number. You can also create and populate a field using APL, see https://infozone.atlassian.net/wiki/x/xeckEg.

...