Skip to content

Commit

Permalink
Merge pull request #975 from DeepanshuA/crct_wf_rm
Browse files Browse the repository at this point in the history
correct readme
  • Loading branch information
paulyuk committed Feb 19, 2024
2 parents 477299f + 56d00e4 commit 0d128bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions workflows/python/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,11 @@ dapr run -f .

```
==========Begin the purchase of item:==========
To restock items, type 'restock'.
To exit workflow console app, type 'exit'.
Enter the name of one of the following items to order: paperclip, cars, computers: cars
How many cars would you like to purchase? 10
Starting order workflow, purchasing 10 of cars
INFO:NotifyActivity:Received order b903d749cd814e099f06ebf4a56a2f90 for 10 cars at $150000 !
INFO:VerifyInventoryActivity:Verifying inventory for order b903d749cd814e099f06ebf4a56a2f90 of 10 cars
INFO:VerifyInventoryActivity:There are 100 Cars available for purchase
INFO:RequestApprovalActivity:Requesting approval for payment of 150000 USD for 10 cars
(ID = b903d749cd814e099f06ebf4a56a2f90) requires approval. Approve? [Y/N] y
INFO:NotifyActivity:Payment for order b903d749cd814e099f06ebf4a56a2f90 has been approved!
INFO:ProcessPaymentActivity:Processing payment: b903d749cd814e099f06ebf4a56a2f90 for 10 cars at 150000 USD
INFO:ProcessPaymentActivity:Payment for request ID b903d749cd814e099f06ebf4a56a2f90 processed successfully
Expand Down

0 comments on commit 0d128bf

Please sign in to comment.