Quick Question: Is it possible to pass parameters to a workflow with the URL Commands?
e.g. I'm using "
http://server/iw-cc/newjob?vpath={1}/{2}&iw_template_file={3}&iw_template_name={4}&iw_sessionstring={5}&iw_which_ui=ccstd&done_page={6}" and in addition I would like to pass values the workflow requires and adding them to the querystring doesn't appear to have any effect.
I'm using this method to instantiate a workflow from an application on a remote machine, if it can't be done this way I presume I'll need to use the CSSDK. i'm already using it to authenticate the user in order to include the sessionstring in the URL so they won't need to login twice.
thanks
Ani :-)