Hi all,
Does anyone know how to find the token or parameter name from dbo.search_message.hashcode? Can this be done?
I've come accross a scenario where a successful REST call can be made to Workflow via the REST API but later fail if the LF database is down.
I'd like to create a process to re-execute the call by retreiving the paramaters from the Workflow database (using the Instance ID).
I've had a quick nose through the tables and views but couldn't see all the information I was after.
Joining search_instance_log, search_message and search_activity_messages_log I can get a list of all of the messages for a given workflow Instance ID.