Interactive workshop: Automated DocGen for Manufacturing Ops
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
I am currently using oracle database to connect to K2 using a oracle service instance and it works fine.I am now trying to create a new service instance for new oracle database, which resides on same server same port but getting errors while running smart object for this new database instance.Error is : Severity: Error Error Message: The invoked member is not supported in a dynamic assembly. InnerException Message:In application log i see error : Exception The exception is: ServiceObject definition does not contain method. ServiceObject : [PODS_SERIES_MV7]. Method : [List] at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.RemoteCall(String TypeName, String MethodName, Object[] Parameters, Boolean[] NullList, MarshalMessageType CallType) at SourceCode.SmartObjects.Client.SmartObjectClientServer.GetSmartObject(Guid guid) at SourceCode.Endpoint.Server.DynamicServiceRest.CreateDynamicService(String pathName, Dictionary`2 systemIDs, Boolean staticSmartObject, RestBindingTypes
I'm trying to figure out how to build K2 task list application for scheduled tasks. The idea was to create task list (SmartBox SmartObject) where users can create an item as task, with all meta data, responsible persons, deadlines etc. needed for this task and configure schedule for this task to be fired, for example every Monday. So every Monday there will be started Workflow instance for this task.Basically custom scheduler.My idea was to use K2 Management schedule functionality. For example to create a schedule instance of workflow for every task in my app, so this schedule will kick off when needed by task configuration and start corresponding task of my K2 app. Unfortunately I can not find this K2 workflow scheduler Form and re use it in my project. Maybe someone have better idea how to build such applicaiton?
In the ServerLof.ProcInst I see some records with a status of 6, what is it? I’ve found a couple lists like this: but none that explain status 6. As far as I can tell these are terminated workflows (but wouldn’t that be status 3 or 5?)
Hi community, I'm looking for an answer to a simple question:Is it possible and supported to integrate two separate K2 Five (5.7) environments/servers (test and production) with SharePoint Online in a single tenant? In a few minutes of looking through the documentation, I could not find this information. Can you advise me?
Hello, I'm new to K2 and I'd like to know if it's possible to modify a form after it's been submitted and how I can do it?I haven't figured out how to do this, so I've created a workflow that starts when form "X" is submitted, which will assign a task to the request creator, asking him to complete the smartform "X" and then validate the task,but I can't manage to retrieve the information he submits and assign it to my form field.Does anyone have any idea how to do this?
Hi, I'm new to K2 and would like to know what's the most efficient way to set up multi-language forms?
We use K2 on prem. Can K2 connect to Snowflake?
Hi, using REST API integration, I have a method that is suppose to post a JSON body.I have used fiddler to intercept the request received from the endpoint. This is what I need to post (This is working in postman):[{"mediaId": "ZAA4398F9","color": "RED","duration": 60,"pattern": "FLASH_4_TIMES"}] So in my smart object, I pass the body as a serialised item:{"$type":"CY_Imagotag.k2RESTidentifier_MediasFlash, CY_Imagotag, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","mediaId":"ZAA4398F9","color":"RED","duration":60,"pattern":"FLASH_4_TIMES"} I have sniffed the request using fiddler, other parameters are receiving it correctly. But not the JSON body portion. The server is receiving a blank body.
Hi all,Just wanted to post on here for any feedback from anyone who has upgraded to v5.7 automation from an earlier version of K2 five.We are currently on v5.4 and I was planning to upgrade to v5.6, but now with the release of 5.7, I was hoping to get any feedback on all pitfalls and any dropped features which scupper my upgrade.I’ve never known a K2 upgrade go smoothly, so I just want to get my expectations in check and gather any info from those of you who have gone through the upgrade. To help, here’s a few questions:Is it too early to upgrade to 5.7, should I go to 5.6 from 5.4 instead? Will K2 Studio continue to work smoothly (we have a lot of legacy workflows which work great in v5.4, I don’t want them to break). From watching the Feb 23 K2 product update, I believe that K2 Studio is now bundled into the 5.7 installation, rather than it being separate Will Hybrid Email mode still be supported? i.e. SMTP mail via K2 form Rules - Send Email and Exchange Mail via Workflows Send Emai
The K2 Five 5.5 Fix pack 31 file is corrupt too https://download.nintex.com/k2product/K2Five55March22CUFixpack31.zip
Hi, The K2 Five 5.6 Fix pack 29 file is corrupt. Please provide a working zip file for download. Regards,Peter
Hi, Is it possible to hide menu in Custom Workspace in K2 based on Roles? Regards, Suharmin
Hi there Community,We are interested in leveraging Workspaces in our K2 environment but I don’t really have a clear understanding of how/why to use them. Would anyone mind sharing how Workspaces are used in their environment? Screenshots of non-sensitive examples would be appreciated as well.Thanks in advance!Bob
Hi,i have a rest service configured through service instance using endpoint assembly to k2 smarobject which it has been working fine as along i could remeber but recently when i try to consume endpoint url on the rest service smartobject it showing the error message, “The page you requested has been blocked by a firewall policy restriction”, full error message is attached.Note. proxy has been disable again enable to see if it might be the cause and same error is occur.i have run the same endpiont url on a third party app (postman) which give me the output i need.I need help to bypass the error, thanks in advance.
I need to de-serialize an array that looks like this [“1”,”2”,”3”]and use it in a loop how can I turn my string array into a k2 useable reference or variable
Hi Team,Can anyone guide or provide steps that we need to take to upload and retrieve data on Azure Blog storage from K2.
Hi,We have the requirement to configure and use SENDGRID as SMTP for dev, test and prod environments. During the configuration setup, it discovers the smtp.sendgrid.com on with TLS enabled on port 587, and switches to port 465 and outbound rules on the Azure VM in the Networking have been provisioned.The powershell script to test does send email, however task and email events return the following error:There is no connection string for the destination email address ‘mail from address’Are there any articles to assist with troubleshooting the configuration when running the Configuration? Regards,EM
Issue is related to the on prem K2 product / Nintex AutomationWhen Looping through a list reference we receive no values. Above is the list that we are looping through. I can confirm that this list has values in it as below is the smart object tester result: I can also see that they system by some capacity recognizes the size of the array/List because during the loop I have set it to send an email for each of the items in the array. of which I receive 2. So the data is there, its just not being read correctly are there any work arounds or plans to fix this? your help is much appreciated
Hello communityI am trying to configure K2 against Exchange Online with OAuth according to the article K2 and upcoming changes to Exchange Online authentication. I have a server in on-prem with AD only, no integration with AAD. I have tried K2 blackpearl 4.7 and K2 Five 5.5, both with the latest updates. I just want to send mails from K2 directly to Exchange Online and maybe try SmartActions. I think there are a few inaccuracies in the article, but I've gotten past some of them, but I think I have two problems near the end: 1. a simple test workflow fails to send a notification in the Task step, with a message:"Error","General","1","GeneralErrorMessage","EwsMessageDestination","1 The From Adress is empty or missing","anonymous","0.0.0.0","SRV03:C:Program Files (x86)K2 blackpearlHost ServerBin","1233361","92a69cd253b043dea89695787f260c1a","""Error","MessageBus","61007","SendMessageException","MessageBusRuntime","61007 Permanent failure sending message New Task: System.Exception: No dest
please help!!
Hey Team,Just working on starting some workflows Via api calls. However I am consistently getting this message back when I incorporate dataFields into starting my flow. when I exclude the dataFields from this _instance object the flow will start and complete successfully.is there any place / way I am able to view the schema it is requiring here? PS. I am following this Doc https://help.nintex.com/en-us/k2cloud/userguide/current/Content/Runtime/WF-REST-API/Workflow-REST-API-Start-Workflow.htm
Dear all, I have seen some tutorials where sometimes data lable is used to store IDs and sometimes parameter is used to store IDs Is there any rule i am supposed to follow when using data lables and paramteres? Thank you
using .net core app when try to execute smartObject this errors appears Method not found: 'System.AppDomainManager System.AppDomain.get_DomainManager()' SmartObjectClientServer smartObjectServer = new SmartObjectClientServer(); smartObjectServer.CreateConnection(); smartObjectServer.Connection.Open("Integrated=True;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=serverName;Port=5555");
Is there any way to have a variable that utilises a named key and value structure for k2 workflows on Prem?looking for something that works much like a dictionary Thank you in advance
Hello everyone, I’m following this guide How To: Integrate K2 and UiPath | Community (nintex.com) but i’m not getting it to work when i create a service instance using the oauth i created. I have tried with the swagger file that is provided in the guide and also getting the swagger file from my uipath on prem by going to baseurl/swagger/index and that didn’t work aswell. Nothing seems to work for me and i’m stuck. Is there any other way to integrate the two? I’m trying to send a request to our orchestrator but i can’t even get the api to work
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.