cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Workflow - Splitting Jobs on record count

Former Member
0 Kudos

I am trying to configure workflow to split a job of any number of records into 3 role based each containing 1/3 of the records to be assigned to each role. Is it possible to create a validation expression to count the number of records and split the job into thirds? Or possibly just split the job after every 10 records(example of 40 records - add result 1 to role 1, result 2 to role 2, result 3 to role 3, result 4 to role 1)?

I have been trying to use Start->Branch->Process(1-3)->Approve->Stop

Regards,

Brent

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Currently there is no way to split the job into multiple jobs based on the record count.

There is a workaround to this.

You can set the launch property of the workflow depending on the number of records added/changed.

Max Records Launch = 10 records in the workflow definition.

Former Member
0 Kudos

I have tried with 14 records imported, all 14 show up in the workflow without splitting into 2 workflows of 10 and 4. Are there any necessary validations to set up?

Regards