I really like the idea of extending any software I am using. Nintex Workflow Cloud is no exception. With the XTensions framework, it’s really exciting to be able to add connectors and actions to my Nintex Workflow Cloud tenant. I decided, since I use xe.com for currency conversion, to take a look at their API. […]
Watch the video before you go and use these in production. This is a proof of concept and not a production environment that would run these Xtensions. If you have any questions, commons or suggestions, please don’t hesitate to comment. Downloads Nintex Workflow Cloud Download the Nintex Workflow Cloud Xtension – Open API Unit Conversion […]
After creating Azure Functions in Javascript and then in C# and exposing them to Nintex Workflow Cloud via the Xtensions option, I wanted to look into building an Xtension and hosting it on my own server. The video above goes through all the bits and pieces that make up the WCF REST service that I […]
This is a little addendum to the previous post : http://workflowexcellence.com/creating-a-nintex-workflow-cloud-xtension-using-a-javascript-azure-function/ Since I’ve done a lot more C# dev than Javascript, I started looking into how to built an Azure Function using C#. Below is one such function that does a Trigonometry Sin calculation. The idea is to show how pass in information from a Query […]