You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -463,7 +463,7 @@ Instead, it must be manually restarted by using the flow's associated control-pa
463
463
464
464
**Control Panel:**
465
465
466
-
Using the flow’s control panel both the parameter and scrapbook may be changed before the flow is retried.
466
+
Using the flow's control panel the parameter may be changed before the flow is retried.
467
467
468
468
For instance, assuming it is determined that the products where not shipped for a certain order, then the following code re-invokes the order with the state changed accordingly.
469
469
@@ -491,21 +491,23 @@ As a result the order-flow can be implemented as follows:
491
491
```csharp
492
492
publicasyncTaskProcessOrder(Orderorder)
493
493
{
494
-
Log.Logger.Information($"ORDER_PROCESSOR: Processing of order '{order.OrderId}' started");
494
+
Log.Logger.Information($"ORDER_PROCESSOR: Processing of order '{order.OrderId}' started");
0 commit comments