Welcome to FlowZap, the App to diagram with Speed, Clarity and Control.

用户入职工作流

business-operations

新用户入职工作流,包括欢迎邮件、个人资料设置、产品导览、首次操作提示和激活里程碑跟踪。

完整 FlowZap 代码

customer { # Customer
  n1: circle label:"Start User Onboarding"
  n3: rectangle label:"Review User Onboarding details"
  n5: rectangle label:"Update records for User Onboarding"
  n7: circle label:"End User Onboarding"

  n1.handle(bottom) -> agent.n2.handle(top)
  n3.handle(bottom) -> agent.n4.handle(top) [label="Processed"]
  n5.handle(bottom) -> agent.n6.handle(top)
}
agent { # Agent
  n2: rectangle label:"Receive User Onboarding request"
  n4: rectangle label:"Make User Onboarding decision"
  n6: diamond label:"Continue User Onboarding process"

  n2.handle(bottom) -> customer.n3.handle(top)
  n4.handle(bottom) -> customer.n5.handle(top)
  n6.handle(bottom) -> customer.n7.handle(top) [label="Success"]
  n6.handle(right) -> customer.n5.handle(right) [label="Retry/Rejected"]
}

相关模板

账户删除工作流程

business-operations

账户删除工作流程,包含**取消原因捕获**、**留存优惠**、**订阅终止**、**数据清理**和**确认邮件**。

API 密钥轮换工作流程

business-operations

API 密钥轮换工作流程,包含**新密钥生成**、**双密钥过渡期**、**客户端通知**、**旧密钥弃用**和**审计日志记录**。

队列分析工作流

business-operations

队列分析工作流,包含按注册日期的用户分段、留存曲线计算、LTV预测以及行为模式识别。

社区审核工作流

business-operations

社区内容审核工作流,包含 AI 自动标记、用户举报、人工审核队列、执行措施以及申诉处理。