Skip to content

Following instructions will get you a copy of the specific Date transform in your webMethods.io Integration tenant.

License

Notifications You must be signed in to change notification settings

SoftwareAG/Transform-Math

Repository files navigation

Transform-Math

Getting Started

Following instructions will get you a copy of the specific Date transform in your webMethods.io Integration tanent. List of Date transform available in the webMethods.io Integration are:

  1. Absolute : This operation lets you fetch the absolute value of the given number.
  2. Division: This operation lets you fetch the result of the division of two numbers.
  3. Max : This operation lets you fetch the largest element from the given array.
  4. Min : This operation lets you fetch the smallest element from the given array.
  5. Multiply : This operation lets you multiply two or more numbers.
  6. Multiply List Values: This operation lets you multiply all elements of the given array.
  7. Random: This operation lets you generate a random number.
  8. Round Number: This operation lets you round off the specified number.
  9. Subtract: This operation lets you subtract two numbers.
  10. Sum: This operation lets you add two or more numbers.
  11. Sum List Values : This operation lets you fetch the sum of all elements of the given array.

Prerequisites

  1. An account in webmethod.io with webMethods.io Integration access.

Importing the recipie to your webMethods.io Integration tanent:

  1. Download the specific zip file which transform you want test, from this github page.
  2. Log in to your webmethod.io account then go to webMethods.io Integration.
  3. Select Reciepes the click on Import. image
  4. Then select the downloaded file and click on open. image
  5. After that you will be able the workflow in your recipie list.
    image
  6. Click on that workflow and then select the project name where you want to import the workflow and click on Done. image
  7. After that you will see a short description about that transform along with the workflow name. Click on Import here. image Yeee now you have succesfully imported the work flow.

Run the workflow:

  1. Go to that specific project where you have imported the workflow. Hover over the workflow that you have imported and click on edit. image
  2. Click on the edit icon present in the top left corner. image.
  3. Now go to the workflow description and coppy the requested body. only the JSON part. And click Done. If There is no request body present you can dirctly run the workflow (Step 8). image
  4. Now double click on the start . image.
  5. From the list click on webhook.
    image
  6. Click Next.
    image
  7. Now paste the coppied data in to the body and click Next and then Done. image
  8. Now run the workflow it will give you output in the logger. Here you can see the sum result of number 1 and number 2.
    image

Test With other input:

  1. Open the weebhook and change the data inside the body. Donot change the key value and the formte of the data. ie. "num1", "num2" are key here and formate of the data is integer .
    image
  2. Now run the workflow it will give you output in the logger.

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

About

Following instructions will get you a copy of the specific Date transform in your webMethods.io Integration tenant.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published