How do I use the REST API to connect a case to a workflow?

Hello,

I am trying to create a new case using the REST API, and I want to connect a particular workflow to it. Simply setting Case_WorkflowID to the suspected workflow id doesn't seem to work.Do I have to create a new workflow instance? If so, how? 

Thanks,

N.

Parents Reply
  • 0 in reply to N. Fortynine

    The workflowinstance table (along with all the other tables used to define a workflow) is defined in metadata as a hidden system table.  This means that it doesn't show up in the customisation area.  See:  custom_tables and the values of bord_hidden and bord_sdataaccess.

    Are you familiar with making direct changes in meta data? 

Children