Deployed EDS war with ObjectTypes contents as follows
{"symbolicName": "Process_a_Claim.Workflow.ProcessDentalClaim"},
and also Process_a_Claim.Workflow.ProcessDentalClaim.json
{
"symbolicName": "DOCTYPE",
"choiceList": {
"displayName": "DOCTYPE",
"choices": [{
"displayName": "Index",
"value": "Index"
},
{
"displayName": "Reject",
"value": "Reject"
},
{
"displayName": "Hold",
"value": "Hold"
}
]
},
"hasDependentProperties": true
},{
However in workflow custom processor , the DOCTYPE not shown as choice list. I followed ICN Customization and Extension 8.11 section of chapter 8 . Please note while add document EDS works fine. Workflow Data fields should be symbolic names of the respective data class?. Please advise. Thank you.
#IBMContentNavigator(ICN)#Support#SupportMigration