No announcements
Found 135275 threads
-
0 Votes
FlowChart, FlowDecision, FlowSwitch inheritance
Hi Karol, Currently there are no plans in WF 4 to make these types inheritable (actually, all activities in the framework are sealed).Answered | 1 Replies | 6235 Views | Created by KarolDeland - Friday, October 23, 2009 10:08 PM | Last reply by Leon Welicki - MSFT - Saturday, October 24, 2009 12:04 AM -
0 Votes
Flowchart workflow, custom "FlowDecision" activity?
We are not providing that level of extensibility on Flowchart in the current bits.Answered | 5 Replies | 9000 Views | Created by Adriano Trevisan - Friday, July 10, 2009 7:49 AM | Last reply by Shankar Thanushkodi - Friday, September 17, 2010 7:37 PM -
0 Votes
strange problem in flowswitch's expression activity
for flowchart, the constructure is there are flowstep, flowswitch, and flowdecision parallelly under flowchart, and all the activities except ...Answered | 3 Replies | 3759 Views | Created by zhonghua wu - Thursday, March 25, 2010 6:06 AM | Last reply by Ye Yu - MSFT - Thursday, March 25, 2010 6:46 AM -
5 Votes
How to create an activity that allows multiple exit paths similar to FlowSwitch and FlowDecision
Hi Ye Yu, I am also hunting for "Activity that allows multiple exit paths similar to FlowSwitch and FlowDecision" and everytime i look in google ...Answered | 73 Replies | 20398 Views | Created by SameerX8 - Wednesday, January 6, 2010 12:30 PM | Last reply by shirin.patel - Tuesday, July 23, 2013 12:28 AM -
0 Votes
Flowchart Designer Rehosting
Add the activities to the toolbox in the rehosted app (along with things like FlowSwitch and FlowDecision) 2.Answered | 3 Replies | 8369 Views | Created by D.M. _ - Tuesday, June 23, 2009 7:34 PM | Last reply by andrea loleo - Thursday, July 9, 2009 12:23 PM -
0 Votes
Bug in Workflow Designer with FlowSwitch
Answered | 7 Replies | 6334 Views | Created by Mark J Collins - Sunday, November 1, 2009 9:51 PM | Last reply by Mark J Collins - Wednesday, June 30, 2010 1:11 AM -
3 Votes
Custom FlowSwitch Designer
I can drag a FlowSwitch to my FlowChart and set it's Expression.Answered | 5 Replies | 4022 Views | Created by Andy Jacobs - Monday, August 1, 2011 9:24 PM | Last reply by Tim Lovell-Smith - Wednesday, August 3, 2011 1:24 AM -
0 Votes
Why can't we extend flowchart?
First of all, I know that MS discarded the option to allow inheritance of custom activities from the FlowSwitch/FlowDecision classes.Answered | 7 Replies | 6678 Views | Created by Coose - Wednesday, December 2, 2009 3:15 AM | Last reply by Adriano Trevisan - Wednesday, December 2, 2009 11:05 PM -
1 Votes
Custom FlowDecision designer
(sample bug: http://social.msdn.microsoft.com/Forums/en-US/wfprerelease/thread/8d946fbf-0c6c-4a4d-8816-9c4b6000a4f7) Second option is ...Answered | 5 Replies | 6345 Views | Created by Swagata Singh - Wednesday, August 25, 2010 4:29 AM | Last reply by oweisman - Tuesday, August 21, 2012 4:46 AM -
0 Votes
Detecting changes to 'Cases' property of FlowSwitch
let me take a look at how the connector works of flowdecision.Answered | 9 Replies | 5128 Views | Created by Notre - Tuesday, May 18, 2010 11:08 PM | Last reply by Notre - Thursday, May 20, 2010 11:19 PM -
0 Votes
Add a TypeDescriptionProvider to an existing sealed Activity (enhancing FlowDecision)
So I went down the TypeDescriptor path because the properties of the FlowDecision are just redirected to the contained Activity<bool> stored in the Condition ...Answered | 3 Replies | 3709 Views | Created by Jason Bolstad - Sunday, March 27, 2011 9:13 PM | Last reply by Jason Bolstad - Tuesday, March 29, 2011 12:12 AM -
0 Votes
FlowSwitch with more nodes.....
you can added more than 12 cases links as long as you drag links from those buttons from flowswitch there always will be some buttons available for you to add new case ...Answered | 1 Replies | 4272 Views | Created by stevemedportal - Wednesday, July 7, 2010 2:39 AM | Last reply by Ye Yu - MSFT - Wednesday, July 7, 2010 4:56 AM -
0 Votes
How can I remove or change the condition text in a flow chart?
Notre, I don’t think we support doing this right now in flowchart.Answered | 1 Replies | 4842 Views | Created by Notre - Friday, January 8, 2010 10:14 PM | Last reply by Anders Liu - MSFT - Monday, January 11, 2010 6:26 AM -
2 Votes
Wanting to create a flowchart activity that supports multiple exit choices like FlowSwitch
Hi, It seems this level of extensibility on Flowchart is not supported currently.Answered | 2 Replies | 3280 Views | Created by Dessus - Monday, August 29, 2011 11:16 AM | Last reply by Franconia - Monday, September 5, 2011 1:30 AM -
0 Votes
Checking the last activity of each Flowswitch / Flowdecision
What is the best method to iterate through each "path" on a flowchart?Answered | 1 Replies | 4573 Views | Created by Special_Jimmy - Monday, February 22, 2010 7:48 PM | Last reply by Special_Jimmy - Monday, February 22, 2010 10:16 PM -
0 Votes
How to localize WF Activity properties?
http://msdn.microsoft.com/en-us/library/system.componentmodel.displaynameattribute.aspx Tim PS - If that works for your ...Answered | 2 Replies | 2302 Views | Created by cdumyshell - Monday, October 15, 2012 9:59 AM | Last reply by Tim Lovell-Smith - Monday, October 29, 2012 5:31 AM -
0 Votes
Flowchart problem
Hi, I build a WCF Service with Service.xamlx in this file I add flowchart: In the Flowchart I add two sequences: (first) 1.StartProcess 2.Answered | 2 Replies | 5114 Views | Created by samur3 - Sunday, September 12, 2010 1:18 PM | Last reply by Andrew_Zhu - Wednesday, September 15, 2010 8:32 AM -
1 Votes
How do I set the start node of flowchart dynamically with input arguments when the workflow is instantiated?
The easiest way to do so would be to have a FlowSwitch activity as the start node and have it switch to the named activity.Answered | 1 Replies | 5190 Views | Created by SameerX8 - Wednesday, October 28, 2009 9:22 AM | Last reply by Maurice de Beijer - Wednesday, October 28, 2009 11:15 AM -
0 Votes
Question regarding flowcharts in Visio
Hi Eminem16285, Please create a flowchart in Visual Studio 2015 with following steps.Answered | 1 Replies | 694 Views | Created by Eminem16285 - Wednesday, October 7, 2015 8:04 PM | Last reply by Weiwei Cai - Friday, October 9, 2015 2:51 AM -
1 Votes
Objects inside flowchart do not detect changes to InArguments
Hi, I'm trying to implement a custom switch (Lets say a binary true/false switch for this example), this switch is ...Answered | 2 Replies | 4249 Views | Created by Quesso Levy - Thursday, May 5, 2011 2:13 PM | Last reply by Quesso Levy - Sunday, May 8, 2011 9:57 AM - Items 1 to 20 of 135275 Next ›
No announcements