Complete our Nintex Community Survey
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
Hello,I am using K2 Cloud and the SharePoint app the create a pdf from information generated through a K2 workflow and stored in a SP List. The image that should be included on the pdf using the Save as PDF control is displaying as an empty box. I have seen discussions around this on K2 Blackpearl and K2 Five, but nothing on how to solve for it on the Cloud service. Has anyone else entered and solved for this in K2 Cloud? Thank you,Lisa
Hi I have a a number of different groups based on the work that will contain a number of different Office 365 groups that is being resolved and each user is receiving a task this group . I need the task to move past the decision and execute a SMO call for every user and not have to wait for the others to respond. How can I setup a custom task result that does not wait for all responses but moves on and executes that next step in the workflowHelp Please!!Â
I am trying to do a P&D from our K2 UAT environment. The workflow does work as I have done testing and everything seems ok. However the P&D has an error on the workflow. It says that the workflow process is referecing the 'Workflow_ID;User' property on the users to skip on approval smartobject that could not be found. I went through the workflow and reassigned the artefacts which reference users to skip on approval smartobject to the one in our artefact list. But it is still erroring. How can I find out all references to te smartobject?Â
Hi,How to create Custom workspace url. I need to Retrieve Linkid and Workspaceid to genertae the URL . Is it poossible to retrieve this data using any of system genertaed smart object? Thank youÂ
Hi, i have a SAVE button in a view, then have a SUBMIT button in a form. I want to set a condition in the form, only when people click the Save button in the view first, then they can click the SUBMIT button, otherwise, they can not click the SUBMIT button. How can i set that condition? Thanks.
Hi, I need to ask if theris any whay to modify this report https://help.k2.com/onlinehelp/k2five/userguide/5.1/default.htm#K2-Management-Site/Workflow_Server/Reports/UserOverview/UserOverview.htm i need to remove some parts this report i need to filter this report on user + process + dates i dont whant the user to action tasks from this report So please help.  ThanksMahgoubÂ
Hello,  We are a partner and have K2 sandbox/demo environment and I am currently doing some of the excercise in K2 University. However I do not see any access to the K2 Workflow server to kickoff a basic workflow. Does this access come with the partner demo environment? Thanks.
I have 2 tabs in my K2 Five application. Let's call it as below for explanation:Tab 1: SSISÂ Tab 2: WorkflowsI need to change sequence of these Tabs to below:Tab 1:Â Workflows Tab 2:Â SSISIs there an easier way to do this?
Good Morning Everyone, Does anyone have a DB Scheme Design map. I would like to understand the correlation between all of the id and where they are located in the db and oob smartobjects. Thanks,Ben
Hello All, We are new to K2 and have created a list view out of a SQL Smart Object. I want to be able to select an item in the list view and click a button in the tool bar so that it can start a workflow for an approval process. Please could you help? Regards, S
Hi, i am getting this error when i click on Reports in Workspace Section.  Â
When you click on tree control parent node name and later on click on "+" button to expand that node changed event executes multiple times depends on the child element present inside that parent node. See Below example:- When i click on Parent1(text) and then click on "+" button of Parent1, event fires 2 times. If i do same on Parent2, event fires 3 times. + Parent1  +Child 1.1   +Child 1.2+Parent2   +Child 2.1   +Child 2.2   +Child 3.3How to solve this issues in K2 5.3 version?
Hello everyone, Is there anyway to make a User Task High priority? Thank you,Paul
Hi, I've uploaded a file with FileService SmartObject to a server directory.  I need to attach that file in my workflow and send with email attachment. How to get that file to use in my workflow ? Thank you.
Hi,  I am trying to create an editable list view in trial K2, But it seems like the trial version is not saving any records.Is this like a limitation for the trial edition? after adding multiple records    Any help is much appreciated, I am fresh to K2 platform. Thanks in advance,
Hi, How do you add a clickable email on address a form? I've tried adding a data lable, adding the email address to text and clicking literal, but when the form is loaded, the email address is just liek regular text, any ideas? Is there an expression that can make it a proper clickable email address?
Is there a way I can view someone else's inbox in their K2 workspace to see what tasks they have assigned so I can troubleshoot something. If there's an alternative way to do it in K2 Management then that's fine. I don't really want to go into every workflow we have to see, just want an overview.Â
Evaluating the maintenance impact when reusing SmO across different view/formsIf a SmartObject is shared with 5 different SmartForms and an additional field is added to the SmartObject, do all 5 SmartForms need to be updated to extend the view even though only 1 form would use the new field? That's the take away from: https://help.k2.com/onlinehelp/k2five/userguide/5.3/default.htm#Create/SmartObjects/SmOConsAndBestPractices.htm%3FTocPath%3DCreate%7CSmartObjects%7C_____13 Impact of editing and deleting SmartObjectsEditing and then saving a SmartObject creates a new version of the SmartObject. If you've used the SmartObject in a view, for example, you must make changes to the view to include the changes made to the SmartObject. For example, if there is a view called Region Details which uses the Region SmartObject, when you edit the SmartObject to include a new property such as Cost Center Code is added, you must update the Region Details view to also include the new property.
Dear All,I am trying to cosume a SOAP service using Endpoints Webservice through k2 management but it's giving methe following error;Validation : there was an error generating XML document' error.Pls help me to resolve this issue. Configuration is attached. ThanksRahul Â
Hello, I am trying to setup a workflow which gets a list of users in a role then that reference goes through a list of projects for each user and the idea is that in an email notification these users will get a list of all their projects so they know which updates they need to provide updates for.I found that with the join function I was able to add a ; between each item in the list but I was wondering if there is a way to have each value returned from a create refernce step start on a new line.The first step in the workflow gets all the users in a role I made, then it loops through those users and for each user it fills a reference with all projects that user is a part of.Thus if a user has 5 projects I'd like the projects to be listed out in an email like:Project 1Project 2Project 3 Instead of what I currently have which is: Project 1; Project 2; Project 3.Is there a way to achiveve this with a K2 function?Thanks,Nick Shouse
Hi I have created a SQL Table and have added the SQL SMO to a form using the create method and now I am not seeing any Output mappings the methods on the right hand side are all empty. what have I done wrong, is this a SQL table creation problem or what have I done here wrong. any help would be great!
Trying to filter an AutoComplete from a SmartObject where it should only show records where IsActive = True. It's still populating all of my items. Tried switching it to IsActive = 1 as well.It's a bit field. On View Initialization - Populate the control with data - Filter Tab - added in the column = ____. Not working. Any thoughts or is this a support ticket??
HiSomething happened with the K2 server, errors below.I tried to do the configure (setup.exe), it did not help.How to restore all rights?Â
We are thinking of making a new application where part of the functionality will be creating and editing AD Users and groups. I am wondering what our best options would be for our DEV and TEST environments, since these all share the same AD environment as PROD. Would AD LDS be a good option? And has anyone gotten AD LDS to work with the Account Management Service Instance? I was able to create a Account Management service that pointed to an AD LDS instance, but on executing Create User I always get an error message - "The LDAP server is unavailable". For the Create User - Name property in AD LDS I've tried servername.fqnusername, servernameusername, servername username, and I always seem to get the same result.Â
There seems to be a problem with insufficient memory in the K2 Five VM provisioned in the past few days. Soon after starting the VM, I get repeated "Insufficient Memory" warnings in the VM, and after a while the Remote Desktop disconnects. When I try to reconnect to the VM, I get error message "Because of a protocol error (code: 0x112f), the remote desktop session will be disconnected. Please try connecting to the remote computer again." Sometimes the connection terminates without an error message.  When I reboot the VM, I can connect to it again, but the process repeats itself: Insufficient memory warning, then I can't connect anymore I did a Google search on the error message, and I found some threads that support my hunch that the problem is related to insufficient memory in the terminal server The specific VM is C-171-AZPAZP5RB.cloudapp.net:3389
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.