Hi,
I have designed a ZREPORT and in zreport my workflow is getting started with FM 'SAP_WAPI_START_WORKFLOW'
In workflow I have a task created which synchronous + background.
In this task I have called a method of ZCLASS.
Binding is done as below
Workflow container -> Task container -> Method container --- No issues in this
After getting results from method binding is done as
Method container -> Task container -> Workflow Container
In above binding Method container -> Task container is working correctly
But Task container -> Workflow Container is not working
When workflow starts, task gets completed successfully and data from method container to task container is passed.
But data from task container to workflow container is not getting passed. Due to which all tasks created after above task are not getting executed & workflow is going in “In Process” status.
Before I make some changes in class yesterday, everything was working correctly.
I need to fix this issue very urgently. Can you please help me to resolve this issue?