The tables listed below are related to workflow functionality and are standard Microsoft tables (not custom objects). We need to verify whether any records exist in these tables, as the presence of such records might indicate a configuration or dependency issue.
If we are unable to debug the issue directly, we should proceed to inspect the records in these tables. If any records with this table ID are found, they may need to be deleted to resolve the issue.
Table ID | Table Name | Purpose |
1501 | Workflow | Defines the workflow structure and header. |
1502 | Workflow Step | Steps in each workflow (conditions, responses). |
1503 | Workflow Step Instance | Runtime instance of workflow steps. |
1504 | Workflow Step Buffer | Temporary buffer used during execution. |
1505 | Workflow Event/Response Relation | Links events to responses. |
1506 | Workflow Event Queue | Stores queued events to be processed. |
1507 | Workflow Webhook Entry | For integration with external systems via webhooks. |
1508 | Workflow Event Conditions | Conditions under which events are triggered. |
1509 | Workflow Step Argument | Stores parameters used in workflow steps. |
1510 | Workflow Table Relation | Maps workflows to table records. |
1511 | Workflow Response Option | Possible responses for a workflow event. |
1512 | Workflow Step Response Line | Response logic for steps. |
1513 | Workflow - Record Change | Tracks changes to records that trigger workflows. |