Fatla

I use Sequential WF & I've many "Code Activites" in the WF .

Problem:

I need a particular "Code Activity " to be processed when a specified event fired in the "Window Application" project .

Details :

I pass data btw 2 projects""Window Application project" & "Workflow Project".

When an event fired,in "Window Application project" , I send data to Workflow using parameters using:

Code Snippet

WorkflowRuntime wr = new WorkflowRuntime();

wr.StartRuntime();

In that way the whole Workflow will be executed from beginning to end w/o stopping .

BUT I don't need the whole Workflow to be executed ,just a specific activity.

I've read that I can overcome that problem by sending the event & the arguments to the Workflow,But I couldn't understand it well.




Re: Windows Workflow Foundation Pass data from a "Window Application" project to Workflow project

Ranjesh - MSFT

Hi,

Here is a related posting that might help. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1767544&SiteID=1

Thanks,

Ranjesh