Jump to content

MetalRufflez

Member
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    MetalRufflez got a reaction from giovanni in Keyword that "calls" other keywords within the same Workflow (Workflow cheatsheet)   
    That is exactly what I needed, and works wonderfully. Thank you SO very much.

    I'll update my workflow with a list filter at first, then work on a script to parse `info.plist`, if you have any tips/caveats, please, let me know
  2. Like
    MetalRufflez reacted to giovanni in Keyword that "calls" other keywords within the same Workflow (Workflow cheatsheet)   
    if you don't mind creating and maintaining a list filter with all the object names and keywords, you can do the following:
    for each of the 'tools' you want to launch, right click to set an external identifier in 'Inbound Configuration...' create a Call External Trigger object. Use the trigger Id of any of the 'tools' in your Workflow you set in #1 right click on the Call External Trigger object and select 'Copy Configuration'  create a JSON config object replace the JSON text with your clipboard (which should have the 'Copy Configuration' string you copied earlier) within the new JSON text, replace the tool name you selected in #2 with {query} connect your list filter (which will have the keyword as Titles and all the object names as arguments) to the JSON config object connect the JSON config object to the Call External Trigger object, like this:
     
    Now, actioning one of the keywords from the list filter will launch the corresponding 'tool'. 
    Next, if you want to generate the list filter automatically from the info.plist file, this can be done with a Python script. 
     
    I hope this makes sense! Let us know if you run into trouble.
     
×
×
  • Create New...