Skip to main content
April 21, 2022
Solved

Question about process model and web api?

  • April 21, 2022
  • 2 replies
  • 0 views

Question about process model and web api?

After creating a process model.

Is there a way to invoke the process in the Web API, and then  receive the response process  result synchronously, and process it as a Web API response later.

Thank you.

    Best answer by harshitb6843

    You can use the start process template while creating the WebAPI and then add chaining in the process to let it complete before the response is returned. 

    2 replies

    harshitb6843
    April 21, 2022

    You can use the start process template while creating the WebAPI and then add chaining in the process to let it complete before the response is returned. 

    April 21, 2022

    Thank you! It works!!!