I think we understand exactly what you’re looking for, but:
-
As Mark pointed, you cannot achieve that using trigger configuration.
-
What makes 20 the magic number?
If you’ve been instructed to deliver documents to the external system in groups of 20, then you’re pursuing the wrong solution. The trigger and trigger service will process 1 document at a time, regardless of the trigger configuration. With a concurrent trigger, multiple threads may be running but each thread will be processing 1 document at a time.
Let us know if you’re trying to gather docs in groups of 20. There are several techniques for doing so (though you should have a compelling reason for doing so because it introduces complexity).
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB