Skip to main content
Solved

Deserialize GetTaskActions Workflow Rest API

  • 23 October 2022
  • 2 replies
  • 11 views

hello,

i need to return BathcableActions related to the task so i enabled workflow Rest API and using GetTaskActions but i need the result deserialize please check the below image :

 

26866i797ACEA80A4BB242.png26867i8DC7486B0CE41BC8.png

It looks like the property that you are interested in is returning a string array 

You will need to Create a string SmartObject from the System Types, this will then let you deserialise a string array.





 



 


thank you it is work 🙂


Reply