cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workflow with a deleted work item

Former Member
0 Likes
527

A workitem in a workflow is logically deleted.

How can I retrigger this workflow or undelete the work item?

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Hi,

You should figure out how the workflow is triggered. Usually this is done through an event, which you can trigger manually with SWUE transaction.

If it is only 1 single step that needs to be carried out, you can either manually trigger the method (Se24 or BOR SWO1) with the values that it had, use the technical workflow log to find out the values of the containers. You can also uses SWUS to create a workitem for this task.

Usually the best option is to find out how the business process looks like without workflow and then execute the missing actions to complete the process.

Kind regards, Rob Dielemans