ProcessMIX Guide
  • Platform Overview
    • Introduction
    • Platform Purpose
    • Main Concepts
      • Organization Structure
      • Visual Language
      • Project Development Environment (IDE)
      • Deployment and Integration
      • Administration and Troubleshooting
    • First Steps
    • Change Log
      • 5.0.0
      • 5.0.5
      • 5.0.5.1
      • 5.0.5.2
      • 5.0.5.3
      • 5.0.5.4
  • Language Reference Guide
    • Overview
    • Data Structures and Types
      • Core Types (pdk.core)
      • Dictionary (pdk.asset.dictionary)
      • Scorecard (pdk.asset.scorecard)
      • Blockchain (pdk.blockchain)
      • Exceptions (pdk.ex)
      • Input/Output (pdk.io)
      • JSON Web Token (pdk.jwt)
      • Networking (pdk.net)
      • HTTP (pdk.net.http)
      • SOAP/Web Services (pdk.net.soap)
      • XML/DOM (pdk.net.xml)
      • S3 (pdk.s3)
      • SQL (pdk.sql)
      • Postgres (pdk.db.postgre)
      • Util (pdk.util)
      • Default Data Structure Field Values
    • Flows
      • Variables
        • Local Flow Variables
        • Node Variables
      • Flow Node Types
        • Core Nodes
          • In
          • Out
          • Assign
          • If
          • Switch
          • Iterator
          • Function Call
          • Subflow
          • Raise Exception
          • Exception Handler
          • Validator
        • Connector Nodes
          • Database Begin Transaction
          • Database Commit Transaction
          • Database Rollback Transaction
          • Database Query Executor
          • EVM Blockchain Functions
          • EVM Blockchain Smart Contract Functions
          • REST Service Executor
          • SOAP Service Executor
          • S3 Connector
          • SMB Connector
      • Expressions
      • Built-In Functions
        • Expression functions
          • pdk.util.Any
          • pdk.util.Array
          • pdk.util.Blockchain
          • pdk.util.Cast
          • pdk.util.Codec
          • pdk.util.Crypto
          • pdk.util.Date
          • pdk.util.File
          • pdk.util.Json
          • pdk.util.JWT
          • pdk.util.Map
          • pdk.util.Math
          • pdk.util.String
          • pdk.util.Util
        • Node functions
          • pdk.flow.Any
          • pdk.flow.Array
          • pdk.flow.File
          • pdk.flow.JsonArray
          • pdk.flow.JsonObject
          • pdk.flow.HttpRequest
          • pdk.flow.HttpResponse
          • pdk.flow.Logger
          • pdk.flow.Map
          • pdk.flow.Xml
            • pdk.flow.xml.XmlAttr
            • pdk.flow.xml.XmlElement
            • pdk.flow.xml.XmlNode
            • pdk.flow.xml.XmlDocument
            • pdk.flow.xml.XmlDocumentType
            • pdk.flow.xml.XmlDOMConfiguration
            • pdk.flow.xml.XmlDOMImplementation
            • pdk.flow.xml.XmlProcessingInstruction
            • pdk.flow.xml.XmlTypeInfo
            • pdk.flow.xml.XmlCharacterData
            • pdk.flow.xml.XmlText
            • pdk.flow.xml.XmlNamedNodeMap
          • pdk.node.BlockchainEth
          • pdk.node.S3
          • pdk.node.Smb
      • Exceptions
        • Checked Exceptions
        • Runtime Exceptions
    • Assets
      • Dictionary
      • Decision Table
      • Scorecard
      • PMML
    • Connectors
      • DB Connector
        • Prepared Query
        • Dynamic Query
        • Query input parameters
        • Stored Procedure
      • REST Connector
      • SOAP Connector
      • S3 Connector
      • SMB Connector
      • EVM Blockchain Connector
    • Global Variables
    • Appendices
      • Overview of Database Transactions
      • Reserved Words
  • Project Development Environment (IDE)
    • Project Explorer Panel
    • Flow Builder
    • Flow Node Editor
    • Data Structure Builder
    • Connector Builders
      • REST Connector Builder
      • SOAP Connector Builder
      • DB (Database) Connector Builder
      • EVM Blockchain Connectors Builder
      • S3 Connector Builder
    • Asset Builders
      • Dictionary Builder
      • Decision Table Builder
      • Scorecard Builder
      • PMML Asset Builder
    • Global Variables Panel
    • Expression Editor
    • Project Deployment and Execution
    • Cron Expression Generator
    • Test Helper
    • Debugging the Project
    • DB transactions
    • Team Collaboration Tools
      • Version Control
      • Conflict Resolver
    • Selectors
    • Error Panel
    • Local History
  • Home and Administration Guide
    • Organization and Subscription
    • Organization Team
    • Repositories and Projects
    • Environments
    • Deployments
    • Database Provisioning
    • Roles and Permissions
  • Logs and Troubleshooting
    • Request/Call Logs
    • Deployment Logs
    • Application Logs
  • Appendix: Example Project
    • Risk Mitigation Solution
Powered by GitBook
On this page
  • How to Navigate to the Request Logs from the Home Panel?
  • How to View the Log Details?
  • How to Find Logs for a Specific Request?
  1. Logs and Troubleshooting

Request/Call Logs

PreviousRoles and PermissionsNextDeployment Logs

Last updated 7 months ago

Request/call logs store recent execution results of REST or SOAP flows, as well as scheduled job flows. They are accessible through the Logs / Requests tab of a specific environment or a project deployment in it. Logs for REST and SOAP channels display results of individually processed endpoint calls. Scheduled job result summary logs become available after the entire job execution is completed.

Note: execution logs for internally invoked subflows are not currently preserved.

Logs can only be accessed through the Home panel and are stored for 7 days. Therefore, the time limit period for researching logs is 7 days from the completion of a flow.

Organizations with a free subscription plan cannot view request logs because this plan does not come with a dedicated runtime environment.

For other plans, the request logs tab is available only to organization owners and administrators.

How to Navigate to the Request Logs from the Home Panel?

  1. Open the Environments tab and select the environment in which you need to view the logs.

  2. Open the Logs tab and on it navigate to the Requests tab.

All recent results of runtime calls executed in this particular environment are displayed by default.

To view the request logs for a specific deployment, follow these steps:

  1. Open the Deployments tab.

  2. Select the desired deployment from the list.

  3. From there, click the Requests tab to access the request logs.

An administrator can enable collection of the request logs at the step 4 in the deployment creation wizard. By default, their collection is disabled.

Log collection settings cannot be changed during the process of building, compiling, and deploying into the environment. Such changes must be made prior to the build.

How to View the Log Details?

Each log entry contains detailed information with specific content that depends on the type of the flow channel (REST, SOAP, scheduled).

To view the details, click the Details cell in the desired log entry. As a result, the system will open a pop-up window with additional information in a format that is appropriate for the executed flow's channel, as described below.

To close the pop-up window, click the OK button or the “X“ at the right top corner.

Details for the REST or SOAP Channel

The Details pannel displays the following log entry information:

  • Time of log: the date/time when the log entry was generated.

  • Project: the project that the entry originated from.

  • Deployment: the deployment in which the log entry appeared.

  • Flow: the flow that produced the entry.

  • URL: the URL path that indicates the requested resource.

  • Channel: the type of flow channel that the log entry originated from.

  • Status: execution status indicating whether the call was completed successfully.

  • Error (optional): in case of an error, a text message explaining its nature.

  • Input: a copy of the input (request) data. Its format varies, depending on the flow input.

  • Output: a copy of the output (response) data. Its format varies, depending on the flow output.

Details for the Scheduled Channel

The Details pannel displays the following log entry information:

  • Time of log: the date/time when the log entry was generated.

  • Project: the project that the entry originated from.

  • Deployment: the deployment in which the log entry appeared.

  • Flow: the flow that produced the entry.

  • URL: the URL path that indicates the requested resource.

  • Channel: the type of flow channel that the log entry originated from.

  • Status: execution status indicating whether the call was completed successfully.

  • Error (optional): in case of an error, a text message explaining its nature.

  • Next run: displays the next 3 future date/time points when the flow is scheduled to run.

How to Find Logs for a Specific Request?

You can filter request logs by setting desired search parameters at the top of the tab and pressing the FILTER button.

The data can be filtered by project, deployment, flow, channel, from/to date, and execution status. Once the filter is applied, the system displays search results in the table below.

To return the filter values to their default settings, click the RESET button.

To refresh the Request log tab, click the refresh button. By doing so you can load the most recent log data, while still applying all selected filter settings.

Example of a REST channel request log entry
Example of a SOAP channel request log entry
Example of a scheduled flow execution log entry