BPM: Can not complete not 'In Process' flow node in process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maarten
    Member
    • Jun 2020
    • 62

    BPM: Can not complete not 'In Process' flow node in process

    Can someone give me some advice on this.

    I regularly have issues with processes that call one another do not seem to properly finish.

    As an example. I have a multi-instance process.
    Click image for larger version

Name:	image.png
Views:	14
Size:	12.4 KB
ID:	114143

    Which gets its records like this:
    Click image for larger version

Name:	image.png
Views:	14
Size:	17.6 KB
ID:	114144

    That runs this process:
    Click image for larger version

Name:	image.png
Views:	14
Size:	7.4 KB
ID:	114145
    And fails:
    Click image for larger version

Name:	image.png
Views:	13
Size:	10.6 KB
ID:	114147

    but the BPM flow that was called completes succesfully:
    Click image for larger version

Name:	image.png
Views:	13
Size:	12.3 KB
ID:	114146


    The errors thrown in the app log are in the format: BPM: Can not complete not 'In Process' flow node in process xxxxx

    Do I use the wrong end event?

    What could be the reason? Do the sub-process terminate too early?
  • yuri
    Member
    • Mar 2014
    • 8552

    #2
    Hi Maarten,

    How often does it happen particularly for this example process flowchart? We would like to try to reproduce.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8552

      #3
      In your example, how many parallel sub-processes were created (how many travelers) ?
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8552

        #4
        > Do the sub-process terminate too early?

        It looks to me, that the Call Activity sub-process was completed as the following End Event is green. But for some reason, it tried to complete the completed node again and failed.

        Did the End Event complete by itself or you completed it manually?
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...