Add optional "upload" attribute to tool definitions.

When extracting workflows, such tools are treated as inputs. This eliminates the need for the hack of hardcoding 'upload1' in tools.py and allows multiple upload tools to exist and function properly when extracting workflows.
This commit is contained in:
John Chilton
2013-02-10 11:13:51 -06:00
parent 800ba7cf9f
commit 7e6ee45bb0
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<tool name="Upload File" id="upload1" version="1.1.3">
<tool name="Upload File" id="upload1" version="1.1.3" upload="true">
<description>
from your computer
</description>