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

Update ProcessInstanceHelper.java to fix runtime bundle executing wrong start event when start process instance by message [issue #4382] #4383

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Commits on Jul 22, 2023

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

Commits on Jul 24, 2023

  1. Revert "removed_conflicting_condition"

    This reverts commit 2c5eb43.
    abhinay9955 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fcc83c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfbcdb3 View commit details
    Browse the repository at this point in the history
  3. Update ProcessInstanceHelper.java

    Fix Start Process Instance by Message
    abhinay9955 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5d3e3ac View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    8bf3de9 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    abhinay9955 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9687b5a View commit details
    Browse the repository at this point in the history
  3. changes according to @igdianov's comments

    Added code for condition when there is no message reference
    abhinay9955 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    878f78f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Added unit tests

    abhinay9955 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1b904ed View commit details
    Browse the repository at this point in the history
  2. Update ProcessInstanceHelper.java

    added getInitialFlowByMessage to seperate the logic of getting initial flow from start processInstance method
    abhinay9955 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    96c7079 View commit details
    Browse the repository at this point in the history
  3. Create ProcessInstanceHelperTest.java

    Added unit test
    abhinay9955 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    db1606c View commit details
    Browse the repository at this point in the history
  4. Create StartProcessInstanceByMessage.testInitialFlowElementByMessage.…

    …bpmn20.xml
    
    Added resource for testing
    abhinay9955 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4545253 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df8e350 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e03934d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    130aa2d View commit details
    Browse the repository at this point in the history
  2. update tests

    abhinay9955 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c965b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f5ee2 View commit details
    Browse the repository at this point in the history
  4. Refactored tests

    abhinay9955 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c531cac View commit details
    Browse the repository at this point in the history
  5. removed import warning

    abhinay9955 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    313714a View commit details
    Browse the repository at this point in the history