Where can one find any WebServiceInputActivity Samples?
Hi,
I'm trying to add a WebServiceInputActivity to a WSS Stat Machine SharePoint Workflow project. But I cant find any samples or walkthru's or anything.
What I'm trying to do is to have the WebServiceInput as the first event in a given state.
If anyone knows of such a thing or has any documentation or anything please can you add to this post.
Thanks
[380 byte] By [
GR101] at [2008-2-20]
Yeah, bit of a lack of documentation on this one. I followed through an MSDN webcast doing this last year - around may - but I can't remember it's name, I'm afraid.
Not sure that you can really have a 'first' event in a given state. You merely have a number of events in a state which may (or may not) cause a state transition. I'd expect to have WebServiceInputs in EventActivities. But the example I worked with was sequential, not state.
A useful link I have in my bookmarks is:
https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=570737&SiteID=1
Pretty good description. I remember that I spent ages trying to figure out why my workflow wouldn't start, only to realise that I hadn't set 'IsActivating' to true.