Hi
I'm trying to extend Smart View in the workflow page.
Based on documentation there are 3 steps to do:
1. Implementing the `GetStartRESTServiceData` and `GetRESTServiceData` methods from `WFMAIN::WFObjectTypes::WFDataTypes` in the data package OSpace
2. Implementing an extension controller by inheriting the `WorkItemExtensionController`
3. Add the extension controller to the bundle extension json file
Step 2 and 3 is ok. I managed to get my custom content in a workflow task page after workflow has started (through GetRESTServiceData)
But I can't get any custom content into workflow init page. I tried through GetStartRESTServiceData, but no luck.
Any ideas?
Thanks
Uldis