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 3051991 commit 57eb5a0Copy full SHA for 57eb5a0
Core/Cleipnir.ResilientFunctions/CoreRuntime/CurrentFlow.cs
@@ -13,7 +13,7 @@ public static StoredId StoredId
13
{
14
var currentFlowId = _workflow.Value?.StoredId;;
15
if (currentFlowId is null)
16
- throw new InvalidOperationException("Unable to determine current flow. Flow must be invoked through the framework");
+ throw new InvalidOperationException("Unable to determine current flow. Flow must be started through the Cleipnir framework");
17
18
return currentFlowId;
19
}
0 commit comments