We need to display below Activity No (in red request) inside email body sent to task owner.
What is the correct workflow variable to retrieve this value?
When I put ${Job.JobID} as runtime variable I get below result.
Anyone has any idea?
Tried adding a SQL select node as shown below in the fulfillment workflow and it worked for me.
SQL Query: select acti_id as manual_activity_id from wp_proci_node where proci_id || ':' || proci_db = ${Job.JobID} and NAME = 'Manual Fulfillment'
The Result:
Tried adding a SQL select node as shown below in the fulfillment workflow and it worked for me.
SQL Query: select acti_id as manual_activity_id from wp_proci_node where proci_id || ':' || proci_db = ${Job.JobID} and NAME = 'Manual Fulfillment'
The Result: