Execute Python Code
Executes the code in the code property.
| 1. | Code | (Mandatory) | The code to be executed |
| 1. | MethodName | (Optional) | The name of the method in the code to be used as an entry point. If not specified, the code will be run directly. |
| 1. | CacheRef | (Mandatory) | The unique reference for this code in cache. This should not change between sessions, so a hard-coded GUID is suggested. |
Fig. 1 - Execute Python code - Inputs
None
Depending on the result of the operation:
| 1. | Next |
| 2. | Fail |