We are trying to implement an approval process for IPA proxy approvers by creating a User Action Request on the PfiProxy business class and triggering an IPA flow after the action has been submitted. Here's the LPL definition of my User Action Request and my question is if there's a way to pre-populate the PfiProxyUserTask parameter with the value highlighted in the Tasks list shown on the Proxies inbasket page.
SubmitProxy is a Create RequestAction
default label is untranslatable:"Submit Proxy"
request action process is ProxyApproval
request action linkback webapp is ProxyManagement
Parameters
Param_PfiUserProfile is a PfiUserProfile
default label is untranslatable:"<PfiUserProfile label>"
Param_PfiProxyUserTask is a PfiProxyUserTask
default label is untranslatable:"<PfiProxyUserTask label>"
Param_EffectiveDate is TimeStamp
default label is untranslatable:"<EffectiveDate label>"
Param_ExpirationDate is TimeStamp
default label is untranslatable:"<ExpirationDate label>"
Param_CreatedBy is Actor
default label is untranslatable:"<CreatedBy label>"
Action Rules
invoke Create this instance
invoked.PfiUserProfile = Param_PfiUserProfile
invoked.PfiProxyUserTask = Param_PfiProxyUserTask
invoked.EffectiveDate = Param_EffectiveDate
invoked.ExpirationDate = Param_ExpirationDate
invoked.CreatedBy = Param_CreatedBy