1
Answer

How to open a WPF view (form) using a custom activity

Fritz Rudolf

Fritz Rudolf

10y
1.3k
1
Is it possible to create a custom activity which will open a view in WPF. I like to create a workflow which opens Different form on specific conditios.
Tank you for your help.
Answers (1)
0
R J
NA 580 56.1k 10y
Yes it is possible. 

Write a class which derives from CodeActivity will have an execute method. Here you can write your code to open WPF window.