Skip to content

Commit 57eb5a0

Browse files
committed
Improved exception message in CurrentFlow
1 parent 3051991 commit 57eb5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Cleipnir.ResilientFunctions/CoreRuntime/CurrentFlow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static StoredId StoredId
1313
{
1414
var currentFlowId = _workflow.Value?.StoredId;;
1515
if (currentFlowId is null)
16-
throw new InvalidOperationException("Unable to determine current flow. Flow must be invoked through the framework");
16+
throw new InvalidOperationException("Unable to determine current flow. Flow must be started through the Cleipnir framework");
1717

1818
return currentFlowId;
1919
}

0 commit comments

Comments
 (0)