We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200f16f commit d0f3f90Copy full SHA for d0f3f90
src/WorkflowCore/Services/WorkflowRegistry.cs
@@ -23,7 +23,6 @@ public WorkflowDefinition GetDefinition(string workflowId, int? version = null)
23
if (version.HasValue)
24
{
25
var entry = _registry.FirstOrDefault(x => x.Item1 == workflowId && x.Item2 == version.Value);
26
- // TODO: What in the heck does Item3 mean?
27
return entry?.Item3;
28
}
29
else
0 commit comments