8000 Test Action by mitchspano · Pull Request #30 · google/flow-lens · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Test Action #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed

Test Action #30

wants to merge 4 commits into from

Conversation

mitchspano
Copy link
Collaborator

No description provided.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New Version
---
title: "Account Type Flow"
---
stateDiagram-v2

  classDef pink fill:#F9548A, color:white
  classDef orange fill:#DD7A00, color:white
  classDef navy fill:#344568, color:white
  classDef blue fill:#1B96FF, color:white

  state "<b>Decision</b> 🔹<br> <u>Check Account Type123!</u><hr><b>Rule</b><br><u>Is Customer</u><br>1. $Record.Type EqualTo Customer" as CheckAccountType
  class CheckAccountType orange
  state "<b>Subflow</b> ➡️<br> <u>Customer Path</u>" as CustomerPath
  class CustomerPath navy
  state "<b>Subflow</b> ➡️<br> <u>Default Path</u>" as DefaultPath
  class DefaultPath navy
  state "<b>Action Call</b> ⚡<br> <u>Log Error</u>" as Log_Error
  class Log_Error navy
  FLOW_START --> CheckAccountType
  CheckAccountType --> DefaultPath
  CheckAccountType --> CustomerPath :  Is Customer 
  DefaultPath --> Log_Error
Loading

@mitchspano mitchspano closed this Mar 20, 2025
@mitchspano mitchspano deleted the test_action branch March 20, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0