Nintex Automation K2: Back to basics
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
Unable to create a workflow using the K2 five designer after upgrading from k2 4.7 to K2 five and getting the issue(Attached).
My workflow error "defaultline 100" needs to be connected to an activity.while everything is connected to all activityÂ
In order to automate the package and deployment process I used SourceCode.Deployment.Management dll to create the deployment package using the following code: Session session = _packageDeploymentManager.CreateSession("K2Module" + DateTime.Now.ToString()); session.SetOption("NoAnalyze", true); PackageItemOptions options = PackageItemOptions.Create(); options.ValidatePackage = Validate; var pathNamespace = "/root/"; var rootNamespace = "urn:SourceCode/Categories"; string ns; string category; var categories = Category.Split(''); if (categories.Length > 1) { var parentCats = string.Join("/", categories.Take(categories.Length - 1)); pathNamespace += parentCats + "/"; } category = categories.Last(); ns = rootNamespace + "?" + Uri.EscapeDataString(category) + "
Hi all, Trying to allow a user to filter a data set by using a picker control to select one or more values from a specific column. User enters search parameters, then click a "Get results" button which displays the results in a SMO List view (non-editable). The SmartObject being searched is a table from a SQL server database. When I only allow one value in the picker it works just fine, and behaves as expected. However, I can't seem to get the "multiple values" function to work, and have tried various setting combinations as well as added the  <add key="Forms.Controls.Picker.SetValueUseContains" value="true" /> to the web.config file for design/runtime.   Goal is to have SQL return results for records where parameter = X OR parameter = Y (OR Z, OR...) Anyone have ideas on if there is something I'm missing or should try? Â
Does anyone know the stored procedure for the K2 Worklist? I'd like to see how the workflow is populated when tasks are assigned to roles. The reason I am trying to do this is because I have my own store precedure to join tasks from the existing K2 Worklist plus another SmartOnject that I have. This works great but only when I specificallly create tasks and click the checkbox for, "Resolve groups to individuals". When the aformentioned checkbox is clicked, then K2 creates individual tasks for each user when I can use in my custom stored procedure to join a users task together with info from another SmartObject. However, when I uncheck the checkbox mentioned above, then those same tasks are not created in the same way so I'm not sure how get the task if individual tasks aren't being created anymore. Hope this makes sense.
 I have a list of students returned in a smartobject. On the form, a person selects to add a student, and we present the smartobject list to choose from. People are selecting the same student multiple times; which gets confusing. Is there a way to save what items have been entered, and when a new selection is made, we can do a compare of the choice to what has already been entered and not allow the duplicate entry? Seems like I should be able to build an expression to keep a text string of what is entered, but I have been unable to find an example, or enough documentation to be helpful. Any help is appreciated. Thanks! BillK
Hi Team, Can anyone please let me know about how we can achieve exception handling in K2 5 workflow as in K2 5 server code event is removed .   Any help will highly appreciated !! Regards,Chiru
After upgrade K2 Fivei can't sign inthen click sign in have errorHow to fix?Please advice me,Thank you
I have a user that wants to change the default person icon in the from field to a specific graphic. The email address being used is not an exchange mailbox. Is there a way to change the icon? I have looked and looked. I cannot find an answer to this.
Hi, I would like to modify Apps > Frameworks items, for example, to replace K2 logo with Customer Company logo avoiding to replace the header in each form of each application (many forms each application). For example, I would like to modify the following header: com.K2.App.Framework.Core.ItemView.FormHeaderFullbut not possible and no related to security of course. ThanksDanieleÂ
Hi.I'm creating a workflow in K2 to create a Purchase Request. the last step in the workflow will actually call a REST Web Api by posting one JSON parameter that contains all values, inlcuding the header and the list of details of the Purchase Request.To simplify it:the Json has three parameters: ID, Date, Items[].and each Item has two parameters: Id, Quantity I have a Form that contains:a Header View that includes the ID, the Date.... a list view that includes the Items required, each item contains the ID, the quantity... a Create ButtonThe Create button is supposed to call the web service and post the serialized values of the header and the list of items as well. the only thing I need is how to serialize the whole list of items? what I did is some rules on the button click:on the list: Serialize the list Item to Array by doing the requierd mapping on the list: Save the output mapping to a data label 1 on the header: Serialize the header by doing the required mapping and mapping the d
We are planning to use K2 Five, we have a doubt whether SharePoint is required or we can use only K2 five for hosting or publishing the site.It would be great help for me to proceed, because we are using K2 for SharePoint now.
How to delete a k2 5.1 workflow instance from database?
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. Â
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.