diff --git a/examples/2-in-depth/2-4-messages/waiter/process_model.json b/examples/2-in-depth/2-4-messages/waiter/process_model.json index 7703e376..964d3846 100644 --- a/examples/2-in-depth/2-4-messages/waiter/process_model.json +++ b/examples/2-in-depth/2-4-messages/waiter/process_model.json @@ -1,5 +1,5 @@ { - "description": "", + "description": "START HERE. The waiter is the first workflow process. It takes an order and then passes off a message that can be picked up by any Chef (the other workflow process) Then the Chef completes the task, it says a message back that correlates to the correct waiter, letting that waiter know the order is ready.", "display_name": "Waiter", "exception_notification_addresses": [], "fault_or_suspend_on_exception": "fault",