Do either of you guys know if there is a way to pass ticket information from Service Desk 6 to Workflow?
I created an inbox in the service desk along with a routing rule that states if an e-mail comes in with the subject line of xxxxxxxx----- the category is changed to "name change". Next, I have an automation rule set up that if a ticket comes in with a certain worker account and the category is "name change”, then it will invoke a URL. The URL I chose points to my published workflow called
http://servername/WORKFLOWNAME/compo...tWorkflow=true .
This works fine with the debugger and even if I type in
http://SERVERNAME/WORKFLOWNAME/composer.aspx?StartWorkflow=true&workitemnumber=”t he ticket number” It works as expected.
In my workflow project I added an input data property called workitemnumber with no default value. The question is how to I pass the workitem ticket number to this workflow from the service desk to workflow?
I have attached a picture of this property to this post.