custom-activity
Team Build workflow can't load my custom activity
I\'ve been searching for alternatives for hours, and I got some really weirdness going on. So to isolate my problem, I created a very simple code activity that goes inside my xaml template:[详细]
2023-04-06 12:24 分类:问答Custome activity buid by an activity file
How can I use custom code (activity file not codeactivity neither activitydesginer ) as an Activity inside a Reshosted workflow designer?[详细]
2023-03-17 13:22 分类:问答InvokeProcess custom activity does not invoke
I\'m doing my first steps on Customizing the TFS builds. I created an InvokeProcess that calls a batch file. I see in the log that the batch file is called, but I do not see that the batch file is exe[详细]
2023-03-14 10:47 分类:问答Designer rehosting questions
I am trying to rehost the wf designer inside a wpf window. I have build custom activities and activity designers.[详细]
2023-03-07 21:52 分类:问答Reading build variable using Custom code activty
I have a build template with variables created and the values are set in the build template itself. I开发者_如何学Python have another custom activity in the same build template. My custom activity wi[详细]
2023-03-07 10:18 分类:问答How to develop custom activities for Team Build 2010 in an efficient way?
To create a custom workflow activity for Team Build 2010, I have to create a class library that will contains my custom activities, and another one to customize the build process (the workflow).[详细]
2023-02-27 03:18 分类:问答In WF4, how to define a custom activity that can be the scope of a Variable?
When I rehost a designer, I can declar开发者_如何学Pythone variables and their scopes. However, not all activities can be the scope of a variable. I notice Sequence, Parallel, PickBranch can be the ho[详细]
2023-02-05 17:20 分类:问答Workflow Foundation 4 - Results of ActivityFunc<bool> always false even though Execute Method shows true
Ello, I\'m having an issue with a custom activity that preforms an evaluation of a `ActivityFunc ` and returns false even though it is evaluated in Execute to be true.[详细]
2023-01-20 20:30 分类:问答How can a WF4 Custom Activity determine that its in design mode v. executing mode
I have a WF4 custom activity with a custom designer (WPF). I would like to have slightly different behaviou开发者_如何学Cr in the CacheMetaData override depending on if the Activity is in Design or Ex[详细]
2022-12-30 10:58 分类:问答Custom activity designers in Workflow Foundation 3.5: How do they work?
Intent of this post: I realise that Workflow Foundation is not extremely popular on StackOverflow and that there will probably be not many answers, or none at all. This post is intended as a resource[详细]
2022-12-27 21:32 分类:问答