What is the use of Raise workflow task available in taskgroup in vFlow .
@Nikhil.Dhanda, This task’s purpose is to co-join your application’s workflow with Admin Portal.
The required fields in the task’s configuration will serve as the request parameters for the URL specified in the URL parameter of the task.
Here’s an example to illustrate:
Let’s say you want to hit a task in the Admin Portal. This simplifies the process because you won’t need to configure any API in vConnect.
A work-id URL will be provided as a parameter in the URL, and the rest of the request parameters will be handled in relation to this.
Thanks for the answer ,
But please let me know how we can configure this, also let me know what is the difference between APi task and raise_workflow task , as API task is also used to define API using vconnect , is raise_workflow is similar to that?