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
Can K2 handle exponential numbers. For example, if I call a REST service and teh service returns back an exponential number like, -3.123E17. From my experience K2 does not transform a number of this size and I cannot do much with it. I cant convert it to a decimal or anything. Does K2's smarbox have data size limits that would prevent K2 from seeing or storing the above number as 0.00000000000003123 or something along those lines? Because when I try to store -3.123E17 into a SmartBox the save action fails.
Hi there.. K2 Five (5.2) installed.Looking to update some javascript that generates a custom task list. I'm using /k2services/REST.svc/Worklist/Items?piDataField=true at the moment which is returning the process instance's data fields. I need these to generate a user friendly interface with process contextual information.  Can I get the data fields out of  /Api/Workflow/V1/tasks? ... I don't see any reference to it in the documentation.
I had a QA tester come up with a scenario when typing in manual dates into a Calendar Picker that it isn't saving. DD/MM/yyyy - if manually typed in (15/05/2014) the field value will not save. MM/DD/yyyy - if manually typed in (05/15/2018) the field value will save When selecting a date using the calendar icon - the field value will save. In doing some forum / google searching I found a support forum post:https://community.k2.com/t5/K2-Blackpearl-Forum-Posts/DateTime-Format-in-Calendar-Control/td-p/59809 Is this still the case with the date formats?  Is there a way around this?  Thanks in advance
Issue:    When you go to deploy a workflow you will get the following error and deployment will not complete:     Missing reference at ConfiguredDecisionRule 'ConfiguredDecisionRule' in Activity 'Decision'. Error: A reference 'outcomeReference' was not set on 'modelConfiguredTaskExpression'. Stack Location : K2Process '[Process Name Here]' >Activity 'Decision' >'DecisionActivityConfiguration > Stack End.          Symptoms:  This could be the first time you deploy the workflow, or if you have also deployed this workflow previously without this error. You have recently used the Copy/Paste feature that was made available on the K2 Five Workflow Designer with the release of K2 5.1. If so, you might have copied some task and decision steps to another part of the same workflow. For example I might have copied the below decision and task steps outlined in blue:            Resolution:  This error can be resolved by recreating the decision steps that you pasted a copy of into the same
This might have been answered before but couldn't get confirmation on this. We upgraded from 4.6.11 to 4.7 and to 5.1. We are planning to upgrade to 5.2 over next few days. We still have legacy workflow which was built on 4.6.11. Current version of Visual studio is 2013 Professional with latest service pack. We would like to upgrade version of Visual Studio to 2017 but from this link:https://help.k2.com/news/k2fivetechnologies It supports only till VS 2015. There is no mention of VS 2017. Can anyone confirm here if it is ok to upgrade Visual Studio to 2017?
I am seeing a bunch of Deadlock errors on my instance of K2 5.2. Anyone have experience with this? What's the fix?
Hi K2 Team, I have worked in K2 version 4.7 .But I am new to K2 5.0. Where are the unhandled exceptions stored in K2 workflows?. Please find the screenshot.Â
Does anyone know how to get the deeplink to a specific workspace (other than the default workspace)?I have a URL with workspaceID in it, but sometimes it switches back to the default workspace.
Hello,We've been having trouble adding additional Forms servers to our farm. We have a Test server (IIS + SQL). We are adding a new Forms server to the farm and are referencing the Test server as the SQL server for this instance. After the installation, when a user navigates to the Test server instance, the user is directed to the New server for authentication. But since the new server does not have a database of it's own, the authentication is failing. We can fix things by running the configuration tool on the Test server. This updates things and the Test server returns to functionaing properly (we still have not successfully configured our Forms server). 1. Why does the user get redirected to the New server for authentication?2. It appears that the Application Instance or DB on the Test server is updated by the installation on the New server. Why? Thanks,Tomas Â
If I make changes to a workflow and deploy essentially version 2. What will happen to all the open processes that were created under version 1? Will they continue to work just like they always have?  In my first version, groups of people got tasks assigned. In v2, the submitter selects recipients from a drop-down list.Also, in v1, there was 1 less step. The task would go to a direct supervisor, then to a group manager. V2 has another recipient between the direct supervisor and the group manager.Â
Hi All In K2 Designer I have a 'Set Variable' which needs to query data from a smartobjectIssue I have is that I need to return results based on null valueSo in example below I need to get any results where function = 'Category' or function is null I've tried to leave blank, and also send scnull but neither workWhat I need in the filter options is 'Is blank' but that's not availableCan anyone help - thanks  Paul
I’m getting error message (attached here) when I tried use SmartObject Odata. Any help?       Could not refresh services, try again?  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>IIS 10.0 Detailed Error - 500.19 - Internal Server Error</title><style type="text/css"><!--body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;}code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;}.config_source code{font-size:.8em;color:#000000;}pre{margin:0;font-size:1.4em;word-wrap:break-word;}ul,ol{margin:10px 0 10px 5px;}ul.first,ol.first{margin-top:5px;}fieldset{padding:0 15px 10px 15px;word-break:break-all;}.summary-container fieldset{padding-bottom:5px;margin-top:4px;}legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;}legend{color:#333333;;margin:4px 0 8px -12px;_margin-top:0px;font-weight:bold;fon
We recently had a issue if the form has lots of views and any kind of popup is displayed, if you try to drag it the popup will scroll to the bottom. This issue seems to be resolved according to https://bugs.jqueryui.com/ticket/9315 but still present in K2 4.7, K2 5.0 and 5.1 We have logged this issue with K2 for a fix but for the time being the workaround for now is to simply add the following CSS in a Literal Data Label expression on form initialize rule. <style>html, body, form{ position:relative!important; }</style> Regards,Satpal   Â
Created a sharepoint list called "List 1" and configured[added] users group in that list as an itemitem 1Title - A , Group Name - User1 item 2Title - B , Group Name - User 2 Created another list called "List 2" and this list only having "Title" column.When user creating entry in list 2 with Title = A , Task should be assigned to user 1 which is configured in List 1.if user creating entry in list 2 with Title = B , Task should be assigned to user 2 which is configured in List 2. I have a created a K2 workflow with following components.1. Using 'Get List Reference' component passing the current item title value and getting reference from List 2.2. Cretaed an Task component and used the Reference in the Task component. Task is not assigned for the above case.
We are trying to package and deploy a app from our development enviroment to our test enviroment. When we run package and deployment everything is being packaged but the actual workflow. It keeps defaulting to a generic workflow. How do we get our actual workflow to be packaged. Â
Another K2 five cadet question sorry! I have noticed that when I create SMO from a SQL broker the fields that are required in SQL are also required in the SMO, this is also on "Is Identity - Yes" fields in SQL. In 4.7 this was not the case as the ID fields are generated by SQL as autoincrement and passed back tot he SMO. I think I may have confiured the broker incorrectly but at the moment I'm having to edit the SMO after creation in designer and uncheck the required box for the ID fields. Other wise I cannot run any create methods at all! Has anyone else experienced this?
I am following the official documentation of K2 features to add a new instance of Docusign but i keep getting an error:Â Â Â Â Â Â
I am building parent-child workflow in K2 Five Designer. Parent workflow executes few SSIS packages. Parent workflow executes Child workflow or Second workflow. When Child workflow triggers, I need Parent workflow to show status such as "In Progress" till Child workflow completes. Parent workflow displays status of "Completed" once Child workflow completes.If Child workflow fails, Parent workflow displays status of "Pause" or "Error"Basically, I am looking for accurate status for workflow
We have a lot of Server Events, both sync and async. I understand that these are no longer supported in K2 Five. I've been digging through the documentation for K2 Five to find the new ways to extend the product to meet our requirements. I find the documentation confusing becuase it is riddled with notes that this is not supported or applies to legacy K2. Is there documentation somewhere that only contains the K2 Five components that are supported? We have a big problem ahead of us if we intend on upgrading to K2 Five. Everything we rely on is being depricated. It will be tough to see if we can even upgrade to K2 Five or if we need to start looking at another product. We're in a very tough spot. Phil
MS Flow is giving me a 502 error and I can't seem to open it up to the internet. I have opened the 443 port. Does anyone have more information on how I would expose the k2 server to both ms flow and the mobile app? Thanks,Ben
When running a loop in a workflow,  I have set up a reference and then in the loop created an item for the reference. However any data I read from the item is just a huge combination of all list items, instead of just a single record. Â
Have any of you seen an error like this when opening a form, i have no idea of why this is happening, but it start appearing after an upgrade from 5.1 to 5.2
K2 5.2, installed on premise We currently have a Separate SQL server topology as described here. We would like to use a Farm topology as described here to provide high availability in case one K2 server/node goes down. Question - Is this simply a matter of installing the K2 software on another server and pointing it to the same SQL Server database? I understand that the load balancer would route incoming requests between the two K2 servers but does K2 handle the multiple read/write connections to the same SQL server database or does that need any additional configuration? Can someone please describe this in detail or point to some resource that does? Thanks for your help Â
Hi,  To monitor the use of our K2 platform, we would like to run a report of all users that have logged in on the K2 platform. We would like to see the following data:User FQN; User Display Name; Last Log In Date or DateTime We have found some data but we can't get all the right datafields together. Does anyone know how to do this? (we have both AD and a custom identity provider) thnxmark
Hi All,  Can we retrieve all data from smartobject based on the application number in one data label Control? if possible, what rules are used? Thanks,
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.