Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Hi,I am trying to work out why some of my process instances aren’t fully interacting with our product and others do and this has involved combing through the instances and the activities they are on. What I note is that they are on the same Activity but the successful ones that trigger stuff in our product are at Status 2 = Active, while the others have their Activity at Status 1 = Waiting.Does anyone know what this means in terms of the internal processing?Thanks
About 3 years ago, we paid to have our system upgraded by your team. A new server was added with a newer version. We have noticed that the new server when we edit via the designer makes calls to various CacheControl.asx pages on the previous server. The specfic ones are /Runtime/CacheControl.ashx, /Management/CacheControl.ashx and /Designer/CacheControl.ashx. We confirmed that we are NOT setup as a farm but as a single instance. I reviewed most of the web.config files and cannot find a reference to the other machine anywhere. Is there something that got missed in the upgrade and how can we stop the new machine from trying to hit this old machine as we would like to retire that old server.Thanks.Bryan
Error on upgrading K2 4.7 to 4.16060.2000.6 in log I have various of the below:Â Â Component.ExecuteTarget: 11:55:20:>> Logged Error: Target did not complete successfully: Management.kspx
We have an Endpoints assembly method returning List of Objects, however when we try to create a K2 Listview based on it or execute method directly using SmartObjects tester tool then it does not return properties in clear format i.e., properties wise tabular format with columns.Below is sample defination of the method, is there anything missing here? public static List<ERPTasks> GetListOfObjects (string userEmail) { List<ERPTasks> listErpTasksObjects=new List<ERPTasks>(); ERPTasks _obj = new ERPTasks(); _obj.AssignmentDate = "1/1/2022"; _obj.TaskTitle = "Tasks 1"; listErpTasksObjects.Add(_obj); _obj = new ERPTasks(); _obj.AssignmentDate = "2/1/2022"; _obj.TaskTitle = "Tasks 2"; listErpTasksObjects.Add(_obj); return listErpTasksObjects; }Â
I'm very new to learning how to use K2 Blackpearl and am trying to understand how to effectively use SmartObjects.Basically I have a list of questions I want to ask a user so currently I've created a smartObject with 2 attributes (Question, Answer). I have a list of all the questions I want to ask stored in a SQL server db.Is it possible to auto-create either an InfoPath form or as ASP.NET page (At this stage I'm not too bothered which one I use - just want to see something working so please feel free to recommend which one is easiest) which will get the questions from the database and auto-create the 'fields' which the user will need to place an answer to the question... Then save this back to the smart object?Thanks in advance for any help, much appreciated!
As the title suggests: how do i get the numeric keypad to show up in a K2 smartform when the datatype is integer. I found that in html it will need the type=number attribute however i need to know how to get this done from K2. Â
Dear K2 friends,I am wondering if it is possible to debug the K2 Smartform for its functionality , for example, like breakpoint in Visual Studio and know the controls input and output values and variables.Thank you for your continuous support.
is it possible to develop a solution using .NET technology along with a the K2 Blackpearl BPM but without using Microsoft SharePoint ?
I am trying to use the smart object method in the workflow , and use it in loop. The loop items output are coming as whole string and not as a list, though the method is a type of list. I have attached the screen shots of the configuration of loop, smart object and the email that is received. Can someone please help me understand why are items are shown as a whole string and not as list.  Thank you. Â
I am new to K2 Blackpearl. I have searched the web for a description of what a Folio is. Can someone please explain what a Folio is in K2 Blackpearl?
Hi,  I am a nintex partner.I was going through the products download area and i found few thing.  K2 5.5 K2 5.4 k2 4.7 Black Pearl k2 4.7 Smart Forms  Can somebody tell me what is the relevance in k2 5.5 with black pearl? why they are different from k2 5?
is it possible to develop a solution using .NET technology along with a the K2 Blackpearl BPM but without using Microsoft SharePoint ?
Hello Team, is it possible to make a task available to multiple groups and then wait for the first group to approve the task before making the next task available? I've tried adding multiple groups to the "Destination Users" window (see attachment), but it didn't work. Thanks in advance.JoelÂ
I am trying to connect to K2 blackpearl sever using k2 mobile application (Android application called "K2 Mobile").When I was searching I got this information on mobile configuration as below.To support the mobile applications you must expose the SyncREST.svc endpoints included in K2 Services on your extranetCan anyone help me on how to expose the SyncREST.svc endpoints included in the K2 services on my extranet
Hi, I make the form in arabic, my form contain editable list. In editable list to add new row there is link called "(Add new row)" to insert a new row, I have to change this value to arabic. So please help to find the exact resource file in which I can make the change the value of "(Add new row)". RegardsShahnawaz
This probably sounds like a pretty stupid question but I'm at a bit of a loss and getting even more confused with the more I read on google...so if anyone could provide any advice that would be great.Do you need to have K2 Blackpearl to have K2 SmartForms? or can you buy one without the other?Also would anyone have any suggestions on software that is similar to Nintex or K2 SmartForms?Many Thanks for any help/ advice you's can provide.
I have one of the biggest Government agencies looking for new Portal based on Drupal, and they have a lot of workflows that need to be built via K2 workflow. Could I integrate and deploy K2 blackpearl workflow engine for Drupal? Does K2 blackpearl support that? Can Drupal handle this to be front-end for it?
 HelloI use these DLLs in a Rest WebAPI Core application SourceCode.Workflow.ClientSourceCode.HostClientAPISourceCode.Security.UserRoleManager.ManagementSourceCode.Workflow.Managementwhen i build it builds successfully in my VS2022but when i run i go the exceptionReflectionTypeLoadException: Unable to load one or more of the requested types.Could not load file or assembly 'SourceCode.Workflow.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d'. An attempt was made to load a program with an incorrect format. this code is saved in a Git repo and it's working for all my colleges but only on my machine i get this error i tried remove and add the same DLLs with my collegesI check the option Use the 64 bit version from VSbut i still get the errorCan you help me I've been struggling with this for a long time nowThanks
We intergrate with exchange online and found error as beow;Â https://outlook.office.com/EWS/Exchange.asmx"SourceCode.Workflow.Common.EWS: Autodiscover not available and mail cannot be sent. Reconfigure K2 server with valid Exchange settings."Â But we can retry in error list and can be send email,Â
Good day. I need to add user into a role using K2 Management. However, when I try to search any user, nothing appears.  Sample: But when I tryto search the user in the Active Directory folder, the users can be found.Please note that I was able to successfully add users into roles before but suddenly, users disappeared.  Kindly help to advise if there's service I need to run or configuration I need to check.   Thank you in advance.Â
Hi Team. I have a problem I am finding it hard to come up with a solution for creating a workflow in k2 with following steps 1.  Client sends a ticket to a developer requesting help. 2. Developer receives that ticket with info: Solve, Cant solve,Need more information about the problem. 3.Developer needs to take action and send a feedback to a sender if he/she can solve,not solve or needs information . if he/she cant solve,he/she needs to send to someone else who can solve(Project manager) project will solve and send back to Client.  if Developer solve he will send to a client, if he needs more information he will send back to client...Client will give more details until issue is solved.  How can I solve this??  Thank You in advanced Â
Unable to run K2 workspace in microsoft edge. K2 blackpearl version is 4.6.10. Â
K2 (4.6) workspace is not loading completely in Microsoft edge
K2 Mobile was working smooth with my Note 8 running Android 7.0 however after today's OS update to Android 8.0 when I am opening the app it is only loading a blank white blank on its start up and automatically closes after a while and lands me back to home screen. How do I fix it any solution?
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.