Workflow Logs

The WorkflowLog table is an essential component of the Workflow package, providing a comprehensive record of all actions and processes taken within the system. This table tracks the progress of tasks, changes made, and any errors encountered throughout the workflow process. The WorkflowLog table captures detailed information such as timestamp, user ID, event description, and relevant data modifications, ensuring complete traceability and transparency of all workflow activities. This table serves as a valuable tool for auditing, troubleshooting, and process improvement purposes, making it an integral part of the Workflow package.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The WorkflowLogId is a unique identifier for each log entry in the WorkflowLog table. It is used to track the sequence and flow of activities and processes within a workflow. This identity field is of data type integer, which means it can hold a numerical value without any decimal points. It serves as the primary key for the WorkflowLog table and is automatically generated by the database system. This field ensures that every log entry within the table is uniquely identified and can be easily referenced by other tables or reports. The WorkflowLogId serves as a crucial piece of information in tracking and analyzing the progress and performance of workflows in an organization.

int32

The LastWorkflowStepId field in the WorkflowLog table is of data type int and is used to store the last step in a workflow that was completed. This field is typically used to track the progress of a project or process and helps to identify any potential bottlenecks or delays. It records the ID number of the last step in the workflow, allowing for easy reference and analysis of the overall workflow. This field is essential for monitoring the efficiency and effectiveness of a workflow and can provide valuable insights for improving future processes.

string
required
length between 1 and 64

The ItemId field in the WorkflowLog table stores a unique identifier for each item in the workflow. This data type is nvarchar, allowing for both letters and numbers, and has a maximum length of 64 characters. The ItemId serves as a primary key for each entry in the WorkflowLog, allowing for easy tracking and organization of workflow processes.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!