General properties are variables that you can access from most event scripts.
Object | Type | Description |
---|---|---|
script_execution_context |
string | A string value you can use to identify the context your script executes in. The possible values are RUNNING_TRANSACTION , CONNECTOR_TESTING , or STEP_TESTING . |
method_response_fields |
array | An array that contains a method’s response fields. |
method_response_fields_in_use |
array | An array that contains the connector field names of method’s response fields that are in subsequent steps. |