Using visual studio 2010 RC/.Net 4.0 I have a wcf workflow service with three receive activities defined, basically StartProcessing, StopProcessing, and GetProcessingStatus. This is a long running se
I\'m having trouble trying to attach a custom tracking participant in workflow foundation 4.0. I have a class that inherits from TrackingParticipant but I cannot see any other way of attaching it to m
In SharePoint Workflow - for a document library how do I determine if document metadata or document itself has changed?
I\'ve made my first little workflow in sharepoint and I am trying to access it from the outside using a ReceiveActivity. I have created a WCF svc file with
Is there an easy way to acces开发者_如何学JAVAs History list, than to type URL?You can use Site Settings to add a QuickLaunch Url (use /_layouts/quiklnch.aspx) to lead to your workflow history list.
On the WrkStat.aspx page I would like to add emphasis to the status of each approval stage.e.g. I want to show \"Approved\" in green and \"Rejected\" text in red.
开发者_如何学JAVA\'Block\' in the sense that the user is shown the \"Workflow is starting\" page while the workflow runs.
I have a workflow with a parallel activity, where one branch does work and the other has a receive activity that can shut the workflow down (is the p开发者_如何转开发roper way to do this with a Handle
I have generated a C# SharePoint Sequential Workflow project using the very handy STSDEV tool (it got me around the requirement to have access to a 32-bit SharePoint installation which is required for
I have a situation where I have a workflow that uses custom activities within a activity library.The workflow uses the custom activities that moves from custom activity 1 to custom activity 2.In custo