Skip to main content

I am trying to create a simple process audit history with K2 SmartForms.  To do this I need to write the workflow action selected to a K2 SmartObject when the worklist item is completed.  This is really simple to do in InfoPath because you have direct access to the workflow action field.  However, I can't seem to find this field in K2 SmartForms.  Is it possible to access the workflow action selected by the user to solve the problem I have described?

Looking at the K2 Object Browser in Visual Studio, if you go to the third tab (Process/Activity Data) -> Data Fields -> Activities then each activity has a Data Field called Action Result - is this what you are looking for?


You may have to edit it to stop it being Hidden to allow you to see it in SmartForms, or add your call to the SmartObject after the form event in your workflow


Yes this is what I ended up using but I forgot to reply with the details.


Reply