File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments