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
In postman,I am able to send a binary file choosing the binary radio button to a REST service using the POST method. I am trying to send the binary file from K2 to the same REST service. But in Swagger 2.0, I can consume a multipart/form and choose a type as file in the parameters. But I cannot choose the file type to be binary. Can you suggest any way I can send a binary file from K2? Thanks and RegardsSindhu Kodikal
Dear All! The Accountat add a Deadline for the Reviewer. After the Reviewer get an email with the task link, he open it, and notice the Deadline is too close so they need to ask the Accountant to change the Deadline (phone or email). Is it possible the Accountant change this deadline without Reviewer sending his requests back to him? Thanks Laszlo
I'm trying to update from v4.1 to v5.0, but I'm stuck in the Component window and can't proceed. 1. I arrive at this step, and click Next. Is there something I'm missing?
I am trying to configure a workflow (A) that needs to wait for a certain event to happen on an external system in order to continue. This event on the external system will start a workflow (B) which should make A continue. For making the workflow A continue from an external system, one would just use the REST Api as explained in the documentation. However, I am wondering whether there exists a smartObject that has the method for finishing a certain workflow step based on the serialNumber.
i have designed a workflow using K2 designerthere have been many versions created.how do i edit a previous version that was deployed? when i used K2 studio to do workflow, i can always download an earlier version of workflow and edit in K2 studio how is this possible using K2 Designer?
Hello, is it possible (if yes then how) to show tasks list instead of workspace welcome screen? I mean if all the task of all applications that you can see in your Inbox folder can be shown instead of welcome screen? I know how to manage custom workspace, but I do not know how to put the Tasks list to be shown in the workspace, as you can see in attachment. Thanks for you answers.
Hello everybodyI currently have a problem with the worklist. The worklist is not loaded anymore when a user opens it.We have integrated the worklist in the workspace as a form "K2 List Worklist", and a link to it is sent to the user by mail when he receives a task.If a user clicks on the link or the item in the workspace, the webpage is loaded but remains empty. No error message, nothing.Can someone tell me where to look for the error?GreetingsStefan
HiI have a requirement where picker control is having email ids and on submit button ,I need to validate if there are duplicate entries for the same. I am using K2 five and looking if I can apply this validation in smartform.I have tried for loop for all in picker control and compared using advanced condition where if email matches the string but not able get what I wantPlease help
Hi, I've inherited a workflow and associated smart forms to work on. The flow and the smartforms are currently working but when I go to one of the tasks in the workflow there is no associated smart form, even though it is because the form opens!  I've added the form back in and configured it but now there's another oddity. The rule that opens the worklist item runs in the 'Initialize' event of my form but any rules placed after this rule won't run. If I disable this rule then any other rules will run in the 'Initialize' event. The workflow was converted by hand from 4.7 to 5 by a colleague. Any ideas as to what's going on?Thanks.Mike
Hi All, I have a text as a hyperlink, so when a user clicks the hyperlink a subview should open. I have tried this but no luck. Is there a way I can achieve this. Thanks
Is anyone aware of config options within a hosted K2 Five environment that allow us to limit concurrent user sessions for a single user to one? For example, if a user is in one browser session (let's say Chrome), then opens Edge and logs into the same K2 site again, that the users session in Chrome would be ended.Â
I am trying to install the core and client tools on a workstation to be able to run P&D and also some simple API development without being on the K2 server. I have the base install of the 5.2 installed but looks like the May CU requires database access to run which we do not have - only the service account has access and uses windows auth. Is there another option for getting the updates applied (maybe copy the bin folder from the server)?
 The PDF file generated by K2 workflow is too dark. Does anyone know how to make it normal? I have attached the sample pdf.   Â
Loops in a workflow as far as I understand steps though items in a list.  I like to use a loop to extract text from a delimited string until all fields were processed. Is it be possible to create a loop that would work like a while loop, so it stops when a logical expression is evalued to True?  I also welcome recommendations to do this in a different way.  Thank you.  Â
How can we connect to DB2 from k2 five core. I am not able to find service instance of DB2.Â
We are using K2 5.3 on premise with SharePoint 2016 on premise. K2 5.3 enviroment is an upgrade from K2 blackperal 4.7. We have not converted the workflows to new K2 Five workflow yet. All workflows are using the legacy worklfow engine.  I have not looked into the documentation in details but my question is, would legacy workflow support SharePoint online or do I have to convert all existing workflow to new workflow for using SharePoint online.  Appriecate any input.  Thanks Â
Is it possible to create reference using a multivalue property to use in a loop?  If not, is there a way I can count the number a entries in the property and save it to a variable?  Thank you.   Â
I have a Problem.I have since created a DB inside the MSSQL server with K2. Now I try to connect the smartform to the SQL server, sometimes it connects, and allows me to execute the stored Proceure (After refreshing the K2 SQL Service instance from SmartObject Service Tester), sometimes it flags this Error below Cannot open database "K2_Objects" requested by the login. The login failed. Login failed for user 'DENALLIXK2Service'.Where K2_Objects is the Database I created and has the stored Procedure.Ransacking the internet, I have not been able to find any reasonable information as it stands. What could be the issue? Kindly get back to me as soon as possible.Â
i have people picker with allow multiple selection.. I set identifier as FQN, so i am getting multiple FQN based on values. i want other properties as well like display name, email ids with comma seperated. i added for loop on control and passing each FQN to smo to get display name, i am transpering value to dala label and outside for loop displaying. but it is not giving me concatenate(comma seperated values)  i want it in single label with comma seperated.
Hi,  I have a list that I want to filter based on if a user is "Admin or Normal user", so if a user fills in a request than on submit Admin should be able see all the request submitted. The user should see Only what they have submitted. If the user is anonymous they should not see nothing because they are anonymous.  Thanks
I originally started this post as a question but I think this might be helpful to others so I'll post it as an answer. I am having trouble deploying a bunch of workflows, forms, views, and SMOs to an environment so I decided to remove all forms, views, SMOs, and workflows before trying again. The main issue was that after removing all versions and instances, the delete button in the designer was missing. I could edit the workflow and close it and get the delete button back, but then the workflow would come right back. The problem is that earlier I had removed the category (by using the SMO tester) that these workflows were in as part of trying to delete everything. That moved all the workflows into the "all" category. Once I recreated the original category and moved the workflows into it, I was able to delete them. This has been a frustrating and time-consuming experience.
Hello Everyone, I want to show a progress wheel/bar when user tries to download/upload an attachment. Does anyone have any idea how to achieve this. Thank you in advance!
Hi forum, i have created some advaced smart objects that gets data from a REST service. The REST service is just one endpoint that delivers multiple sql tables within one result. It's just the way it is and i cannot change it :-)Every advanced smo retrieves the complete result, but only parses the corresponding table. So if there is a lot of data within the result, a lot of data will be queried multiple times. So is there a way that the REST service instance will cache the result? Thanks in advance! regards,Bert
All the configuration and access have been meet as per requirement but i'm still getting this error during the Azure AD consent. Do i need to make the K2 Url accessible by internet?Â
Hi, I have visual studio 2019 and looking for the extension which would allow me to work with workflows. Do you know where we can find the extension for Visual Studio 2019?  Regards,Madhu
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.