Workflow Structure
Structure of workflows is like a tree structure, for example, a chat application, the structure of the workflow is like this:
chat-message/detectlogpush-notification/iosandroid
For each distributed work, we create a workflow, the name of these workflows would
be chat-message/detect
, chat-message/log
, chat-message/push-notification/ios
, chat-message/push-notification/android
.