Hide
All lambdas now work in batch mode - the lambda creator must handle the input with batch arguments and produce an output with batch results. The batch size used during workflow execution is controlled by the parameters `maxBatchSize` in lane schema definitions and `preferredBatchSize` in lambda definitions.
Show
All lambdas now work in batch mode - the lambda creator must handle the input with batch arguments and produce an output with batch results. The batch size used during workflow execution is controlled by the parameters `maxBatchSize` in lane schema definitions and `preferredBatchSize` in lambda definitions.