Transaction brackets of the workflow has been damaged

Hi,
I am integrating workflow with the HR Processes and Forms using HCM.
The process is new hiring and in configuration I have given the workflow name which is copy of the standard workflow(WS18900008). The event used is draft_created.
When I execute the process and press the Save Draft, everything goes fine, the workflow gets completed but for the step Save Form Data(WS17900260) throws the following error:
Executing Batch work Item: Transaction brackets of the workflow has been damaged.
The task is TS17900108.
Not able to understand what is this error and to which it is related.
Pls help.

Look for SAP Notes as this is SAP standard code.
Short Text
Transaction brackets of the workflow has been damaged
Diagnosis
When executing the workflow with the ID , the transaction brackets were destroyed by a commit command ('C') or a rollback work command ('R'). This command ('') was stopped from the implementation program of the object type. Access takes place, for example, when a condition is evaluated or when the container operation is executed. Access may only have a read character which is why a commit or rollback work command is not necessary.
System Response
The system has written a log entry. Uncontrolled commit or rollback work commands can affect the restart function of the workflow system. This restart function is only necessary in the case of errors. The current workflow instance is executed further.
Procedure
Check the implementation program of the object types and remove the corresponding ABAP instructions.

Similar Messages

Maybe you are looking for