avid.common.AVIDUrlLocater.get_tool_executable_url
- avid.common.AVIDUrlLocater.get_tool_executable_url(workflow, tool_id, action_config=None)
returns url+executable for a tool id request @param tool_id of the action/tool for which the URL is requested @param action_config specifies if a certain configuration of an action should be used. 1. checks if there is a valid tool in workflow.actionTools[tool_id]. If there is, return it else 2. 2. check the path:workflowRootPath/tools/<tool_id>/avidtool.config. If it is valid, return it else 3. 3. check the path:<AVID toolspath>/<tool_id>/avidtool.config. If it is valid, return it else 4. 4. check path:avidRoot/Utilities/<defaultRelativePath>. If it is valid, return it else 5. 5. return None