On Business process flow entity I have added a ASYNC workflow to update the stage of BPF.
this workflow checking the case entity field changes -
When case status changes update the stage of the business process flow. - This works fine
When case status and Contact Lookup values has value then update the stage of the business process flow. -This works fine when both the fields are changed and saved
But if I changes First - case status Only then save. After that I add/changes the Contact Lookup values and save ---- Then the below condition is not working
## When case status and Contact Lookup values has value then update the stage of the business process flow.
is the Workflow on "process change" takes only the dirty field values ?
how to add the both conditions ?