FunctionInvocation
Output of a function's invocation.
This page contains
Fields
| id: ID! | Identifier for the function invocation. |
| function: Function! PREVIEW | Function that was invoked. |
| successful: Boolean! | Whether the function has executed successfully or not. |
| startedOn: DateTime! | When the function invocation started. |
| endedOn: DateTime! | When the function invocation completed. |
| error: String | An error message if the function has not executed successfully. |
| logs: [FunctionInvocationLogLine!] PREVIEW | Logs produced by the function during the invocation. |
Parent objects of FunctionInvocation
| Function PREVIEW | A function whose code is executed on the AppDirect platform. |
Queries for FunctionInvocation
| function PREVIEW | Function by id. |