Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Do_while task relevant loop over task calculation fix #3351

Merged
merged 10 commits into from
Dec 7, 2022

Commits on Nov 17, 2022

  1. Simplifying the logic to check relevant task for do_while task

    The cases where decision/ fork_join, dynamic_fork is part of loop over task then ideally do_while task must wait before all the task gets completed.
    manan164 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7e96e98 View commit details
    Browse the repository at this point in the history
  2. integration tests

    manan164 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e2b1666 View commit details
    Browse the repository at this point in the history
  3. spotless

    manan164 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d6d477a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. proper fix

    manan164 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    58ddd7f View commit details
    Browse the repository at this point in the history
  2. spotless

    manan164 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    99af516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8032d96 View commit details
    Browse the repository at this point in the history
  4. removed not necessary test case.

    The test case was when decision task is part of loop over task and decision task contains two tasks and only one task is scheduled. But there will not be any case where we schedule only one task given the decision case has two tasks.
    manan164 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a72a456 View commit details
    Browse the repository at this point in the history
  5. spotless

    manan164 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    71d723a View commit details
    Browse the repository at this point in the history
  6. spotless 2

    manan164 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4042dda View commit details
    Browse the repository at this point in the history
  7. spotless 3

    manan164 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3f2a8b4 View commit details
    Browse the repository at this point in the history