Question
Get Error Message "The flow this assignment corresponds to has been removed." while reopen a work object
I get this specific error message: "The flow this assignment corresponds to has been removed." while reopen a work object. I try to reopen a work object via wrapper activity which starts with flow-new the reopen flow. After calling a flow action with the same name I get the named error message. I try to analyse the problem with the tracer and I see, that the pyWorkPage and also pxFlow of the work object is deleted by WorkUnlock. Do any bad configurations lead to this problem?
Hello,
Which wrapper activity are you using ? A custom one or an existing one ? Can you try with the default Work-.Reopen ?
I guess if the case is closed, on the pyWorkPage, you shouldn't have anything on pxFlow page which is normal. I'm not sure why the WorkUnlock would be called here, I would expect the WorkLock one instead. Can you share your trace ?