EnterpriseCrmFrontendsEventbusProtoRollbackStrategyResponse

data class EnterpriseCrmFrontendsEventbusProtoRollbackStrategyResponse(val parameters: EnterpriseCrmFrontendsEventbusProtoEventParametersResponse, val rollbackTaskImplementationClassName: String, val taskNumbersToRollback: List<String>)

Next available id: 4

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The customized parameters the user can pass to this task.

Link copied to clipboard

This is the name of the task that needs to be executed upon rollback of this task.

Link copied to clipboard

These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_name needs to be executed upon failure of this task.