Skip to content

Commit 9de4c03

Browse files
authored
Remove the cc property from the èmit` task (#1074)
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 5a68140 commit 9de4c03

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

dsl-reference.md

-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ Allows workflows to publish events to event brokers or messaging systems, facili
557557
| Name | Type | Required | Description |
558558
|:--|:---:|:---:|:---|
559559
| emit.event | [`eventProperties`](#event-properties) | `yes` | Defines the event to emit. |
560-
| emit.cc | [`endpoint`](#endpoint) | `no` | Specifies an additional endpoint for emitting a carbon copy of the event. While the runtime's default cloud event endpoint remains the primary destination, setting this property ensures that the event is also published to the specified endpoint. Ideally, this property is left unset so that event delivery relies solely on the runtime's configured endpoint, but when provided, the event will be sent to both endpoints concurrently. |
561560

562561
##### Examples
563562

examples/emit-cc.yaml

-20
This file was deleted.

schema/workflow.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,6 @@ $defs:
499499
description: Defines the properties of event to emit.
500500
required: [ source, type ]
501501
additionalProperties: true
502-
cc:
503-
$ref: '#/$defs/endpoint'
504-
title: EmitCarbonCopyDefinition
505-
description: Defines an additional endpoint, if any, to publish an event's carbon copy to.
506502
required: [ event ]
507503
forTask:
508504
type: object

0 commit comments

Comments
 (0)