EnterpriseCrmEventbusProtoTriggerCriteriaResponse

data class EnterpriseCrmEventbusProtoTriggerCriteriaResponse(val condition: String, val parameters: EnterpriseCrmEventbusProtoEventParametersResponse, val triggerCriteriaTaskImplementationClassName: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.

Link copied to clipboard

Optional. To be used in TaskConfig for the implementation class.

Optional. Implementation class name. The class should implement the “TypedTask” interface.