-
Notifications
You must be signed in to change notification settings - Fork 13
UniversalBulkInvocable
codefriar edited this page Oct 5, 2023
·
2 revisions
STATUS: ACTIVE
This class contains the one and only invocable method that will be displayed in the flow builder.
INVOCABLEMETHOD
This method is what will be displayed in the flow builder. This method can correctly handle bulk invocations, even across multiple classes and methods, returning all outputs in the same order as the inputs.
Param | Description |
---|---|
inputs |
List input objects. The first object in the list will be used. |
Type | Description |
---|---|
List<List> | List output objects. Every input receives one output, even if non-fatal exceptions are encountered. |