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
Good Morning Please i want to know something , does K2 Designer accept REST Endpoints to be converted into a smartObject for use Later on? Or rather which is best in this scenario? SOAP or REST?
Hi All, I have MS Word document template in SP library with content type fields and that templates should be updated by using K2 workflow. This can be achieved in Nintex workflow by using component "Update Document", is there any similar component in K2 workflow to accomplish this. Please find the attached image with some variables I am using K2 with SharePoint. ThanksSurya
Hello, I was wondering if there was a way to trigger a workflow from a Azure SQL Database. We are connecting a UiPath robot to the database and are trying to figure out if it is possible to kickoff the workflow when the database is updated. Thanks!Jim
Dear All, I would like to hide/remove the Open Form option in the K2 worklist control. appreciate if you can give some ideas or instructions. ThanksVishnu
hi friends,Good day,I am trying to create a k2 five deployment package using vs 2015, in this i found one method called ExportPackageGet in SourceCode.Workflow.Management dll, while trying to use the method its show error as below"WorkflowManagementServer.ExportPackageGet(string)' is obsolete: 'Please use the SourceCode.Workflow.Authoring to export the process"but in SourceCode.Workflow.Authoring dll there is no method for ExportPackage.
Hi, I have an user activity that needs to be closed on a particular date, This closure date will be selected by the user in the Smart form of the same activity. To achieve this, can this User Task be configured using Deadline scenario or any other technique? Regards,Anas
There is an environment specific value that needs to be appended to the httpheader of a method in a composite Smart Object.Are there any ways to access the environment variables into the composite Smart Object? Thanks and RegardsSindhu Kodikal
How to allow the user to double click on a row in a list and then open that entry up for editing?
hi friends,Good dayWe get below error while trying access K2 App in the SharePoint list ribbon.“Unexpected response from server. The status code of response is '500'. The statustext of response is 'System.ServiceModel.ServiceActivationException'.” To get rid of this error, we tried following options,We cleared log file(s) in both K2 Five and SharePoint Server. We cleared the memory and restarted the SQL server. We restarted the K2 Five and SharePoint Servers.But we still getting the same error response. Is there any options to clear this error?
SourceCode>Workflow.Common.EWS:Autodiscover Failure: The Exchange seever is not available, the password is incorrect or the e-mail address
https://dba.stackexchange.com/questions/75421 Does K2 support encryption in transit between the K2 application server (IIS) and the K2 SQL database server? How would we go about doing this? Thanks
hi friends,Good day,is it possible or is there is any way to create a k2 five deployment package using vs 2015?if yes plz share me sample code with explanation. If not, please let me know the reason too. Thanks,
Hello Community, I'm having intermittent issues with assigning groups of users to a Task using the procedure: https://community.k2.com/t5/K2-Five/Dynamic-Workflow-Task/td-p/101770 I'm using SQL and the user's FQN to assign a group of users to a task. The issue is with some users it combines the user name twice and ends up assigning it to a bogus username (I.E. ends up looking like K2:domainfqndomainfqn) The only difference I see in users that get double names is they have a middle name in their display name. I thought that might be the issue, however, we're essentially passing the FQN into the UMUser service so we can get the details on the user identity. Thanks,David
Good day Dears, Can someone kindly assist on how to get all incoming emails to functional email id using POP3 protocol and without configuring Exchange server. As exchange team can't provide the credentials for Exchange service. I got one functional account. I have following details of functional accountmail server address mail server port username of functional account password for the functional account Thanks and Regards,Rahul Gupta
hi friends,Good day,is there any method or dll to list all the file name and k2 artifacts from particular directory? For example, There is a folder called "K2Project", where in I have all smart forms, objects, workflows, libraries (sharepoint). I would like know how to list all the forms, objects etc from K2Project folder. So, is there any method or dll available? Adding to that, I would also like to display in Data grid view using VS 2015. Please let me know if someone can help. Thanks,
Hi. when I have used PDF from URL smartobject to generate PDF from web form, is generating pdf with Unauthorised page not with url which I have added in properties. as long user able to view the form then should work pdf generation as well. let me know, does it works only with service account. Regards,Thriveni
How to get workflow TASK OUTCOME and assign them in dropdownlist or radiobutton list Thanks,gelli2010
We have a created rule in form to call the Work flow., We wants that rule to wait until the work flow completes then to trigger next step in the rule.Looks Work flow is happening asynchronously.But we want other validations in the rule has to trigger after workflow completed. Please suggest.
Hi. We have a listview in a K2 application where the source is a Sharepoint list smartobject. The column is of type File, when we save the row the attachment is not added and also dont show in the sharepointlist. We are using a list instead of a library because it´s optional to add a attachment to the row. Does anyone know how to do this?Thanks!
I'm getting following error while access K2 Application for SharePoint list( from ribbon area). “Unexpected response from server. The status code of response is '500'. The status text of response is 'System.ServiceModel.ServiceActivationException'.” And I tried with following options but no luck. 1. Removed the Transaction log of K2 Database2. Restarted the K2 Service3. Restarted the IIS in both the Servers(SharePoint & K2)4. Restarted the both the Physical Servers(SharePoint & K2) too5. Updated the Anti-Virus(up to date) Please let me know your thoughts and suggestions. Your response would be greatly appreciated.
Hello,I am wondering if anyone has figured out how to increase the size of some controls such as the Radio Button Control? I would assume the checkbox control will probably be the same way. But I have a form in which I want to increase the size of the Radio button control, but I cannot figure out how to do it. Going to its format and changing the font size only changes the size of the font, not the radio button itself.Anyway, if anyone knows how to, I'd really appreciate it.Thank you
Hi,I have a K2 server that is connected to SharePoint Online. I am using the User SmartObject to create users in AAD.I am able to create new users but I have problems when the Display Name includes special characters such as åäö for example.The error message is: The request body contains unexpected characters/content for the specified content type and encoding.Any idea where I can configure so that special characters are allowed Kind RegardsDan Larsson
Hi, How to export/get list of Red Flag (Error) in smart object list? Thank you,
Hi, I am trying to upgrade a custom control and hit a road block. I am calling a SMO in C# to get the data necessary to render the custom control. Currently all necessary values are provided on design time and it works.Now we need to provide one parameter for the SMO on runetime, so we can filter the data with a value in the form (url parameter). And I don't find a way/example to to call my C# Code to render/re-render the data after this value was set as parameter of the custom control (via OnChange or execution of method on this control).It there a possibility to do it this way? Or alternatively, do I need to refactor the code to instead get the whole content of the control, I want to render, via ajax call? GreetingsCarsten
I have a question regarding attaching multiple file in Task event. I have an SMO that should get me files to be attached in mail notification of Task Event, However i before i can get the file i need to convert it first from Base64 String by using "Get File From Content" function to get the file and then attach it in the mail section of the task. (attachment 1) If only 1 files this is perfectly doable, But the requirements is that in 1 Task Event it's able to have multiple files attached into it. Adding 1 by 1 attachment is not flexible since the attached files is random (it could be 3 or 5). Is it possible to achieve this by using the Get File function and use a List of Base64 string as the parameter? (attachment 2) is there any restriction? I've seen many topics regarding this problem however most of them use the K2 PDF Converter and PDF Generator, while in this case both are unuseable. also Looping isn't useable either since that generates different task.
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.