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
Is there a code example of a service broker accepting a file attachement. [Attributes.Method("ReadCustomerCSV", MethodType.List, "ReadCustomerCSV", "ReadCustomerCSV",//Inputsnew string[] { "ParameterFile" },//Required Inputsnew string[] { "ParameterFile" },//Returnsnew string[] { "CustomerNumber", "PrincipalAmount", "FreqId" })]// public string ReadCSVToList([Attributes.Parameter("File", SoType.File,"File", "The file to be processed.", true)] FileProperty File)public List<CustomerCSV> ReadCSVToList([Attributes.Parameter("ParameterFile", SoType.File, "MyFile", "The file to be processed.", true)] FileProperty File){//code here;return null;}   This is what I had so far, but it doesnt seem to accept a file attachement.
I need to check the AD User property 'msExchHomeServerName' on a user during a workflow and return $true if the property has a value and $false if it does not. Does anyone have any idea how I can do this?
I am using SharePoint online and I have a K2 5 form that should open once a file has been uploaded to a sharepoint document library. I have set the setting that the K2 form should open when clicking the new button, unfortunately that is not happening at all. In SharePoint 2013 this worked great but does not seem to be working correctly in SharePoint Online. has anyone found this problem and has found a workaround for it?Â
I query K2's "Activity Instance Destination" object to get audit trail of a process. I want to make a call to AD service to get a display name for each user who has actioned the request. I am using a service that needs username without domain name so in an expression I am stripping out K2:DomainName and passing value to AD service to get username. Call to the service works OK as I can display value in a message box.  How do I get that value to display in listview ? I have tried building a separate listview with transfer data action but second view does not display any data. Is there a way to display data in either list view for approver name field.  Thank You
I have a requirement to Loop through Specified dates for processing leave request application. For eg. Date1: 10/4/2018 ; Date2: 10/7/2018, Totally 4 days will come inbetween two dates, I need to check each date whether it falls under a weekend or in a corporate holiday. So by looping each day we can check whether it falls on a corporate holiday or weekend.In K2 loop only list reference or semicolon separated values can be provided.Is there any way to achieve it.
I am trying to promte a solution fom a Dev to a Test envronment. In Dev, I have a workflow that has a bunch of steps but there is one smartobject action that is throwing an error. This is a SmartObject that is making a REST call based on a Swagger file I registered within my K2 instance. The red "!" mark shows up in the top right hand corner of the Smartobject action but I can still deploy the process. When I package and deploy the solution to Test, I get a bunch of unresolved reference errors. Has anyone experienced this before? If so, what was your solution. I saw this hotfix, but now sure if that is the fix: https://help.k2.com/kb002480
I created a new AD SmartObject, I added additional AD fields to it. How do I get those fields to show up on the Input and Return Property screen for the GetUsers method?
We have a SmartObject Method that is joining one SmartObject with the Process Instance : List Process Instances - Workflow Reporting in order to display a view showing workflow status / process status. The view is consistently erroring out with a message of 'Process Instance' table does not exist.Does anybody have any suggestions or different options for us to connect to?  My K2 Admin has to restart the K2 Service for it to function again. K2 5.1
I have registered a REST Service Instance and have set Debugging Enbled to "true". I want to know how do I actually debug the smartobject that's attached to this Service Instance? I looked at the logs in K2Host ServerBin but did not see anything. Am I missing something or doing something wrong?
Is there anyways to provide access to K2 Management Site for workflow process instance management to users without providing administrative privileges?Â
Hi We have SharePoint 2016 with K2 Five configured. I've configured a workflow for a document library. When i upload a document and check the drop down items for that document i dont see K2 Workflow option. Â
I have deployed a package from our dev environment to our deployment invironment and I'm getting this error: "List item with ID 1 not found in Environment Fields." when running the form.I have been directed to a K2 article article2 that explanes the user rights on the list that is used. On the list that i use the option "All Items or alle users"has been enabled.Anyone have some pointers where to fix this?How can I debug this?Â
Is there a way to action a worklist item as a service account via a button click on a form even if that service account is added as a recipient to a task but the person clicking the button is not? For example, I have a button on a form that someone can click who isn't assigned to the task that that button is actioning. I do a search for the task serial number specific to the service account who is assigned the task. The logic works like a charm. However, when the button is clicked by an end user and the workflist action is taken, K2 is saying that the current user (who is not the service account) does not have the rights to action the task. I want to know how can I get around this error? Is there a way to impersonate my service account or the button click, or the action a worklist item rule so that the task can be actioned by the service account and not the end user?
HelloI have question I try to install K2 Five on UAT Server for Test , I would like Deploy Worklfow , SMO, View ,Form from Dev server that Version 4.7 to K2 FiveHow to tranfer? I can't Deploy Packgage form 4.7 to 5.1 Please Advise me Thank you
Hi , Is there is any way to see all the tasks which are assigned to all the approvers for that appliction. any thoughts. Thanks in advance.
Hi all, we are working on a project, we support some information such as name and password to enter the application that we made. we found that there was an SMO called AD users who seemed to have some information such as countries, name, email but did not have a password. is there a way to get a pre-existing password that we use to log in to k2 designer? Thanks in advance
Hi all,how to create login page, which challange to windows authentication or Activity DIrectory User? thanks in advance,Â
Hi All, Is it possible to automate the smart form creation using the workflow. Any thoughts
Hi Guys, We have different "From Address" for different application. So is there a way we can set the "From Address"while setting the reminder email in K2 Five Workflow? System is not giving me option to set From address while configuring reminder email.Â
Hi, Normally I used to have a link to worklist item in reminder emails so before K2 5 upgrade I used to manage by configuring serial number from process Instance ID and Activity instance destination ID but after upgrade when I am trying to do the same the it is throwing error at compile time. So can anyone of you please help me getting the serial number in reminder email. Thanks,Divya Raj
I have a list view with instances of my business object (report instances). These are coming from our own SQL db. These items run through a workflow. A person has two lists. 1: Worklist (all his tasks) with to these tasks attached a report instance; 2: A list of all Report instances.  I would like to support the following scenario: A user opens an item from the Report Instances list. Check whether this item has currently send out a task to the user who opens this item, so he is able to action the item from here.  What I would need is: Find the tasks assigned to the user, where the related workflow of the task has input variable InstanceID=Value of parameter InstanceID.  Does anyone know how to retrieve the task serial no based on user and variable value?
Hi, I have a requirement from user to search with last name using K2 people picker . Currently my application is able to earch with first name or partial first name but is throwing error if I try to search with last name. Can we achieve searching using last name  ? Thanks,Amrita
I had JDE webservice which will take input parameter and will return the list data.This webservices is using SOAP service protocol where data comes from J.D.Edwards server and need to utilize this data in my form via smart object or any other source.   Please guide me on how to setup the J.D.Edwards server connection or by using the SOAP webservices? Thanks
I face an issue with pageable listView. My sql query contain one select with inner join (8 sec in sql profiler and 190 thousand rows). Query completed, but view is disabled and k2 do some shadow tasks around *personal details removed* sec. Can i do paging logic on my side? I am waiting for any advices.
Hello Friends, I am looking for my form to accept multiple attachments. And the attachments to be save in standalone server. Please let me know the best approach.
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.