URLinks Docs
GatewayChain
Set theme to dark (⇧+D)

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/
detect
log
push-notification/
ios
android

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.