In this example of execution of workflow we will use a Demo workflow with the following configurations:
Basic Authentication
HTTP Post
Response When Finished
The Workflow takes 3 arguments, of type String, Boolean and integer32 Respectively.
As can be seen in the Response body, and because we chose the Response when finished, the workflow will produce as outputs 3 parameters, 2 of type Boolean, and 1 of type integer.
To trigger the Demo workflow we will use Postman following the steps:
Fill the url field with the url Generated in the configuration Area;
Fill in the Authentication information According to the Configuration Area;
Fill the Request Body according to the Configuration Area;
By clicking Send, the webhook should should produce a response similar to the response body in theonfiguration area.