I have a wcf workflow that have three receive activities arranged in a sequential manner. i.e 1.receive application
Greetings, I\'m trying to create a workflow using a ActivityBuilder, and then get the XAML. This flow use a custom activity (WaitForInput) to handle bookmarks. This class inherits from NativeActivity
In WF4 custom activities, I understand you can add warning of validation error by checking some condition and add validation error, ex
I am trying to make an empty custom activity so that I can have comments in the workflow designer. I have an activity designer that does not do anything but has a text block so the comments can be add
This article shows how to create a custom activity in a rehosted Workflow designer (with Workflow Foundation 4). In that example, a MyDelayActivity is created by implementing the IActivityTemplateFact
Full code: using System; using System.Linq; using System.Activities; using System.Activities.Statements; namespace ManyAssemblies {
Is this possible? I know it is for MS since th开发者_如何学Cey have WF activity packs but I\'m not sure how it\'s done. It would be nice to be able to have Activities with Body blocks to insert other
Should th开发者_JAVA百科e alternative paths of an use case be included in the activity diagram??If you want to model use case realization for the whole use case, definitely yes. However, if the altern
I\'m creating a custom Workflow activity for use within TFS2010. In the same assembly I have a XAML activity and a C# code activity. The XAML activity references the code activity.
When my app starts, it checks to see if it has s开发者_如何学Ctored login credentials. if it doesn\'t, it starts another activity to prompt the user for those credentials. My problem is, that when the