I'm going through the xCP 1.5 Sample App tutorial. I'm at Chapter 28 - Starting a Process, but I'm getting the following error when attempting to start a process for a Purchase Order document:
Failed to start workflow mm_process_mail: [DM_OBJECT_W_TYPE_VERSION_MISMATCH]warning: "wrong type version for object of type dmc_wfsd_invoice; object has version 0, but server type has version 1"
I used the debugger in Process Builder and the workflow completed without errors for a PO document.
I did a query on 'dmc_wfsd' objects and only saw the dmc_wfsd_invoice version 1.0 listed.
Any ideas what may be wrong?