Table which holds errored workflow Items.
Summary:
Finding the table which holds errored workflow items
Content (required):
Hi there,
I'm trying to locate the table that holds the errored workflow transactions (transactions task from the FinExmWorkflowExpenseApproval task)
I can see there are errored items in the transaction console.
I would expect the following query to return transactions that are in a STATE of 'ERRORED' but it doesn't return any data.
select *
from
FA_FUSION_SOAINFRA.WFTASK_VIEW
where state in ('ERRORED')
Any guidance gratefully received ?
Thank you
Mark
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0