You are viewing limited content. For full access, please sign in.

Question

Question

how to view tokens and parameters in the workflow database

asked on April 15, 2016

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.

 

0 0

Answer

SELECTED ANSWER
replied on June 9, 2016

Tokens (when tracked) are stored in search_activity_messages(_log) with tracking key '{30}'. The token name is in the extension_id column which I believe maps to the search_message table as well.

2 0

Replies

replied on June 9, 2016

Thanks Ed :)

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.