Skip to main content

Hi,

 

I've created my own approval form which is re-used in multiple places in my workflow and am using a drop down list to show the available actions. Up until now I've used static values in the drop down as the actions have always been 'Approve' and 'Reject'. I now have an approval style task that has a different set of actions so would like to retrieve the available actions for a task dynamically via a SmartObject. I've had a good look and can't find one that would do this. Any ideas?

 

Thanks,

 

Ben

Hello,


 


You can create a web service and generate smos off of that consuming the client API in which there is a method that returns applicable actions against a task etc. Or you can create your own broker using same API returning applicable data.


 


Regards,


Matt


Reply