Complete our Nintex Community Survey
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
Is possible to disable paste image into Rich Text editor?
hi, i came across a bizarre malfunction in my workflow,i have a save method and a task in the same step, because i want to save the step's serial number.the thing is it usually works, but every now and then the save method do not occur (with no error in my workflow) or save only part of the fields.is it possible that the server is heavy loaded and therefore do not manage to retrieve me the serial number hence it wont save?Â
Hi everyoneWould anyone please advise me on the error below?The frustrating part is this workflow was deployed without any issue a few minutes ago. I have done quite of work on this and all of sudden I get the following errors:Â references are gone. 2. Some of the Smartobject methods have errors.Can someone please advise?Thanks
As the subject, the new instance put in to error state. I checked the certain amount of workflow instances in K2.ServerLog.ProcInst , they were not started records in one minute, it should not hit the limit.How did it happen? Give me some advise please. Thanks!
We are currently looking for a way to mask all the Smart objectS method rest API requests that is been called on the smart forms, when the security team ran a vunerality test, it was discovered that all the parameters can be seen and manipulated from the browsers, the request was loaded on the browsers they could intercept and manipulate the data, is there a way to encrypt all smart objects call from the browsers esp API calls to LOBs.
While using an anonymous form, I am unable to create item in sharepoint and it shows error "Attempted to perform an unauthorized operation".But its working fine with another anonymous form that creates item in another sharepoint list .I am unable to figure out if there is any difference between the 2 sites or forms. What configurations are needed to enable sharepoint list item creation using anonymous forms ? Thanks.
Hi there,I'm working on a feature that needs to show within a Smartform, will save a record in SQL, which then the Workflow will pickup later to use. The issue is that once both Smartform and Workflow are deployed, the Smartform will start behaving like the new version immediately after deployment but there will be some instances where the WF process would still be the pre-deployment version. This is an issue. The way I would like to tackle this is to have some form of feature switch on loading of the Smartform to either show the feature or not. The best way to do this is to compare the workflow version it is opening with a configuration so "if workflow version is THIS or higher, show it", but I can't find workflow version in the Open Worklist Item. Is there an easy way to get the version at runtime (even server side so as not to show any SMO call to the client)?
Hi... Â I have two columns which contain an amount data (currency value) while the other contain duration like a tenor (6 month, 1 year etc...) also i have another column which is to calculate the currency data with the tenor, how do i go about it, like need a calculation format..? Â and how do i calculate it interest too per annual Â
when users action tasks on K2, the tasks do not leave their task list, even after they have gotten a popup notification stating they have completed the tasks. When the same task is redirected to other users, once they actions, the tasks are removed from their task list.  Please what could be the cause, and possible solution. Â
Hello, Â I am trying to redirect the default logout page for forms STS, i want it to point to another form or another URL (maybe a website). Â
Hi!I tried many different settings but no luck so decided to create new thread.Using File Attachment control in SmartForm I can't upload *.pdf file 6.5MB. Error message what I got is "The file could not be uploaded. Unforseen error occured on the file upload, contact your administrator." In browser console I can see that 413 (Request Entity Too Large) error is thrown. I'm using K2 Five 5.5.Tried to install latest CU and FixPack - No luck;Tried to edit runtime and designer Web.Config files with those settings:<add key="Forms.Designer.Controls.Attachment.MaxSize" value="2097151"/><httpRuntime maxRequestLength="2097151" requestValidationMode="2.0" enableVersionHeader="false" sendCacheControlHeader="false" executionTimeout="9999" /> - no luck;Tried to edit IIS "upladReadAheadSize" to value - 2147483647 - no luck. No error entries in logfile.*.pdf is in allowed file types. Can someone suggest something else to solve this issue?
Greetings, In a current project scenario, we are using a custom security provider to connect to a different identity Provider (in this case KeyCloak) to identify users. The problem is that when users logout in K2 using the standard interface, we have found no way to forward that logout request to the identity provider to "close the session". Does any one have any ideas on how we could, using K2, forward the K2 Logout request to the identity provider where we initiated the session theourh the custom security provider?
Hello Anyone had any success making K2 Oauth resources OpenID compatible Best regardsÂ
Hello People, Â I need help with an sql procedure. I am trying to make the procedure accept multiple entries in a list view, which it will in turn post. The script I have can only cater for a single entry per parameter in an item view, and list view. Any help as regards this will be appreciated. Â Find attached the sample script. The Guarantor, and DirectorsInfo are the places where I want the script to accept multiple values in a list view.
Hello Everyone,  I am new to Nintex K2 5. Previously I was working with SharePoint On Premise and I found Many Similar things in k2 5 like SharePoint. As like in SharePoint there are lists and libraries, I found smart objects as data source. I want to implement a scenario where there is 4 tier i.e. Employee | Manager | Senior Manager | HOD hierarchy. I want to use people picker in the create form for the above fields in order to save the full object of the user in Smart object columns rather than anyone hardcoding the names. Can somebody tell me how to achieve it or provide me a detailed knowledge regarding this? I am stuck since last two days but not being able to achieve it.
 Hi everyone,I'm trying to have some numbers in my smartform and I need to use a count if function that I didn't found. I'm trying to combinate if with count without any success 😞 In the image here there is a part of the List View that I created and what I need to do i calculate the number of H1, H3, Yellow tag and Red tag for the whole tableHow can I do that? In excel I have count if but I didn't found here.Thanks
I do not want K2 to use .NET Core 6 in any way. I'm building other solutions which will reside on the same Windows Server as K2.  Will installing .NET Core 6 cause any problems in/with the existing K2 server and the K2 workflows we have build?
I am not sure when this broke, but we recently installed 5.5 on top of 5.4 in Dev. and I am having the issue below for a 4.7 process in VS2015. View Code - Destination Event(!) Method 'DestinationRule_ExecuteCode' could not be resolved. Either method could not be found or method... (cut off)Cannot right click and use "Generate Handlers" (to put custom code in the Initialized event), gets "Cannot create method in the associated activity 'DestinationRule_6ab3xxxguid'. Make sure a class with this activity name exists. If I manually try to copy/paste code to manually pasted initialized event, it's not actually being called when destination event runs. https://community.nintex.com/t5/K2-blackpearl-Forum/Post-4-6-11-to-4-7-upgrade-issue-in-K2-for-Visual-Studio/td-p/200284
Hi  is there a way I can pragmatically check escalation of task with in K2 workflows, maybe through Smart object?  I have a scenario where I need to show text in case of escalation on the task notification.  Please advise.
Hello everyone, I was looking for a solution to dynamically assign Workflow tasks to multiple users but nothing I found so far has been working for me. The reason I don't want to use roles here is that those Users can change quite frequently and I want to avoid constantly having to go into Management and editing the roles. Ideally I would want something like this: where I can use a string with all users and the task would be assigned to those users. Would that be possible in a way? Or maybe somebody has had a similar problem and found a different solution? Thank you for any anwsers Â
Hi Guys, i'm trying to turn on the notification for the client event approval task but i couldn't find the setting as per show in user guide.  Any idea ? Attached is my setting screen for referenceÂ
Hello,I have problem with my process in K2Workflow. I have editable list view and user can send form with empty field, because when u had more than 2 items and u click on list row which is correct, my rules dont validate evry single row in list. How validate evry row in editable list? More over you can add an item with emty auto complete field if u just click on another item.Â
We are using your product for a number of years and have a lot of business process in production. We are anxious to know if there are plans for support to Visual Studio 2017. Companies as massive as ours have strict policies to not use product which are in support. If Microsoft stop supporting VS 2015, which we are using extensively for K2 process. (code) we will forced out of using K2 and may be need to check for alternatives. Do you road map or plans to integrate with VS 2015 ? If not, it is a concern and we have look for alternate products.Â
 We tried creating Service instance for the Azure AD Resource in 2 waysFrom K2 management Integration tab we tried Adding Service Instance and got service instance error - error issuing app only token.Second way we tried creating service instance through smart object tester which gave an exceptionMicrosoft.Identity.Model.Clients.ActiveDirectory Dll is missingSourceCode.Smartobjects.Service.Management
Hi allWould anyone please advise on how to install K2 version migration tool? I found the article https://community.nintex.com/t5/K2-Archived-Articles/How-to-migrate-existing-process-instances-to-a-new-version-of/ta-p/201254 This refers to K2 Community and the link is not working. I have an issue where the existing tool is not working.  Please suggest.Thanks
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.