Clarity

  • 1.  Turn off BPM-0546: Custom script has completed. Message

    Posted Oct 12, 2010 07:08 AM
    Greetings,

    I have a process that has a simple step in it that executes an update script. When the process runs and is executed, the yellow flag appears and says "BPM-0546: Custom script has completed."

    This is happening for all of our processes with custom scripts. We are migrating from 7.5.3 to 12 and while I love the new process engine, this was the first thing that popped out at me.

    Is there any way for me to turn this message off across the board?

    Thanks!


  • 2.  RE: Turn off BPM-0546: Custom script has completed. Message

    Posted Oct 12, 2010 07:08 AM
    Hello

    Please check the Gel script with the associated process ...

    You might find messages for different outcomes of the process...

    Regards
    NJ


  • 3.  RE: Turn off BPM-0546: Custom script has completed. Message

    Posted Oct 12, 2010 07:08 AM
    This simple GEL script does not have any messages in the script but it still forces the engine to display a message when it is completed.
    <gel:script
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:core="jelly:core"
    xmlns:gel="jelly:com.niku.union.gel.GELTagLibrary"
    xmlns:sql="jelly:sql"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    
    <gel:persist scope="INSTANCE" value="${gel_objectInstanceId}" var="myObjectId"/>
    <gel:persist scope="INSTANCE" value="${gel_processInstanceId}" var="myProcessId"/>
    
    </gel:script>
    On the process run instance it has the yellow flag with the message "BPM-0546: Custom script has completed.


  • 4.  RE: Turn off BPM-0546: Custom script has completed. Message

    Posted Oct 12, 2010 07:09 AM
    Bumping this post...I have the same question!


  • 5.  RE: Turn off BPM-0546: Custom script has completed. Message
    Best Answer

    Posted Oct 13, 2010 05:26 PM
    [color=#121E9C][size=4][font=Arial]Hi Chris,

    We had the same issue and resolved it by simply deleting the entry from the BPM_ERRORS table using the ${processInsianceID}, 'BPM_PMT_INFO' as TYPE_CODE and 'bpm.customScriptDone' as MESSAGE_CODE without any adverse effects. This can be executed by an SQL procedure job or a trigger.

    Hope this helps.

    Thanks,

    Patrick
    [font][size][color]


  • 6.  RE: Turn off BPM-0546: Custom script has completed. Message

     
    Posted Oct 26, 2010 12:07 PM
    Thanks Patrick!


  • 7.  Moving to correct board.

     
    Posted Oct 12, 2010 07:09 AM
    Moving to correct board.