LP13
LP13

Reputation: 34109

Invoking Windows Workflow Service using HttpClient?

I have Windows Workflow Service developed in 4.6.2.

Is it possible to Invoke Window Workflow Service using HttpClient?

I have client application in .Net Core, and we cannot create WF service proxy in .Net Core application. (It's not supported currently)

However .net core has HttpClient class and I would like to know if can use HttpClient to invoke methods of Windows Workflow Service?

Upvotes: 1

Views: 234

Answers (1)

Related Questions