Skip to content

Commit 7fd2983

Browse files
committed
fix(Core): Singularized the aggregate component of the types of cloud events produced by the application
1 parent 2e8ae7f commit 7fd2983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/Synapse.Core/SynapseDefaults.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static class Workflow
9696
/// <summary>
9797
/// Gets the type prefix for all workflow-related cloud events produced by Synapse
9898
/// </summary>
99-
public const string TypePrefix = CloudEvents.TypePrefix + "workflows.";
99+
public const string TypePrefix = CloudEvents.TypePrefix + "workflow.";
100100

101101
/// <summary>
102102
/// Exposes constants about the cloud event used to notify that a workflow started
@@ -235,7 +235,7 @@ public static class Task
235235
/// <summary>
236236
/// Gets the type prefix for all task-related cloud events produced by Synapse
237237
/// </summary>
238-
public const string TypePrefix = CloudEvents.TypePrefix + "tasks.";
238+
public const string TypePrefix = CloudEvents.TypePrefix + "task.";
239239

240240
/// <summary>
241241
/// Exposes constants about the cloud event used to notify that a task has been created

0 commit comments

Comments
 (0)