Hi everyone. Today we are going to discuss integration between Skuid & K2!
We are combining Skuid’s powerful front-end customization with K2’s robust process automation & data management capabilities together.
To digest this information easier I wanted to create a 3 part video series on how you can achieve this integration. The first video I am releasing today describes how the integration works and provides a demonstration of the two platforms working together.
Further videos will be released in the coming weeks, so make sure to check back here and subscribe to stay updated!
I also want to give a HUGE shoutout to Andy Hayes, Chris Stern, Sam Alexander, and Jason Roberts for their help on this project.
If you have any questions please feel free to reply to this topic or email me at connor.wells@nintex.com
Part One:
Part Two: Configuring SmartObject API: Skuid and K2 Integration
For part two we're diving into the configuration and integration of K2's SmartObjects with Skuid. This video/session will guide you through setting up the SmartObjects API, enabling Skuid to interact with K2 by querying SmartObjects as well as creating them from Skuid.
Part Three: Setting up & Configuring Workflows & Tasks: Skuid and K2 Integration
Now for our final part of the series we are setting up the integration between Skuid and K2s Workflows & Tasks endpoints. This video sums up the series and covers mostly everything related to K2 workflows & tasks. I also wanted to include the code snippet from the video that was mentioned here:
XML Field Code:
<update valuesource="fieldvalue" value="{{$Model.NewTicket.data.0.Ticket_ID}}" field="dataFields.TicketIDVar" enclosevalueinquotes="true"/>
Remember to change the values to match your field and data model!