Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.


Go Back   Vista Forums > Misc Newsgroups > Avalon

RB

Vista - Sequence of steps using workflow foundation in ASP.NET

 
 
04-11-2007   #1
Jimmy


 
 

Sequence of steps using workflow foundation in ASP.NET

Hi,

I started to know about WF when I looked into
http://www.masteringbiztalk.com/atlasworkflowdesigner

I have a similar requirement. My objective is that I need to have
similar UI. But I need to have an execute button which will do some
processing based on the workflow generated using drag and drop. How
can I do that ? I mean, is the workflow saved somewhere where from I
can parse it and fire different tasks based on the activity sequence ?

Is it necessary to use database to save the workflow ? Can't I use an
xml file ?

Achintya


My System SpecsSystem Spec
04-12-2007   #2
Bryan Phillips


 
 

Re: Sequence of steps using workflow foundation in ASP.NET

Workflows are persisted to either XAML (used to be XOML) which is just
XML or to VB.Net/C# using CodeDom.

I always try to persist to XAML. This means that some of the activities
(like the Code activity) will not work.

You could write your own activity though that exposes a string property
that the person designing the workflow would populate and the activity
would compile and execute using CodeDom.

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net



"Jimmy" <achintya.jha@gmail.com> wrote in message
news:1176321497.680316.269370@d57g2000hsg.googlegroups.com:

> Hi,
>
> I started to know about WF when I looked into
> http://www.masteringbiztalk.com/atlasworkflowdesigner
>
> I have a similar requirement. My objective is that I need to have
> similar UI. But I need to have an execute button which will do some
> processing based on the workflow generated using drag and drop. How
> can I do that ? I mean, is the workflow saved somewhere where from I
> can parse it and fire different tasks based on the activity sequence ?
>
> Is it necessary to use database to save the workflow ? Can't I use an
> xml file ?
>
> Achintya


My System SpecsSystem Spec
04-19-2007   #3
achintya


 
 

Re: Sequence of steps using workflow foundation inASP.NET

Bryan,
Thanks for replying.
I saw that the workflow activities are pre-defined (like delay, ifelse etc.)
What if I don't want to use any of these and I just want to use my own couple of activities like ActivityA, ActivityB and so on....
I am sure WWF must be having this kind of functionality but I am just not able to find it.
Where can I read about all this ?
Thanks in advance
Achintya


EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
My System SpecsSystem Spec
04-19-2007   #4
Bryan Phillips


 
 

Re: Sequence of steps using workflow foundation in ASP.NET

This functionality does exist and it is easy to implement.

The best place to read about this is http://wf.netfx3.com/


--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net



"achintya" <achintya> wrote in message
news:2007419173940achintya_jha@yahoo.com:

> Bryan,
> Thanks for replying.
> I saw that the workflow activities are pre-defined (like delay, ifelse etc.)
> What if I don't want to use any of these and I just want to use my own couple of activities like ActivityA, ActivityB and so on....
> I am sure WWF must be having this kind of functionality but I am just not able to find it.
> Where can I read about all this ?
> Thanks in advance
> Achintya
>
>
> EggHeadCafe.com - .NET Developer Portal of Choice
> http://www.eggheadcafe.com


My System SpecsSystem Spec
 

RB


Thread Tools


Similar Threads for: Sequence of steps using workflow foundation in ASP.NET
Thread Forum
any way for PowerShell and Windows Workflow Foundation to integrate? PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd