Skip to main content
Nintex Community Menu Bar

How do i get Task Action Result from K2 Five Workflow

  • April 25, 2018
  • 3 replies
  • 76 views

I am automating a process using k2 five workflow. For audit purpose, I need to log action result of a task. How do I achieve that as I can't find it on the context browser 

Thanks

3 replies

  • April 25, 2018

  • April 25, 2018

Hello,


 


Also touching on this, you can setup a variable that changes based on the action. You can then use the variable to track what action was performed, i.e. “Accepted”. If you want a record of all the actions that were performed in the workflow, you will need a create a SmartObject that then saves that status at that time with the “ID” and the “Date” or any other historical information you would like.


 


Also if you would like an easier way to do this, you can suggest the idea at https://ideas.k2.com/.


Forum|alt.badge.img+16
  • April 26, 2018

Hi,


 


You can try the Activity Instance Destination smartobject to get the Final Action value or the one that performed the task.