File tree 1 file changed +2
-2
lines changed
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
96
96
/// <summary>
97
97
/// Gets the type prefix for all workflow-related cloud events produced by Synapse
98
98
/// </summary>
99
- public const string TypePrefix = CloudEvents . TypePrefix + "workflows ." ;
99
+ public const string TypePrefix = CloudEvents . TypePrefix + "workflow ." ;
100
100
101
101
/// <summary>
102
102
/// Exposes constants about the cloud event used to notify that a workflow started
@@ -235,7 +235,7 @@ public static class Task
235
235
/// <summary>
236
236
/// Gets the type prefix for all task-related cloud events produced by Synapse
237
237
/// </summary>
238
- public const string TypePrefix = CloudEvents . TypePrefix + "tasks ." ;
238
+ public const string TypePrefix = CloudEvents . TypePrefix + "task ." ;
239
239
240
240
/// <summary>
241
241
/// 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