Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
FunctionInvocationStatus Enum
Enum Values
The following are the values of the functions.FunctionInvocationStatus enum.
| Value | Description |
|---|---|
| ERROR | The invocation failed. Check the FunctionInvocation and FunctionInvocationError returned by the invoke call to debug the issue. |
| PENDING | The invocation is pending. If the Function is being invoked asynchronously, the invocation is still in the asynch queue. |
| SUCCESS | The invocation succeeded. Use FunctionInvocation.getResponse() with the FunctionInvocation instance returned by the invoke call to get any response returned by the Function. |