Share all details about your problem, including any error messages you may have received.
Hello ,
We have a use case in SailPoint IdentityIQ where a Workflow launches a Task using TaskManager.runSync() and needs to pass an identity attribute value (such as identityName) to a Rule executed by a Task Rule .
The main goal is for the Workflow to send the value, for the Task to carry it during execution, and for the Rule to retrieve it in order to perform processing .
The issue is ensuring the correct and supported mechanism for passing this runtime argument from Workflow → Task → Rule and reading it inside the Rule .
and later on read the task definition object inside the rule which can give you all the task arguments including the one which you passed from workflow.
@alshahim04 You can remove it via rule. Also, you can directly launch the rule as well with the necessary arguments, this can avoid the task. Please see if it work for you, then you don’t need to maintain the task.