CINXE.COM
Nintex Automation Cloud
<!DOCTYPE html> <html> <head> <title>Nintex Automation Cloud</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="robots" content="noindex"> <script src="https://static.nintex.io/nwc/ncbe/branch/main/ncbe.prd.min.js?region=wus&userId=&userEmail=&tenantId=&tenantName="></script> </head> <body> <div id="nwc-form-runtime-root"></div> <script> function addScript(src) { return new Promise((resolve, reject) => { const s = document.createElement('script'); s.setAttribute('src', src); s.addEventListener('load', resolve); s.addEventListener('error', reject); document.body.appendChild(s); }); } var mainJsUrl = "https://static.nintex.io/nwc/zinc-core/branch/master/runtime-web-component/main.js?_=b12163fb-25f1-486f-a8b6-a2581c2cd178" var ckeditorBaseUrl = "https://static.nintex.io/nwc/zinc-core/branch/master/runtime/ckeditor/" const NCBE = window['NCBE']; const zincAssetsBaseUrl = NCBE && NCBE.getConfigSync('zincAssetsBaseUrl', ''); const zincAssetsVersionPath = NCBE && NCBE.getConfigSync('zincAssetsVersionPath', ''); if (NCBE && zincAssetsBaseUrl) { const zincAssetsUrl = [zincAssetsBaseUrl, zincAssetsVersionPath] .map(x => x.replace(/^[/ ]*(.*?)[/ ]*$/, '$1')) .filter(x => x) .join('/'); mainJsUrl = zincAssetsUrl + '/runtime-web-component/main.js'; ckeditorBaseUrl = zincAssetsUrl + '/runtime/ckeditor/'; } const tenancyName = window.location.port !== '' ? window.location.hostname.concat(':', window.location.port) : window.location.hostname; function getAccessTokenAsync() { const tokenUrl = window.location.protocol + '//' + tenancyName + '/generate-token'; return fetch( tokenUrl ).then(function (r) { return r.json(); }).then(function (r) { return { access_token: r.token }; }); }; function getIdpAccessTokenAsync() { const tokenUrl = window.location.protocol + '//' + tenancyName + '/refresh'; return fetch(tokenUrl).then(function(r) { return r.json(); }) } const changeFavicon = url => { let favicon = document.querySelector('link[rel="icon"]'); // If a <link rel="icon"> element already exists, change its href to the given link. if (favicon !== null) { favicon.href = url; // Otherwise, create a new element and append it to <head>. } else { favicon = document.createElement('link'); favicon.rel = 'icon'; favicon.href = url; document.head.appendChild(favicon); } }; const data = { id: "d09e70cc-6d3a-476a-a101-dd3386e34658", tenancyName: tenancyName, token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBV0YiLCJ3b3JrZmxvd0lkIjoiZDA5ZTcwY2MtNmQzYS00NzZhLWExMDEtZGQzMzg2ZTM0NjU4IiwidGVuYW50SWQiOiJuaW50ZXhpdCIsImlhdCI6MTczMjM2MTQ1N30.P2FGFBfybHLL1gUc7hmJ_znyFfXA-xtPKVzKGoG-qLY", draftId: "", formMode: parseInt("0", 10), getAccessTokenAsync: getAccessTokenAsync, getIdpAccessTokenAsync: getIdpAccessTokenAsync, dataSourceBaseApiUrl: "https://us.nintex.io", apimBaseUrl: "https://us.nintex.io", dataSourceToken: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZW5hbnQiOiJuaW50ZXhpdCIsIm5hbWUiOiIiLCJyZXNvdXJjZSI6IiIsInNjb3BlIjoiZGF0YXNvdXJjZXMuZXhlY3V0ZSIsImlhdCI6MTczMjM2MTQ1NywiZXhwIjoxNzMyMzYxNzU3LCJhdWQiOiJhcGkubmludGV4LmNvbSIsImlzcyI6InBvcnRhbCIsInN1YiI6IiJ9.4sPMBntH6akJroEPN5Fr2IwwPipKykzjDN2Lq5rSInM", getDataSourceTokenAsync: function (token) { return window .fetch('/datasources/get-runtime-token', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ token: token }), }) .then(function (r) { return r.json(); }) .then(function (r) { return r.token; }); }, onSettingsLoaded: (formSettings) => { if (formSettings && formSettings['GeneralTitle']) { document.title = formSettings['GeneralTitle']; } if (formSettings && formSettings['GeneralFaviconUrl']) { changeFavicon(formSettings['GeneralFaviconUrl']); } }, context: "", }; if (!data.context || data.context.length === 0) { delete data.context; }; window.CKEDITOR_BASEPATH = ckeditorBaseUrl; addScript(mainJsUrl).then(() => startNWCRuntimeApp(data, "nwc-form-runtime-root") ); </script> <script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=1649905588" async></script></body> </html>