Workflow Log Action Logs

The WorkflowLogActionLog table in the Workflow package is designed to store a detailed record of all actions taken within the workflow system. It tracks the specific actions performed, the user responsible for the action, and the date and time the action was taken. This log serves as a comprehensive audit trail, allowing for easy tracking of the progress and status of each workflow. The table also stores any relevant comments or notes associated with the action, providing further context and clarification for future reference. With this table, the workflow team can effectively monitor and track the workflow process, ensuring efficient and organized execution.

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

The WorkflowLogActionLogId is a unique identifier for each entry in the WorkflowLogActionLog table. It is of data type int and serves as the primary key for this table. This field will be automatically generated and incremented with each new entry, ensuring that each log action has a distinct identifier. This field is crucial in tracking and organizing the actions within a workflow log, allowing for efficient retrieval and analysis of data. As the backbone of the WorkflowLogActionLog table, the WorkflowLogActionLogId plays a vital role in managing the overall workflow process.

int32

The WorkflowLogId field is an integer data type that is used in the WorkflowLogActionLog table. This field serves as a unique identifier for each entry in the table, allowing for easy referencing and tracking of the workflow activities and actions performed in the system. It is typically generated automatically by the system and increases sequentially with each new entry. The WorkflowLogId is an essential component of the table as it helps to maintain the integrity and organization of the workflow logs.

int32

The ActionLogId field in the WorkflowLogActionLog table is a data column that stores a unique identifier for each action log entry in the system. It is of integer data type and is used as the primary key for this table. This field allows for easy tracking and referencing of individual actions within a workflow log, providing a comprehensive record of all activities performed by users. It serves as a crucial component in monitoring and analyzing the progress and efficiency of workflows.

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!