cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Flexible workflow Steps ID (UUID) table details

0 Kudos
572

Hello Team,

In which table I can find the Flexible workflow Steps ID (UUID) details? I found the workflow ID (UUID) details in SWF_FLEX_PROC table.

Thanks,

Chaitanya

View Entire Topic
Ndubuisi_PALMER
Participant
0 Kudos

Dear Chaitanya ‌‌

Have you tried SWPSTEPLOG ? It contains the detailed instance data of workflow steps, including step-level identifiers.

Related Tables for Context
SWF_FLEX_PROC: Contains the overall workflow instance and scenario definitions—e.g., WI_ID and workflow-level UUIDs 

SWW_WI2OBJ: Helps you link workflow work item IDs to the business object (e.g., Purchase Order), useful for correlating workflows to business data

Best regards