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.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
R JPosted Aug 19, 2014, 12:46 PM
Write a class which derives from CodeActivity will have an execute method. Here you can write your code to open WPF window.