How to approve a line of ApprovalRoute automatically (without manual operation)
I want to know how to automatically approve a ApprovalRoute's row without manual operations of AssignedTo operator when certain conditions are satisfied.
At the moment, my basic idea I am trying, is adding Decision(implements the condition) and Utility on Flow and calling Activity of automated approval processing from the Utility.
I thought to call "FinishAssignment" Activity, but I do not know what to pass as the parameters (especially mandatory parameters : "TaskStatus", "pyHarness"). Also, when I read the community article, I had impression that the entire Flow will end (I want to approve only one line)
I would appreciate, if you advise nice ways.
***Edited by Moderator: Pallavi to update platform capability tags***
***Edited by Moderator Marissa to update SR Details***