You are viewing limited content. For full access, please sign in.

Question

Question

Workflow 10.4 SDK return output parameters

asked on June 16, 2020

I want to trigger a workflow and return the output parameter to an asp .net  MVC controller, or to a jquery AJAX Call. 

0 0

Answer

SELECTED ANSWER
replied on June 17, 2020

You can use the HTTP Form Post, or HTTP Web Request activities with that same information that the Output parameters would have.  The Output parameters are only for inter-workflow communication so you can't use them directly.

0 0
replied on June 17, 2020

Are there any guides or documentation on how to do this? 

0 0
replied on June 30, 2020

I Ended up using Signal R, a web-socket API, to communicate with the HTTP POST and request options in the workflow. 

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.