Skip to content
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

JS error when sharing diagram on staging env #615

Open
MrCoder opened this issue Nov 15, 2023 · 0 comments
Open

JS error when sharing diagram on staging env #615

MrCoder opened this issue Nov 15, 2023 · 0 comments
Labels

Comments

@MrCoder
Copy link
Contributor

MrCoder commented Nov 15, 2023

It is not always reproducible, but the following DSL seems trigger this issue quite often. When it "Copy Link" spinner never stops.

Client->SGW."Get order by id" {
  svc.Get(id) {
    new X()
    rep."load order" {
      =="Start Here"==
      MF."load order from mainframe"
      =="End Here"==
      if(order == null) {
        @return 
        SGW->Client:404
      } else {
        return order
      }
      
      while(true) {
        svc.refresh(data)
      }
      processOrder()
    }
    return order
  }
  return response
}

Image

@MrCoder MrCoder added the bug label Nov 15, 2023
@dontry dontry assigned dontry and unassigned dontry Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants