Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
DataSource in Workflow Job Instantiation Form
interDev
I am trying to retrieve list of Users through "TS User Picker" Datasource in Workflow . I have enabled this datasource by making changes in the DataSourceConfig.xml file. When i use this list in Workflow Modeler Datasource Variable, i can see all the users in 'Default Value' field of Datasource picker and i can define a Default value.
But when i try to use the same Datasource variable in the Job Instantiation Form (custom instantiation form), i cannot see the complete list of users. I can only see the default value which was defined in the Workflow Modeler Datasource Variable. Can somebody point out what exactly is missing here?
[html]
Users
Users
[/html]
Env: 7.2.1 , WFM, Windows
Find more posts tagged with
Comments
Rick Poulin
That snippet looks fine to me. If the datasource is having problems, it won't show them in the instantiation screen (it would just render the default, as you said). Check content_center.log to see if it's generating an error.
interDev
it was a syntax error. Used executeComponents instead of executeComponent.
TestImageSample.rptdesign