Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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;

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

    Image Added
  3. Fill the Request Body according to the Configuration Area;

    Image Added

By clicking Send, the webhook should should produce a response similar to the response body in the configuration area.

...