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
we want to find orphaned objects in K2Â
Report to show which workflows are not starting because of high load on servers/remote event receiver.
Hello all, On a couple of workflows I've worked on using the K2Five designer, loop steps suddenly stop loading their configuration menu. All other steps configuration menus load fine. I see an error in the browser console. Recreating the step does not fix the problem. So far, the only way forward I have found is to completely recreate the workflow from scratch. I've tried opening in another browser and the same error is observed. TypeError: Cannot read property 'type' of nullat SmartWizardAssetControlController.addReferenceItem (<anonymous>:902:78)at SmartWizardAssetControlController.loadReferenceItems (<anonymous>:869:62)at SmartWizardAssetControlController [as constructor] (<anonymous>:102:46)at Object.invoke (<anonymous>:44:171)at S.instance (<anonymous>:94:35)at n (<anonymous>:69:42)at g (<anonymous>:61:496)at <anonymous>:61:119at Object.link (<anonymous>:287:224)at <anonymous>:17:3 "<div class="fadeMeIn ng-scope" data-
Hi All,i have one query related to Escalation custom coding. Previously in Escalation we click on view code and write custom code and according to condition it escalateHow we can such kind of customization in K2 FIVE. Same code belowFor (int i = 0; i < K2.ActivityInstance.Destinations.Count; i++){ if (K2.ActivityInstance.Destinations.DataFields["Action Result"].Value.ToString() == "Declined") {   K2.GotoActivity("DeclinedStep"); }}K2.GotoActivity("ApprovedStep");Â
How can we integrate LOB system DB2 with K2 five? Please suggest all available options. RegardsSunil
I have been working on a requirement where there is a workflow that needs be triggered if a Document Set is either created or updated.After reading lot many posts on the community, it seems that K2 doesnt recognize SharePoint Document Set and Folder creation as events to trigger workflows. I need assistance on this case, if it so be that I cannot wave off this requirement and need to make such a workflow in K2 five can it be done?Please suggest a suitable solution/Workaround. Thanks in advance!!
we are trying to implement remove list item permission,stop inherit list item permission and add list item permission to the specific user in K2 five for sharepoint workflow.In the workflow designer there is no specific component to implment the above [Note: In K2 4.7 for sharepoint Workflow designer we have component called 'remove list item permission' , 'stop inherit list item permission'and 'add list item permission' ---- https://help.k2.com/onlinehelp/K2smartforms/UserGuide/4.7/default.htm#Thin_Client_Wizards/List_Items_Wizards/List_Items_Wizards.htm%3FTocPath%3DK2%2520Designer%7CK2%2520Workflow%2520Designer%7CWorkflows%7CWizards%7CList%2520Items%2520Wizards%7C_____0].we are using smartobject method component method called 'Stop inheriting permission by document ID' in the workflow and we are getting following error.  Â
When I install K2 Five,Configuration analysis show me:No connection could be made because the target machine actively refused it 10.1.XXX.XXx:5555the vm firewall is turn off,and the K2 server in the service is running
Hi, We just connected Sharepoint online with K2 Five correctly and everything seems running fine. Our customer is waiting for the start of their Document Management System project so they don't wont to give access to their users to Sharepoint Online at this moment.  How we can use connection to Sharepoint online to upload and download documents but always using the Service Account instead of asking every single user to login to Sharepoint Online to generate their own oAuth Token? Thanks!
I know that k2 five provide the build-in audit for workflow process but I want to know whether the k2 five has build-in audit function for audit user login and operation? Can you tell me how I can audit this data? Thanks very much.
Hi, I am using K2 for SharePoint 2016. While creating package from K2 server am getting following error, 'List name' service object referencing the 'List name' could not be found 'List name' service object referencing the 'Field name' could not be foundI tried following options to resolve the above issue,Activated the Site collection again Regenerated the smartobjects for all the list. Need a help to resolve this. Any one has solution or suggestion? Thank you.
We are developed K2 for sharepoint workflow which have send email component and we are passing sharepoint item URL in the hyperlink.how to pass sharepoint site URL dynamically in the K2 for sharepoint workflow. Currently we are hardcoding the site URL.After deployied the workflow to other environment , we need to open the workflow again and we are changing the site URL again in the send email component.
Hi All, For K2 Five, we see we have user guide. Do we have any K2 Five courses/videos available?Â
Hello all, I'm looking into solutions for monitoring and alerting for processes when they go into an error state in K2Five. My team wants to know immediately when certain critical processes fail. In 4.7 it was possible to implement some custom code to send an email / post to a restful service / etc when creating the workflow via visual studio. This is no longer an option in K2Five, as the visual studio component has been deprecated for new workflows. Does anyone have any thoughts on what potential options there are for this in K2Five? It seems that in the new workflow designer your only option is to toggle exception logging. Would appreciate if anyone can share knowledge about forthcoming functionality on this front. In my searching I've found the K2 Process Error Notification Service (K2 PENS) which is a windows service that monitors processes. The current version is somewhat old and unsure if it will work with K2Five, although I will be attempting some tests with it. On a side note,
Hello, We are trying to access SmartObjects through an external WebApp. Let's say i have a SmartObject against the Active Directory, and now want to get all users and display them on a site hosted somewhere other than the K2 Server. So I configured the K2HostServer.exe.config to enable REST Endpoints. For varifacation i check the endpoints URL to get a list of all the available endpoints.http://[server]:[port]/SmartObjectServices/endpoints/endpoints.xml As Expected I find an entry for the GetList Method on the AD SmartObject.If i now type in that URL in a browser at a clients machine, i do get a list of all users indeed. However, if i try to send an AJAX request from our WebApp i get a 401 Unautorized. How can i send authorization detail within the request?Also if i try to open that URL from the K2 server itself, (logged in as a K2 admin account) i get prompted to enter my login Info. When i then enter the clients detail (the one from which i previously successfully was able to open th
I always believe that good programmers wirte code, but Excellent programmers fix code. So I was wondering where are the smarter starters in k2 Five... I believe we all are eager to see the new options at our fingertips to see those dynamic controls moving forward, progress bars dinamically moving and displaying the progress of our Views... the fade in, fade out effects presneting our views when a Navigation or Subnavigations is clicked. Ability to take en-rich our Forms with MD5 Functions or some other crypto or 3D Barcorde functions, but we will lear much faster if we see the original Smarter Starters see all the bells & wisthles and move from there instead of trying to start from scratch based in our experience with BlackPearl. And yes... the smarter starters should not rely on SmartBox, they should have the ability to let us choose our prefered Data Soure like SQL or Sharepoint. Dino.
Using the new K2 Designer within SharePoint on K2 Five. Does anyone know how to copy and paste an activity?
Hello everybody, Has anyone converted the dashboard to version 5 yet?Â
I have a smart object that uses a SQL Server Service Instance. When I point the Service Object Method source to a sql table, I have available to me Read, Update, List, and Create. But when I set it to a view, I only get List. But I really would like the Read method from a view, why is the read method not available for views? How can I make it available? Presently I found a workaround using rules to call the List method with a filter and pick the top result. But that doesn't seem like a "right" way to do this. Any ideas?
Hello, We want to have a test run with some of the processes we developed since we installed K2 recently. Lets say for that we deploy those processes to the test environment and let certain users work with it. When we later then deploy them to the production server, is it possible to transfer the generated workflow data (reporting data) with it? Regards,Nico
Hi, I am using K2 4.7 and Planning to upgrade on K2 Five. I have few Excel report which i am generating using SQL Reporting Service. I want to know whether SSRS is supported in K2 Five or not ? if not, please suggest me the other solutions, Thanks in Advance. Regards,Hemant
Hi Mates, We would like to install K2 Five in our devlopment server. I would like to know which is good approach 1. Removing the K2 4.7 and then fresh installation of K2 Five2. Upgrading K2 4.7 to K2 Five. Thanks in advance.Â
is there any way to get all worklist item based on folio number?i'm using openworklist function but i only get worklist item that are assigned to the certain user.
Hi, i'm using k2 five for sharepoint. In the form i have 5 people picker control which accept mulitple user.When creation workflow will trigger email to the users which is added in those 5 people picker control.  The issue is workflow getting completed only if all the 5 people picker control is filled. Incase anyone of the people picker is empty then the workflow goes to error state. Â
Hello All In K2 FIVE if i would like to find the site url.So in workflow i was trying to execute SITE smo and execute Get Site method and store output in a variable of text URL. Iam trying to pass the URL in email boddy but i get the error authentication failed because the remote party has closed the transport stream when i run the instance after deploying Can someone help me here.ATTACHED IMG
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.