Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

In this example of execution of workflow we will use a Demo workflow with the following configurations:

  1. Basic Authentication

  2. HTTP Post

  3. 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:

  1. Fill the url field with the url Generated in the configuration Area;

  2. Fill in the Authentication information According to the Configuration Area;

  3. 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.

  • No labels