Flex control evaluation rolled back

This event occurs asynchronously when the platform completes a rollback request of the flex control evaluation. The event only contains the ID of the original flex control evaluation request.
More information: Flexible transaction controls

Type: object
Domain: rules
Event: evaluation_rollback_requested
Version: 1

|
evaluation_id required

Title: ID of the original flex control evaluation.
Type: string
Min length: 1
Max length: 1024
Example:
7ce8e003-5aaf-45c3-8c89-dbb9fa8c991c

{
    "$schema": "http://json-schema.org/draft-07/schema",
    "required": [
        "evaluation_id"
    ],
    "title": "Flex control evaluation rolled back",
    "description": "This event occurs asynchronously when the platform completes a rollback request of the flex control evaluation. The event only contains the ID of the original flex control evaluation request.<br>More information: <a href='https://developers.pismo.io/pismo-docs/docs/flex-controls' target='_blank'>Flexible transaction controls</a>",
    "type": "object",
    "properties": {
        "evaluation_id": {
            "title": "ID of the original flex control evaluation.",
            "type": "string",
            "minLength": 1,
            "maxLength": 1024,
            "examples": [
                "7ce8e003-5aaf-45c3-8c89-dbb9fa8c991c"
            ]
        }
    }
}
{
    "evaluation_id": "7ce8e003-5aaf-45c3-8c89-dbb9fa8c991c"
}