Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
Why do i get this when i try to use a Stored procedure from Oracle Database? I keep getting this Error, I am wondering why this is so.  I do not seem to understand why this is so Any ideas?Â
Hi all,  I am wanting to create a unique ID which consists of three fields that customers fill out, one of these fields will be a current date.  The calendar is just the generic field used in K2, and the output is in this form: xx/yy/zzzz or xx-yy-zzzz.  How do I remove these from this output? I am wanting to have my output as xxyyzzzz.  Cheers,Â
Hi,I'm new to K2 environment, and our company has recently installed K2 Five version 5.2. I has few questions regarding patching. 1)  How regular will the patches be release, and where can I find them? 2)   So far what were the patches that had been released, do I need to run any since we just implemented? 3)  In our environment, we did customisation on some K2 functions (by vendor).  Are there any functional patchers, and will there be any impact if we run the functional patches, if any?5) Usually how the patches are like, I mean if there is security changes and functional changes at the same time, will these changes combine into one patch file or it will be split to security patch file and functional pathc file? Appreciate for any return.Thank you very much!DemiÂ
Hello, we are using K2 form login to login into k2 app. Is this possible to add an EYE icon on the password field to unmask password to see users? Â
I am not stuck on any one way to do this...but ultimately, I'd like within a smart form to be able to pass in a workflow instance ID and have a return value of what the workflow status us so the end user can tell if the workflow is complete or not.  The end users for this process are not using management console...I'd like this to be in a smart form.  Is there any way to do this? Â
i am trying to add due date column in worklist Grid view, all the dates appeared as mm/dd/9999, i think this is a default date saved in someplace.Anybody faces this problem and found solution for it?
Hello, i have a problem how to set every user assigned to a task with the same security label i have a smartobject that return list of user to be assigned to a task (User1;User2;User3), by using the split and join function i managed to separate them when the workflow starts and it correctly assign the task to the user. However the security label only match for the 1st user, the 2nd user got the default security label. Screenshoot is attached. Is it possible to give the 2nd user and forth the same security label without changing the return value of the smartobject? since doing this would cause error to everything that use this SMO. Thanks Â
Hi,How to chnage workflow instance to newly deployed workflow version?E.g.I have one workflow instance(instance id=123) attached to workflow version 1.0 and it is not completed yet. Due to some business changes i changed in workflow logic, so my workflow version 2.0.Now i want to attached new workflow version 2.0 to instance id=123
I use the AD User and AD Group smart objects to interact with active directory through very controlled and carefully planned out processes that only a small handful of people have access to. The problem is anyone who is a designer can execute these smart objects on their own and I am having a hard time finding a way to restrict this.  Is there a good way to restrict access to smart object execution on an as-needed basis?
I currently have a smartform comprised of 3 different views of data.   I then generated a workflow from the Smartform. I am doing a basic approval process like the leave request example in the help documentation (except my smartform is more complex).   In the 1st approval task step, I can see all the reference fields but some have blanks and when I try to use the email address from one of the views to email the 'approver', it is not sending the email to the person. I entered my email directly into the reciepents email field and I recieved the email. In my email I entered several of the reference fields and that is where I found some blank and some not blank. The approver email had the correct value yet it won't work (as in no email is generated) when I drag that reference field into the recipients email address. Obviously I am new to K2 Workflow and I seem to be missing a key piece as to how I can reference the field values on the originally submitted form fto be used for the Aprrov
K2 5.3 Hi, I have create a list view based on a REST endpoint which (along with data on JSON format) also provides HATEOS such as below. My question is how K2 SmartForm list view can utilize this information? Thanks. "hasMore": true, "limit": 200, "offset": 0, "count": 200, "links": [ { "rel": "self", "href": "https://mycompanyurl/hol/" }, { "rel": "describedby", "href": "https://mycompanyurl/hol/" }, { "rel": "first", "href": "https://mycompanyurl/hol/" }, { "rel": "next", "href": "https://mycompanyurl/hol/?offset=200" } ]}
Hi all, as the subject stated what are the challenges for migrating from K2 5.2 with DB in azure sql back to on-premise. Any input will be appreciated. Thanks.Â
Hi Mates,In our workflow when workflow intiated we have activity which look into Other system and get destination user and then next setp is where Task assigned to destination users. We are calling workflow using Workflow REST API (https://k2.xxx.com/api/workflow/v1) . What we observe is when we initated the workflow till it assign task to Task actitvity it does not retruns us workflowID. it means if our Get Destination API which fetch user take 20 sec. to execute we are getting workflow ID from API after 20 sec, Is there any way or paramter we are pass to Workflow API url to it will return workflowID as soon as workflow is intitaed.Â
Hello, I am writing a custom connector for K2 which will be resgistered as regular Service Type and then Service Instances + SmartObjects created out of it. My question is : How do I incorporate logging in this connector which can be enabled or disabled through configuration file?  Thank you
Hi When enabling the SmartObject OData API in K2 Five Management, i get a errorbox telling me "Could not refresh services, try again?".When i look at the entire message returned, it's actually a HTTP 404 return message. I checked the psysical path on the IIS, where the OData endpoint is locatet, and that looks fine to me.The K2 Service Account is also the one, running the K2 app pool on the IIS. Im pretty stuck on now to get the OData endpoint working. Any help would be appreciated.
Hello, in the official K2 5.3 documentation I found an examples how to start a K2 workflow with a C# codes. https://help.k2.com/onlinehelp/k2five/devref/5.3/default.htm#Runtime/WF-REST-API/WF-REST-API-Authentication.htm%3FTocPath%3DRuntime%2520APIs%2520and%2520Services%7CWorkflow%7CWorkflow%2520REST%2520API%7CWorkflow%2520REST%2520API%2520Samples%7C_____1 Does anyone know about some examples, documentation or tutorials how to authenticate and properly start K2 workflow from python script or DJango web application? Thanks for answers
Hello folks,I need to store the password entered by user in K2 form to be stored as encrypted MD5 password in ms sql db. please share if you have any idea.
Is there a maximum number of tabs that show for a form? I have eight but only the first 5 show. They are all marked to be visible and I can get to them using the Selection tab when editing the form.Â
I am developing a custom control and written properties like Visible and Enabled in Definition.xml as shown below. <Prop ID="IsVisible" friendlyname="Visible" type="bool" category="General" refreshdisplay="true"><Value>true</Value></Prop><Prop ID="IsEnabled" friendlyname="Enabled" type="bool" category="General" refreshdisplay="true"><Value>true</Value></Prop>   ...and the code behind Control.cs goes like this:public bool IsVisible{get { return this.GetOption<bool>("isvisible", true); }set { this.SetOption<bool>("isvisible", value, true); }}public bool IsEnabled{get { return this.GetOption<bool>("isenabled", true); }set { this.SetOption<bool>("isenabled", value, true); }}in Control.js file, i have the get ans set methods written as below.getProperty: function (objInfo) {if (objInfo.property.toLowerCase() == "value") {return Control.getValue(objInfo);}else {return $('#' + objInfo.CurrentControlId).data(objInfo.proper
 Hello Community, I would like to create a workflow to implement the following process: Example: Trigger a workflow to start daily at 8am and query a table in a SQL Server database (I've already created the service instance and smart object). If the table contains records where the "Serial Number" field = Null OR the "Price" field = Null, I would like to send an email to notify a coworker about the incomplete records.Is this possible in K2 workflow, and how may I achieve this? Will I need to create a stored procedure in the sql database to return the incomplete records or is it possible to do this from the workflow? Any help or advice is very much appreciated!!!
I have a data label, that i'm trying to set the font to horizontal.I will have some text fields a user can fill out which would then populate a datalabel (for a check box) where the text is horizontal.Let me start off by saying, I can not modify the primary CSS Files so I am stuck having to do this in a View. With CSS or Script (and I'm no genious at JSS) I found a forum post with the code, but can't get it to work on the labelThe DataLabel - Name:ATV1Text: ATV OneSet to LiteralExpression Pointed to: RotateText<style>({-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg); transform: rotate(-90deg); overflow:visible !important;position: relative; top:5 px;})</style>Where am I going wrong? Is this possible?Screenshot included
Hi, So i'm using the new K2 Workflow designer - any ideas how i retrieve all files with the same GroupID (not ID) and attached them to an email? In the old K2 Studio, i could specify any field, give it a variable (GroupID) and then return all ALL matching files and add them to the email. The new Workflow designer just says - This method loads a single entry and only allow ID (autonumber), there is no way to choose my own input field and no option to return all results? What's going on, how do i do this? Thanks
Hi, If i execute SAVE as PDF Control's Save PDF Method - configure OUTPUT settings - I can drag the Save As PDF control to a data label to get the ID (which works) However if use the Async Method, dragging the OUTPUT Save As PDF control to a data label results in an empty ID. Any idea how i get the Output ID from the Async method? Â
Hello, I am reading email metadata from a mailbox using a smart object which returns list of records. Each item in the list has number of attributes pertaining to emails fetched by SmO.This is being done by a schedules WF.I need to insert all the items in the list into a SQL server table.How do I design a WF which can loop through list items and insert data into SQL server table?So if SmO fetched metadata for 10 emails, there should be 10 corresponding entries in the table. Thank you.
Hi All- We've been experiencing the following error every minute in our FIVE environment (5.2 May CU FP32) for the past few days. I beleive it's related to the Identity Micro-service, but not sure what's failing or how to troubleshoot. Anyone else experiencing this issue? "3909450080","20*personal details removed*:45:44","Error","General","0","ErrorMessage","SourceCode.Sync.Runtime.SyncProviderLogger","0 EnvironmentId: b12f7ae5-98*personal details removed*-a0fa-4527d5b43262, Error - The remote server returned an error: (403) Forbidden.","anonymous","0.0.0.0","server:C:Program FilesK2Host ServerBin","3909450080","9cdcb5e5392840c0b660dc8417ab693b","""3909450082","20*personal details removed*:45:44","Error","General","0","ErrorMessage","SourceCode.Sync.Runtime.SyncProviderLogger","0 EnvironmentId: b12f7ae5-98*personal details removed*-a0fa-4527d5b43262, Error - The remote server returned an error: (403) Forbidden.","anonymous","0.0.0.0","server:C:Program FilesK2Host ServerBin","39094500
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.