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

[FIX] cannot end a flowchart when a End is Then Activity in If #5899

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Aug 14, 2024

  1. Update End.cs

    Send BreakSignal when executing End Activity
    iio888 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b664160 View commit details
    Browse the repository at this point in the history
  2. Update Flowchart.cs

    Check isBreaking when a child completed in Flowchart
    iio888 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c8781b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    489ed12 View commit details
    Browse the repository at this point in the history
  4. Update BreakTests.cs

    Add test case of Breaking from a While which includes a Flowchart
    iio888 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    93c3417 View commit details
    Browse the repository at this point in the history
  5. Create EndFlowchartWorkflow.cs

    Add test case of ending a flowchart when the end activity is nested in a If.
    iio888 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5eaf2dc View commit details
    Browse the repository at this point in the history
  6. Create EndTests.cs

    Add test case
    iio888 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    62d2345 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    6dd52ea View commit details
    Browse the repository at this point in the history
  2. Clean Flowchart.cs

    iio888 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8f853b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Create EndSignal.cs

    iio888 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    36ebf0d View commit details
    Browse the repository at this point in the history
  2. Send EndSignal in End

    iio888 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b461cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d4fd32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c599a95 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    7ae703f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    822420e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Send EndSignal when Break

    iio888 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c0390c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff003f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    8a8afb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    09cffa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7044f86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dca229e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    184ca1e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    456ad94 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    c11ffae View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    9d6c4ff View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix spell error

    iio888 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f0f7c0c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    1faec5b View commit details
    Browse the repository at this point in the history