Hi,
I am triggering the WF with FM "SAP_WAPI_START_WORKFLOW" but the WF does not trigger.
The FM gives the RETURN_CODE as 0 but still the WF does not trigger.
the code is as below plz suggest a solution.
w_task TYPE swwwihead-wi_rh_task VALUE 'WS95100002',
CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'
EXPORTING
task = w_task
IMPORTING
return_code = lv_return_code
TABLES
INPUT_CONTAINER = lt_cont.