How to find the list of applications and the workflows assigned to them in 7.0.1 P01?
Thanks in advance.
How to find the list of applications and the workflows assigned to them in 7.0.1 P01?
Thanks in advance.
You can check under the Requests tab (of the application/directory configuration)
screenshot below
Or from the workflow itself. Hover over the delete icon (trash bin) and you will see a tool-tip indicating which applications are using that workflow.
Or query the T_AV_CR_WORKFLOWS table
I assume that:
OBJECT_TYPE column value A stands for application/directory
OBJECT_ID column value is the application identifier
WF_TYPE column - A for approval, F for fulfillment
You can check under the Requests tab (of the application/directory configuration)
screenshot below
Or from the workflow itself. Hover over the delete icon (trash bin) and you will see a tool-tip indicating which applications are using that workflow.
Or query the T_AV_CR_WORKFLOWS table
I assume that:
OBJECT_TYPE column value A stands for application/directory
OBJECT_ID column value is the application identifier
WF_TYPE column - A for approval, F for fulfillment