Hi Team,
What kind of expression we can use in xml type business to fetch previous task status??
Â
or any alternative way to fetch previous task status??
Hi Team,
What kind of expression we can use in xml type business to fetch previous task status??
Â
or any alternative way to fetch previous task status??
Â
try something like this
Â
Capture original and current value in a description
<update_task_event>
 <task_event>
   <event_sequence />
   <task_id>@task_id</task_id>
   <description>Reassigned from @expressionmOriginal(person_id)] to @person_id</description>
   <event_type>REASSIGNED</event_type>
   <insert is_initialized="False" />
 </task_event>
</update_task_event>
here is another example
Â
<update_request_event>
      <request_event>
         <request_id>@request_id</request_id>
         <event_type>DOWN</event_type>
         <user_def1>@expression Original(user_def2)]</user_def1>
         <user_def2>@user_def2</user_def2>
         <insert/>
      </request_event>
</update_request_event>
Â
Â
Cheers,
Morris
Â
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.