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

Question

Question

Which SQL table is being referenced for the activities tab in the Workflow Designer?

asked on November 3, 2017

I am trying to find which table or tables houses the information provided in the Activities tab per workflow in the Workflow Designer.

0 0

Answer

SELECTED ANSWER
replied on November 3, 2017

dbo.search_activity_log under Workflow

1 0
replied on November 3, 2017

Thank you. Exactly what i was looking for.

0 0
replied on November 3, 2017

Hi Darrell,

To add on to this, you'll also be interested in dbo.search_activity. search_activity_log only has information for completed instances, whereas search_activity has information on running instances. When instances complete, their data moves from search_activity to search_activity_log.

 

Similarly, the search_activity_messages and search_activity_messages_log tables follow the same rules, but contain information on messages logged by activities during their run.

1 0
replied on November 3, 2017

Is there a similar table or tables for Forms?

0 0

Replies

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

Sign in to reply to this post.