Non-Library input for workflows
Hi all, I wrote a script which executes a workflow via the API. I was wondering whether it is possible to use non-library input for the workflow. At the moment the script submits each data into a library and then uses this data as input: for step_id, ds_in in workflow[?inputs?].iteritems(): wf_data[?ds_map?][step_id] = {?src?:?ld?, ?id?:ds[?id?]} What I am seeking for is something like this: wf_data[?ds_map?][step_id] = {?src?:?local?, ?path?:?path/to/file?} Cheers, Sascha Kastens Project Manager GATC Biotech AG Jakob-Stadler-Platz 7 D-78467 Konstanz Phone: +49 (0) 7531-81604110 Fax: +49 (0) 7531-816081 Email: s.kastens@gatc-biotech.com http://www.gatc-biotech.com http://www.twitter.com/gatcbiotech http://www.facebook.com/gatcbiotech http://www.xing.com/companies/gatcbiotechag GATC Biotech AG Chairman Supervisory Board: Fritz Pohl Board of Directors: Peter Pohl, Thomas Pohl, Dr. Marcus Benz UID: DE 142 315 733 | Registration: Konstanz, HRB 1757 | Registered Office: Konstanz The information contained in this email is intended solely for the addressee. Access to this email by anyone else unauthorized. If you are not the intended recipient, any form of disclosure, reproduction, distribution or any action taken or refrained from in reliance on it, is prohibited and may be unlawful. Please notify the sender immediately. The content of this email is not legally binding unless confirmed by letter.
participants (1)
-
Sascha Kastens