Hi Modak Gupta,
Thank you for your help,
i am using event swfco_event_after_creation(also tried with swfco_event_after_rule_exec) to change task container element which is used to display work item text, for double check i have written code to change workflow container element which is used in binding for task element.
In log, element shows with new value correctly but it's not getting refreshed workitem text.
i used this event because this event will be triggered after execution of rule assigned to a task, i want to get some value from rule to format my work item text.
I also tried with FM used in binding( program binding (container IF)) to change the parameter, but this FM is executed before rule executed, in this case i will not get required value from rule so this method is ruled out.
Exact requirement is, i need some enhancement to format work item text, this enhancement should be triggered after execution of rule assigned to task.
Hope this explains my requirement.
Regards.