Queueing Data for a Pipeline Execute
I want to call an external service in a pipeline execute that can only run a single call at a time, but each document I could conceivably call against it can actually be aggregated and passed in a batch call. Is there any way to queue documents up an...