Complete our Nintex Community Survey
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
We are currently in production with K2 4.7. I need to install and configure a new K2 5.1 development environment. I know that we need DNS entries for K2 5.1 - but I'm not sure how many we need and what they are for. Our current K2 4.7 environments have three DNS entries for K2 Farm, K2 Smartfarms and K2 Web components/Workspace. Are these same three needed for K2 5.1? If not, what are they? Thank you,Emily
It's not mentioned in the matrix (only says VS 2015), but does anyone know if Visual Studio 2017 is supported in K2 Five? Also, Windows 2019 Insider builds are out, is this to early for K2 to support or inform whether it is compatible? Thanks
We all know K2 can create SmartObjects based on existing schema in a database or service. I'm wondering if it can work the other way around. Can I: 1. Set up a SQL Server service instance in K2 and connect it to a database2. Define a SmartObject in K2 and have that SO definition create a table inside the database that can then be updated and queried as necessary Is this possible? I've looked at the documentation but couldn't find an answer; if I missed it, a link to the relevant docs would be much appreciated. Thanks!
Hi All,I installed K2 v5.3 successfully. I was able to access all URLs(management, designer, ...). After enabling active directory now I am getting 503 service unavailable error. Any help is appreciated! Â
Can someone tell me where I can download K2 5.4 please?I can’t find anything since Nintex took over the website.Everywhere I go I end up back at the Nintex referrer page.
Hello We are using K" Apps in Sharepoint. For this sharepoint-Apps we have changed the certificate a few days ago. Now we are facing a problem with google chrome. Firefox, Internet Explorer and Edge are working fine. But in Chrome I get a grey k2-area with the message: k2.domain.at redirected you too many times! anyone else with this problem too? regardsViktor Â
The server hosting my db is in another timezone (Belgium) while the users for the form I have created are in Singapore. The form has a date submitted field on it. Is it possible so that when the user submits the form, the date stamp written on the database is based from the user's timezone?  The first image below shows the user submitted the form 5:24PM (Singapore Time). Is there a way to do it so that the database also has 5:24PM on it and not 10:24AM? I have tried using the Add hours rule by adding 7. But when Daylight Savings Time begins, this rule would not be accurate anymore and would have to be changed.I also can not change the time zone of the server as there are users in Belgium. Any help would really be helpful.
I have been attempting to register the worklist service instance. I copied the dll file to the k2 service and attempted to register the dll in GAC. It is still not showing on the drop-down to register the service.I was following this article: https://help.k2.com/onlinehelp/k2five/devref/5.2/default.htm#extend/smo/registerdeploy.htmI used powershell to register the dll via this article: https://www.andrewcbancroft.com/2015/12/16/using-powershell-to-install-a-dll-into-the-gac/after noticing this issue from this article: https://help.k2.com/support-services/kbt143309Â Anyone else have experience with this issue and know how to resolve this? Any help is appreciated. Thank you!Ben
We have an environment with 4.7 workflows that we've upgraded to Five. We use the Visual Studio plugin to maintain those workflows. We are aware that we have to install the 4.7 client tools first and upgrade them to Five to maintain those workflows if we have a new client machine. Is that true for the server? If we want to install an entirely fresh new K2 Five environment and deploy our apps to it, do we have to start with 4.7 and upgrade that to 5.2? Another way of asking the question: could we do a fresh install of Five and point it to our upgraded 4.7 to 5.2 database and expect the legacy workflows to work?
This seems like it should be a simple fix. We have a list view in a form that records the approvals for a form that has several approvals. it lists Username, approval date and comments for each person that actioned the form. Unforuneately if I leave the "eyball" icon on the action unchecked and the approval or denie actons appear in the worklist dropdown, and the approver actions it from there, the approval does not get recorded in the approval list. How do I access the approval action parms from the worklist so that the action gets written to the list. This is a K2 5 solution. All my other legacy K2 4.7 solutions do this.
Where can I find the database k2 stores for the workflow general smart objects the follwing two in the K2 sql server database. - Actiity instnce destination smart object- Process instance smart object the smart objects are found under management --> Catagories -->Workflow reports -->Workflow generel please find from the attachment the list of smart objects ,,,Â
Dear all Is it possible to filter a list-view (used in a sharepoint-site) based on a active-directory group membership? I coudln't find any information regarding this matter in the documentation or the knowledge base or in the community section. RegardsViktor
Hi to everyone on the K2 Community. i just started to play around with K2 smartforms (using K2 Five), and coming from a designer background i always like to spice the look and feel up a bit. i would like to accomplish 2 things  1. set the page background to an image2. set the form color to a 50% opacity  i have read through all the posts on the community pages, but cannot get my script to work loading the background image nor getting the opacity working. i know there is a way getting everything working as i saw a youtube video Igor Jercevich running something similar with a header image load runtime script. Â
I always get an error when an anonymous form starts a workflow because the anonymous, outside user does not have access. I want outside users to be able to create query requests. How do I make it so the team can be notified, such a as a workflow task (I am avoiding email notifications)?Â
I've spent the last 3 days getting a form wrapped up and finally when to go check it in and not thinking I clicked yes to delete it thinking it was the yes to checking in associated views. Is there anyway to restore this form? I'm not immediately seeing a way when I look through the mgmt screen.
We have a List View on a development environment that is using the list method from Workflow Report > Activity Location Destination. Runs correct, we did not modify it at all. We recently packaged over into a new testing environment (no changes made on anything) and the same list method Workflow Report > Activity Location Desination is not generating records for anything new. The workflow is working -- as a side note. We are using this to display workflow information specific to a request entered. Any suggestions?Â
While upgrading from version 5.1 to 5.2, ran into an error related App Framework. I know that the App artifacts will need to be checked in for this upgrade to complete successfully. I cannot find a Checkin option for to use to check in the Core App artifacts. Any suggestions on how to do this
When i disbled Listbox, it disabled vertical scroll var from control. I want scroll bar on disabled field so user can view data from control using scroll bar but not able to select. I dont want Readonly list box where scroll bar is enable. Is there any CSS or jquery code so that i can override it on view?
Hi,  I have a smartobject call that can take quite a long time to be finished. (it slices a PDF file into images and zips this on the server). Logically the size of the PDF will directly influence the duration of the smo call. We have come across a file that takes just under 6 minutes for the server to process and thus for the smo to return its properties. That is not an issue in itself. When I execute through the smartobject tester, I get the return properties after the estimated 6 minutes. But in the browser I get errors in the console. Already after a minute or two I get the first errors, which keep repeating themselves after every minute or so. The redlined error appears when the server is finished (CPU goes back to idle, files are created). The view spinner just keeps on spinning and the rule execution has come to a stop. When I do the exact same thing with a smaller PDF, it all works just fine.  Does anybody have experience with issues like this (which appear to be some kind of t
Is it possible to have a static control at the top of a K2 list view, similar to how you can freeze panes on Excel? I'd like to have a button control there that allows users to add the selected item to a form, and if that button stayed in place as they scrolled through the list view so they can always access it, that would be ideal. I haven't come across any way to do this.
Hello all, In our company (Renault) there is a project to centralize informations/updates from different system including K2.We have been asked if K2 is able to send messages/events using MQTT and/or AMQP protocols. Is anyone here have some ideas about this subject ? Thanks a lotBest regardsBenoit
Dear all, I created a custom role then added some users. When I run the Smartobject Service Tester to debug the method Get Role Users of UMUser, the method can not return all added users even though I run the sql of clear cache. I found that some added users only have FQN value please look at the attachment. Can you tell me how to resolve this issue? Thanks very much!
Hello, I was wondering if there is anything in K2 that could automatically convert a JP Yen value to USD.I saw this guide for a similar feature but didn't find that conversion smart object in my list of objects.https://help.k2.com/onlinehelp/K2Five/UserGuide/5.1/default.htm#Tutorials/K2ForSP/ExpenseClaim/02Data/06CreateCurrencySmartObject.htmIs there something I could connect K2 to in order to have up to date currency conversion rates.
Hello, I am trying to total a set of values relate to just one field entered.See the attached screenshot where I am trying to total all things related to T1, T2, and T3. I am trying to show somewhere that T1 = 9, T2 = 5 and T3 = 10.Is this possible in K2? There is potential to be a T4, T5 etc so I am wondering if this sort of functionality is possible where depending on what is added to this object if there is potential to total those values.
I am using K2 FiveI create one new form with Multiple add Row view that means user can enter multiple values using default add new button . Now my scenario is in such case user not adding any even single row user click the submit button we need to show the error message need to add atleast  single row . i was attached the my form . Question is ) without any single row value form cannot be submitted Â
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.