Complete our Nintex Community Survey
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
Need help with a validation pattern on a text field to only allow 3 digits and 3 decimal points(e.g. 123.123) Thanks!
On December 31, 2020 I discovered the cause of the problem: there was a 2nd administrator visible at the bottom of the control panel. I activated Google's 2-step-authentication in Joomla and installed Google Authentication on my mobile. Then I shutdown/restart the website that appeared to have the security issue. I opened the K2 articles tab to do a filter test. It works normal again.
I have a form/view that is SO heavy in database calls, that users are complaining on how long it takes. I have a form value that needs to be validated against a database to see if the value exists. There are thousands of possibilities for this value. We have done what we can to try and widdle down the error rate for this value, but still get occasional bad values later down the line. Does anyone know how to do a function or data validation within a workflow step? I dont mind the validation being done after form submittal, and if data validation does not pass, that the workflow go a different direction.
I want to use MySQL. How to? K2 connect to MySQL. Thank you,
Is there is anyway to create a template or skeleton that can be use to develop a new apps in next time
Hello,I need to migrate my application from K2 4.7 to K2 five and i have started reading the content from web, i got to know the links missing from the K2 help site. i.e. see the below linkshttp://help.k2.com/kb002301 http://help.k2.com/kb002045 Kindly provide the link for the content in this regards. ThanksRegardsRajnish
Hi, So tried to response to a K2 ticket and can’t, as it redirects to Nintex.com, so the acquisition doesn’t appear to be that smooth. What are you thoughts on Nintex buying K2, good or bad? Will everything like account managers and products stay the same, or are things “evolving”?
Hi Is there a SmartObject that allows me to start a workflow and supply the ItemReferences XML as a parameter? BackgroundWe have an issue where sometimes workflow instances error because K2 has not obtained the SmartObject Refrences properly. I can only imagine this is down to a performance glitch, as this does not happen all the time.To Restart the Workflow the “Retry” or “Go To Activity” options do not work. Current ResolutionWhen an workflow errors in this way, I have to get hold of the XML representation of the ItemReferences.I obtain the ItemReferences XML by using the View Flow option, clicking on the Initial Start step, then I click on Data XML Audit. I then manually edit it in NotePad++, filling in the missing ID elements that K2 failed to include for some reasonI then simply start a new Instance in K2 Management and copy the edited (but now correct) XML intothe ItemReferences field. ProposalIf there is a SmartObject that allows me to start a new Workflow Instance and pass in t
I have a List view on a form, when you double click each row of the list, it should pop out different subview accordingly. Currently, they will pop out 3 subviews at the same time, how can I stop the other 2 subview to pop out, while I only want one subview pop out each time when i click the row. Thanks.
Hello,I may have a very simple and maybe stupid question, but is there was a to determine as part of the K2Five for SharePoint workflow if a reference is not found? The goal is to find a document in a different library based on a certain filter criteria. I got the filtering to work correctly and find the 1 specific document need, but would like to provide a error to the user if the document needed for the workflow to complete is not found so they can investigate.Cheers and thanks for the help.
Is it possible to only save K2 form as PDF without saving server?Because the PDF is confidential and would not want to save in server. Proposed Steps:Click “save as PDF” button in K2 form User choose the local location to save the PDF
Hi,I am getting below error when deploying a package. I have selected the package to be deployed and after few minutes, i am getting this error. Any idea? value cannot be null. property name: property return type cannot be null. Thanks
Hi.I am looking for integration of dev express server custom reports,dashboard to be displayed to the users in K2 smart form. when I have content control with report links, it is showing pop up for reautheticating windows credetials. is there any way that I can pass windows credentials to i frame or any configurations needs to be done at server level.your affirmative response is much appreciated as this is bit urgent requirement. Thank you.Thriveni
I have an extensive list of extra fields added to my K2 items and they are selectable from the front page by users. When I open the editor to add an items they show perfectly if I choose the required categories but the moment I save or edit the form in any way the fields collapse in such a way that they are not editable or properly visible. It seems as if the form items collapse to the left.Please see the screenshots!Before save and activityAfter save and activity:
Need help on what permissions are required to use UpdateOrAddProcUserPermissions under SourceCode.Workflow.Management.WorkflowManagementServer namespace. Everytime I run this it gives me an error that my account does does not have Administrator rights. However I’m definitely an admin, I do have Admin permission under Server Rights and Admin permission on the workflow that I’m trying to modify the permissions.Below is the code I’m using, this is in powershell.Add-Type -Path 'D:TempSourceCode.Workflow.Management.dll'$account = ''$k2server = ''$workflowManagementServer = New-Object SourceCode.Workflow.Management.WorkflowManagementServer$workflowManagementServer.Open("Integrated=True;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=$k2server;Port=5555;SecurityLabelName=K2")$newPermission = New-Object SourceCode.Workflow.Management.ProcSetPermissions$newPermission.ProcSetID = $processSet.ProcID$newPermission.Admin = $true$newPermission.UserName = $account$newPermission.Pro
I added a message box to load the radio button control just after I used Transfer data to blank out a yes score. This is what I got: What the heck does this mean?
Hi everyone,I have a form with 2 views (1 item view and 1 list view). What I want to do is an order confirmation. First I fill in the data in the main form and when I click the submit button I want to open the same form (subform) with the data entered so that they can see the details and in case of making a mistake something to be able to modify it. I can show the data in the item view, but the data in the list view cannot. Any ideas or is there any other way to do it other than this? Thanks, Isaac
Hello,We have upgraded from K2 5.2 to 5.3 recently. Since that I’m facing a strange bug on a ListView.The ListView has 3 dates, a column where we calculate the difference in days between these dates and a column with a dropdownlist control. Depending on the difference between the dates, the cell of the dropdownlist must have a different color.For example:Difference between dates is 10 → Color Green Difference between dates is 100 → Color Red No Dates entered → No background colorThis was working perfectly on 5.2, but now I have a problem with the first row. After the Form has been loaded, all rows have the correct color. In case I edit the first row, still everything is OK. But, if I do a change in any other row, the first row loses its color.Screenshot after load: Screenshot after change in second row: In the conditional format of the dropdownlist, I use the expression, that calculates the difference between the dates. I have tried using the datalable directly, but this only validate
Hi Everyone, Apology to my question as I am new here. I am trying to automate my package deployment thru team city using msbuild. Everything works fine when I execute it in our K2 Server. But when I run it in our Team City Server this makes me failed. Do I need to configure or install plugins, runtime or anything in my team city server for this to run? Inside Team City server, I’ve tried to run and test this first thru command line. Here’s the exact error. C:WindowsMicrosoft.NETFrameworkv2.0.50727>msbuild "D:WorkspaceDeploymentDebugDeploymentWorkflow.msbuild" /p:TestOnly=True;Environment=DevelopmentMicrosoft (R) Build Engine Version 2.0.50727.8007[Microsoft .NET Framework, Version 2.0.50727.8813]Copyright (C) Microsoft Corporation 2005. All rights reserved.Build started 12/3/2020 8:11:05 AM.__________________________________________________Project "D:WorkspaceDeploymentDebugDeploymentWorkflow.msbuild" (default targets):Target Deploy Processes: _________________________________
We have a smartobject in our workflow that is a rest broker to an external service. When the external service returns a 400, the smart object still attempts to populate the object. In our case, this generates an unhandled error in our workflow (String was not recognized as a valid Boolean). We are sure it is the smartobject as it doesn’t error out if we change the parameter type to text. It makes no sense to have to change your parameter types to be able to handle error conditions. Are we not implementing this correctly or is this a K2 limitation?Our swagger file has both 200 and 400 responses defined. The 200 response contains a couple of boolean parameters. The 400 response has no content.
Hi,How can I check if the K2 Black pearl integration is still being used before I decommission my SharePoint 2010 server?Thanks,Matt
I have a drop-down with 5 different values,How can we choose / set 4 th value in the drop-down using jQuery
Hi, I need to find list of emails sent from a workflow. Is there a logging mechanism for Emails in K2? Thanks,Venkat
Hello all,i’m trying to acces out of office (worklistshare) info via the SourceCode.Workflow.Client dll (K2 Five v5.3) from a .net core project (ASP.NET core web application), but that doesn’t seem to work. I’ve surfed around but I can’t seem to find whether it is possible to call the K2 dlls from a .net core project (and if so, what version do you use). The error I’m getting, is not very helpful either: “An unhandled exception was thrown by the application.System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.DllNotFoundException: Unable to load DLL '' or one of its dependencies: unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))”. For completeness sake: I’ve added the 64bit DLL in references and I’ve changed the project to platform target x64. (after building for Any CPU, with the same error).Any help or insights would be greatly appreciated. With kind regards,Michael
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.