I need to create a new Proccess with Dialog (new Feature in Crm 5.0) which calls a CRM Query, returns a list of Customers, and after selecting the customers we want to use, I call a plugin which then
I have an state machine implemented using wwf which is going to handle an indent flow. Imagine that we have an indent registered by user and we want to send enquiry to different vendors.
We are starting out with the development of a Silverlight app that will make use of Windows Workflow Foundation (WF4). Our workflows are long-running. We plan to use the tracking and persistence funct
I want to write a script that retrieve the tweets from a twitter account. Here is the scenario that I would like to achieve: my script should be able to retrieve all tweets of a user starting from cer
We have developed a mildly sophisticated web application using JQueryUI and themes. We chose this approach because we could do it ourselves, using Themeroller to build a theme and JQueryUI classes or
I have a question with regards to persistence of value states in a persisted workflow. I have two properties inside one of my Extension classes:
Basically, I have a point in my workflow where after a document has been sent and a number of things will/might happen.
I currently have a custom workflow activity to run an external process, after the solution has been compiled successfully, that returns an ExitCode <> 0 if the external process has failed. Once I k
I have submission web page, after submission i am sending the data to workflow to save it to the database this also stores the instance created by 开发者_运维知识库the workflow in workflow database. m
I need to programmatically define a serializable flowchart Windows Workflow that accepts input arguments and returns a result.I understand how to create these workflows using a designer, but I need to