You need to sign in to do that
Don't have an account?

Visual Flow governor limits
I am trying to achieve the following function: On a Purchase Order object, I have a bunch of Tax Line Items. These are triggered by PO Line Items, meaning that every Purchase Order will have both PO Line Items and their associated Tax Line Items. The number of taxes for each PO Line Item MAY be as much as five, meaning that each PO could have 5 times the number of PO Line Items.
My concern is what would happen if there were 500 PO Line Items and therefore 2500 Tax Line Items. Would this hit governor limits on the Workflow being used to create the Tax Line Items from the PO Line Items if they were created with a flow that looks like this:

My concern is what would happen if there were 500 PO Line Items and therefore 2500 Tax Line Items. Would this hit governor limits on the Workflow being used to create the Tax Line Items from the PO Line Items if they were created with a flow that looks like this:
Based on that, you should be fine for many records, as Create Elements and Lookup Elements are bulkified in the transaction. Still, you might want to pass the sObject variable to the flow in place of the Record Lookup just to make it that much more bulk.
Thanks for posting your question, it helped me learn a lot more about one of my favorite tools,
Parker