Share

ADempiere ERP Business Suite

Subscribe

Apps Process Workflow Node

  1. 2009-09-22 13:39:22 UTC

    Hi, I created Simple workflow with apps process Node that assign to a process after i complete workflow, state in process node is always RUNNING then workflow stops and does not go to next node Workflow nodes are Start => prepare => complete => Process node => Window any suggestion to fix this issue ?

  2. 2009-09-23 09:00:38 UTC

    Hi,

    it is a known problem. I fixed it for our implementation but since we use a quite old ADempiere version here it's not in trunk yet. I will try to fix it during the bug day tomorrow. A description of the problem can be found here: https://sourceforge.net/tracker/?func=detail&aid=2008687&group_id=176962&atid=879332 <br>Main problem is that the process runs in the same transaction as the whole workflow and it is closing the transaction after the process node is finnished. Than the nodes after the process node are using the already closed transaction. A solution for this problem is to add a method in MProcess (and in ProcessUtil) that runs the process without closing the given transaction. <br><br> Regards, Karsten

  3. 2009-09-24 10:06:59 UTC

    The problem with process nodes should be fixed with revision 10350.<br>Regards, Karsten

  4. 2009-09-26 13:26:04 UTC

    Thanx Karsten it really helped

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.