SQL Query for Workflow Activity Attribute Values
Hello,
I would like to have a query to retrieve Timeout values that are setup on certain Activities (these are Notifications that in the Node have a Relative Time timeout setup). See screen shot below from the WF Builder. From my research I know that the Activity information is in the WF_ACTIVITIES table and the Timeout value I think is in the WF_ACTIVITY_ATTR_VALUES table but I do not see how to join the column WF_ACTIVITY_ATTR_VALUES.PROCESS_ACTIVITY_ID to the actual activities table for this particular workflow / activity . Thanks in advance. The workflow below has item type = REQAPPRV