Maximo Open Forum

 View Only
  • 1.  Maximo Workflow Condition Node

    Posted 05-23-2023 08:52

    Hi all,

    Is there a way within Maximo workflow that the condition node can call an automation script?  I see a custom class checkbox, but the documents I see from Burno seem to point updating a specific java class file.

    If this is possible, what do I set in my where clause on my condition node?  Also I assume I must write my script to end by returning True or False?

    Thanks for your help!
    Eric Godel 


    #MaximoApplicationSuite

    ------------------------------
    Eric Godel
    Bay Systems Consulting
    ------------------------------


  • 2.  RE: Maximo Workflow Condition Node

    Posted 05-23-2023 09:10

    After looking some more i found this article, which i believe is what i have been looking for. 

    http://sometimesiliketopretend.blogspot.com/2015/02/use-automationscript-in-condition-node.html  



    ------------------------------
    Eric Godel
    Bay Systems Consulting
    ------------------------------



  • 3.  RE: Maximo Workflow Condition Node

    Posted 05-24-2023 02:52

    Hi Eric,

    Your assumption is correct. You can call an automation script from workflow condition node. 

    1. You need to create a custom condition script and its launch point which will evaluates to either true or false.
    2. Then in the condition node you have to follow a specific syntax to invoke the condition script. (scriptname:launchpointname) with expression as "com.ibm.tivoli.maximo.script.ScriptCustomCondition".



    ------------------------------
    Subhransu Sekhar Sahoo
    Tata Consultancy Services
    ------------------------------