Hi
I've extended workflow page in Smart View through WorkItemExtensionController for data packages.
I'm now trying to create task extension. I want to execute a custom function just before any button click in the workflow. So I've implemented executeAction method.
In a documentation it says -
<<
For task extension:** Implementing the `GetStartRESTServiceData` and`GetRESTServiceData` methods from `WFMAIN::WFObjectTypes::WFTaskTypes` in the task OSpace
I cannot figure out how to control when my extension executeAction should be loaded.
For data package I'm controlling that in my custom WFDataTypes in oscript and I use validate method.
For task extension it seems to be some other way.
Uldis