Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

I’m working with a .NET Workflow Foundation (CoreWF) based engine that runs workflows with multiple steps (custom NativeActivity implementations). Each step executes synchronously and immediately ...
Jerryalafoly's user avatar
-1 votes
2 answers
97 views

I am using Windows workflow foundation rehost library in my application and i am trying to override default colors but it is modifying, i tried below code in my application but it is not working. ...
Naveen Kumar's user avatar
0 votes
1 answer
280 views

I'm facing an issue with Workflow Foundation's designer and SDK-style csproj in Visual Studio 2022 17.9.2. Assume we have 3 .net 4.8 working projects ActivityLibrary2: contains Activity2.xaml with a ...
Matejo's user avatar
  • 1
0 votes
1 answer
218 views

I have a .resx with various sounds like "pulse". The problem is when I reference it in the code: using (SoundPlayer soundPlayer = new SoundPlayer((Properties.Resources.correct_config)) { ...
Jesús Rotonda's user avatar
-1 votes
2 answers
74 views

I've a winform application and I want to ducplicate a line in a text file (.txt) when I click a button. eg : Hello world and I want to have something like: Hello world Hello world when I click a ...
Haga's user avatar
  • 3
0 votes
1 answer
312 views

I am trying to add a simple argument to one of my activities which is OpenBrowser in a sequence, afterwards I create a simple workflow that has owns that sequence, then I run it. Although the ...
Avrigeanu Laurian's user avatar
0 votes
1 answer
147 views

I have build a custom activity for Workflow Foundation which works exactly as exprected and I'mno implementing some validation on the arguments. I have 4 arguments, the first 2 File_Location and ...
Conor's user avatar
  • 750
0 votes
0 answers
18 views

It is necessary that after closing the program, it retains the size of the window, the values ​​of the CheckBox and what was entered in the TextBox.Can you write me a code? namespace WindowsFormsApp8 {...
M K's user avatar
  • 1
2 votes
2 answers
8k views

How to use MS workflow foundation in .net Core 5.0. Is there a MS standard implementation for Workflows in .net core 5?
Shahid Roofi Khan's user avatar
0 votes
0 answers
39 views

The WorkflowApplication.Run() method will always spin up a new thread to run the workflow on. How can this thread be influenced? Change the priority or completely replace the thread with your own?
Chelfree's user avatar
0 votes
0 answers
375 views

I wanted to mock the System.Activities.NativeActivityContext & System.Activities.ActivityContext for my unit test. i.e. using Moq; using Autofac.Extras.Moq; var executionContext = new Mock<...
Mathiyazhagan's user avatar
1 vote
0 answers
508 views

I have a created a script using PSworkflow which collects VM/license/network/mpp etc details from 13 VCenters and output all details in csv files. This script running fine when I manually run it in ...
bansalpiyush.198722's user avatar
0 votes
1 answer
40 views

I have created a sample numberguess work flow using this article, in .net 4.6.1 and enabled persistence. When the sample is run, I can see a work flow instance is created in the below table [System....
Mahesh Gupta's user avatar
15 votes
0 answers
4k views

I am looking for some alternatives to MS Flow/Power-Automate to save money. How are these two solutions different? Advantages of each? Downsides? https://elsa-workflows.github.io/elsa-core/ and ...
kyleb's user avatar
  • 2,080
0 votes
1 answer
244 views

I have a problem with the OutArgument of an activity. Here is a simplified code example: public class Animal { } public class Dog : Animal { } public class ...
STARSCrazy's user avatar
0 votes
1 answer
567 views

Since of last week we have a problem in our production env. Everytime a workflow instance is delayed, after calling the Delay activity, it is never resumed by WF. We are running a WF service hosted ...
michael hansen079's user avatar
2 votes
0 answers
352 views

I recently started using UiPath for creating automatic processes at work. I've tried my hand at creating custom activities. One of these activities are called AddToDictionary. It's generic because ...
Frederik Lundbeck Jørgensen's user avatar
1 vote
0 answers
415 views

I am using Microsoft Windows Workflow Foundation in my Windows based application. I have subscribed to OnUnhandledException on workflow for any unexpected exception. The OnHandledException callback ...
Shweytank Mishra's user avatar
2 votes
1 answer
1k views

I am using Visual Studio Community Edition 2019. When creating a new project I did not see any WorkFlow templates. Clicked to "install more tools and features" at the bottom of the screen as people ...
Mika16's user avatar
  • 168
0 votes
0 answers
143 views

I have a few workflows running, and after about ~8 months to a year, I start getting: Message: Could not load file or assembly 'file:///C:\Windows\TEMP\4s4yy32u\4s4yy32u.dll' or one of its ...
Phill's user avatar
  • 18.9k
2 votes
1 answer
3k views

I am in the process of migrating to VS 2019 but have an issue when opening a solution that contains a Workflow Foundation project. On loading a Visual Studio 2019 the project will not load and just ...
Ross's user avatar
  • 415
1 vote
0 answers
169 views

Microsoft has open sourced part of it's .net framework here, i'm using window workflow foundation and need to expand it and add some properties to this sealed class (FlowDecision). How i can build ...
yekanchi's user avatar
  • 863
0 votes
1 answer
300 views

I have a XML output and I need to find the TemplateID where Name contains "Request Modification" this gives me all 3 Names. /defaultNS:WorkflowTemplates/defaultNS:WorkflowTemplate/@Name this ...
Green Code's user avatar
0 votes
1 answer
88 views

My sequence can have custom activities and conditions. Some activities are condition based i.e. will execute if the condition is satisfied with the given input from previous activity. I need an way to ...
Pankaj_Sen's user avatar
1 vote
1 answer
240 views

I graphically draw Activity Diagrams for (non IT) management . Knowing that these will finally result in code, as a programmer, I would prefer to write the code directly and generate the diagrams ...
ywwy's user avatar
  • 144

1
2 3 4 5
29