In order to create a custom Instantiation form you need to run iwmodeldct "your model's default config" "d:\custom_instantiation.cfg". Your Model's default_config resides on the iwadmin store. Once you run iwmodeldct, modify the custom_instantiation.cfg, this code is FormsPublisher DTD. Add your custom fields and then place the custom_instantiation.cfg under workflow config folder in iwadmin store. Say if your WF is named test. Under iwadmin store look underY:\iwadmin\main\workflowModels\WORKAREA\iw-wa\Config\test\default_config.xmlSo you need to runiwmodeldct "Y:\iwadmin\main\workflowModels\WORKAREA\iw-wa\Config\test_config\default_config.xml " "d:\custom_instantiation.cfg". Make changes to custom_instantiation.cfg and then copy the file to Y:\iwadmin\main\workflowModels\WORKAREA\iw-wa\Config\test_config\your_branch_nameMake sure you run the iwmodeldct command from non-y: command prompt. Hope this helps.Pradeep
Are there plans to make this less manual-intensive in the future?It seems to me you should be able to do this either from within the TS interface or the WFM interface without having to do the manual copying back and forth (or knowing exactly where to look for the files to use as arguments).