SAP Knowledge Base Article - Public

2671116 - Workflow resubmit - auto approved

Symptom

When sentback workflow is updated and resubmitted, no workflow is triggered and the change is saved.

Environment

Employee Central - Workflows

Reproducing the Issue

  1. Raise a workflow request to change a field value.
  2. Approver sends back the workflow.
  3. Update the workflow as initiator and resubmit.
  4. Workflow gets declined and the data is automatically committed onto the database without again going back for approval.

Cause

  • If you are using 'Business rules for workflow derivation', i.e. workflows are being triggered by business rules.
  • And you have a parent IF condition which reads IF wfconfig = NULL, THEN set wfconfig (In case of MDF objects, IF object.ID=NULL).
  • Now when the data is being resubmitted, the workflow ID/MDF Object ID already exists for this request and is not equal to NULL, hence rule fails and resubmit will be saved.

Resolution

Please check the issue by using rule trace. Remove the IF condition that is causing failure in rule conditions, resulting in exit from rule and not triggering workflow.

Keywords

sent back workflow, resubmit, resubmitted workflow auto approved, updated workflow approved, auto committed. , KBA , LOD-SF-EC-WFL , Workflows - Configuration, Tools, Objects & Rules , LOD-SF-EC , Employee Central , Problem

Product

SAP SuccessFactors HCM Core all versions