Ive 'bio igranje okolo sa prilagođenim aktivnostima za SharePoint Designer za neko vrijeme (pogledajte ovdje za neke stvari detaljnije, ako da vas zanima).
U mom trenutnom projektu, we need to do some fairly heavy lifting and we want to use declarative SPD workflow to manage the associated business process.
Da ne duljimo, this is entirely possible. I extended my Codeplex project to invoke a "helper service" and now we can invoke a web service directly from an SPD workflow.
Evo potpis:
javni niz Dispečer( Guid WebID, // Donosi runtime okruženja Guid SiteID, // Donosi runtime okruženja niz ListID, // Donosi RTE (ne znam zašto je to niz, ne GUID) int ListItemID, // Donosi RTE. niz XmlMessage) // Donesen od strane korisnika navedenu u SPD.
Ovo iskorištava činjenicu da možemo dobiti na važne informacije tijekom rada, kao mjestu, Popis ID, itd.. This is well documented in several places for those of you interested in creating your own custom actions. The idea is to extract the XML string as provided by the user to dispatch an appropriate procedure. Fun stuff!
Nažalost, to je očito u jednom smjeru do "Loosey gušče" anti-uzorak zemljišta, but it’s better than hitting a brick wall 🙂
Je li protiv uzorak ako to učiniti iako znate da je anti-uzorak?
I hope to wrap this inside Codeplex in the near future. If you’re interested in me doing so, daj mi džaku (e-mail ili ostavio komentar) and I’ll be that more enthusiastic about doing it 🙂
</kraj>
Više vijesti o svom radu nazvati webservices od WSS rada definiranom u SPD?