Maximo Open Forum

 View Only
  • 1.  Workflow Condition Node Expression Evaluation

    Posted 09-06-2024 17:28

    Hello MORE Community,

    If a workflow is initiated by a user I am trying to add a condition node to one of our previously existing workflows to evaluate whether it is from a certain ORGID.

    In the expression, I have replaced the actual orgid with ORGID to be able to post on here.

    If positive it should stop the workflow, if not part of these 4 organizations it should proceed with the next condition node.

    Is my syntax incorrect or would anyone have an idea of why it did not work? 

    When a user initiated this workflow from one of these 4 ORGIDs, it did not stop the workflow.

    Thank you in advance,


    #Administration
    #EndUser
    #EverythingMaximo

    ------------------------------
    Danny Richardson
    Maximo Administrator Manager
    Technimark LLC
    ------------------------------


  • 2.  RE: Workflow Condition Node Expression Evaluation

    Posted 09-06-2024 21:45

    Danny,

    I would try the following troubleshooting steps:

    1. You did not mention the object, but does the object have an ORGID attribute for the record you are initiating workflow on?
    2. If the answer is yes to above then, try specifying an ":ORGID = ORGID1" clause only that your know that the record you are initiating the workflow will have ORGID1 existing
    3. If #2 works then try ":orgid=orgid1 or :orgid=orgid2"

    Mike



    ------------------------------
    Michael Marsonet
    MRM-EAM Consulting Inc.
    ------------------------------



  • 3.  RE: Workflow Condition Node Expression Evaluation

    Posted 09-09-2024 10:26

    Thank you so much @Michael Marsonet.  I was trying to edit a PR workflow and it only goes to SITE level it seems.  I changed to siteid and it works.  Thank you for your help.



    ------------------------------
    Danny Richardson
    Maximo Administrator Manager
    Technimark LLC
    ------------------------------