EnterpriseCrmFrontendsEventbusProtoTriggerConfig constructor
EnterpriseCrmFrontendsEventbusProtoTriggerConfig({
- List<
EnterpriseCrmEventbusProtoWorkflowAlertConfig> ? alertConfig, - EnterpriseCrmEventbusProtoCloudSchedulerConfig? cloudSchedulerConfig,
- String? description,
- List<
String> ? enabledClients, - String? errorCatcherId,
- String? label,
- String? nextTasksExecutionPolicy,
- bool? pauseWorkflowExecutions,
- EnterpriseCrmEventbusProtoCoordinate? position,
- Map<
String, String> ? properties, - List<
EnterpriseCrmEventbusProtoNextTask> ? startTasks, - EnterpriseCrmEventbusProtoTriggerCriteria? triggerCriteria,
- String? triggerId,
- String? triggerName,
- String? triggerNumber,
- String? triggerType,
Implementation
EnterpriseCrmFrontendsEventbusProtoTriggerConfig({
this.alertConfig,
this.cloudSchedulerConfig,
this.description,
this.enabledClients,
this.errorCatcherId,
this.label,
this.nextTasksExecutionPolicy,
this.pauseWorkflowExecutions,
this.position,
this.properties,
this.startTasks,
this.triggerCriteria,
this.triggerId,
this.triggerName,
this.triggerNumber,
this.triggerType,
});