Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

want to display choice list for custom stepprocessor in workflow

  • 1.  want to display choice list for custom stepprocessor in workflow

    Posted Sat July 23, 2022 05:11 AM

    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


  • 2.  RE: want to display choice list for custom stepprocessor in workflow

    Posted Fri July 29, 2022 03:12 PM

    The workflow name is "Process a Claim" ?

    The workflow step name is "ProcessDentalClaim" ? (no spaces)

    Does the "ProcessDentalClaim" workflow step have a "DOCTYPE" step parameter?

    The symbolicName value should be the name of the workflow step parameter.

    Note that the file should be named: "Process_a_Claim.Workflow.ProcessDentalClaim_PropertyData.json"



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration