Troubleshooting Workflows

Problems can sometimes arise within a workflow. Quickly troubleshoot workflow executions to pinpoint the issue, assess the necessary changes, and get the workflow up and running again.

After you’ve accessed the Workflow overview page, select an item from the table to open the workflow execution timeline in the right-side panel, detailing each step executed by the workflow.

WorkflowExecutions.png

Using the Workflow execution timeline for troubleshooting

Examine the workflow execution timeline from bottom to top to trace event and action progress. This helps you pinpoint where the workflow deviated from expected results. Keep in mind:

  • The latest workflow steps always appear at the top of the timeline.

  • The workflow execution timeline shows whether a step was executed, but does not indicate the Status of third-party or Nexthink modules involved.

For example, when a workflow Service\API thinklet calls a third-party system and receives a 200 (OK) response, the workflow does not mark the execution as failed, even if the response contains an internal third-party error.

The execution timeline is only available for workflow executions from the Last 7 days.

WorkflowTimeline.png

Action details

To further investigate the status and view more information about a particular action, click on the specific action in the timeline. A pop-up appears with more details displayed for further inspection.

For troubleshooting purposes, the following Thinklets are clickable and provide detailed information for further inspection.

  • Service\API

  • Remote action

  • Campaign

  • Connector

WorkflowPopUp.png

Remote action

When reviewing the details for a remote action Thinklet, the following information is available.

  • Start time: The date and time when the system began processing the Thinklet.

  • End time: The date and time when the system finished processing the Thinklet.

  • Status details: Displayed only when an error has occurred and contains the message describing the fault that has occurred with the remote action.

  • Parameters: Displayed when parameters have been used with this remote action. The contents of the parameters are shown here.

  • Outputs: Displayed when there are outputs that have been captured by the remote action. The contents of the outputs are shown here.

Campaign

When reviewing the details for a campaign Thinklet, the following information is available.

  • Start time: The date and time when the system began processing the Thinklet.

  • End time: The date and time when the system finished processing the Thinklet.

  • State details: Displayed only when an error has occurred and contains the message back from the campaign that may describe the fault.

  • Parameters: Displayed when parameters have been used with this campaign. The contents of the parameters are shown here.

  • Outputs: Displayed where there are collected responses for the campaign. The contents of the outputs are shown here.

Service\API

When reviewing the details for a Service\API Thinklet action, the following information is available.

  • Start time: The date and time when the system began processing the Thinklet.

  • End time: The date and time when the system finished processing the Thinklet.

  • Response HTTP code: The response received from the 3rd party API.

  • HTTP method: The HTTP method used by the 3rd party API.

  • Resource path: The resource path endpoint on the 3rd party API that the call is sent to.

  • Payload: The body of the call that the system made to the 3rd party API.

    • In the case of large payloads, hover over the payload to display a tooltip with the full dataset.

  • Outputs: If you have configured the outputs for this Thinklet, the collected data in these outputs is displayed here.

image-20240205-152042.png

Connector

When reviewing the details for a Connector Thinklet action, the following information is available which gives the details of the API response used for the Connector:

  • Start time: The date and time when the system began processing the Thinklet.

  • End time: The date and time when the system finished processing the Thinklet.

  • Response HTTP code: The response received from the 3rd party API.

  • HTTP method: The HTTP method used by the 3rd party API.

  • Resource path: The resource path endpoint on the 3rd party API that the call is sent to.

  • Payload: The body of the call that the system made to the 3rd party API.

    • In the case of large payloads, hover over the payload to display a tooltip with the full dataset.

  • Outputs: If you have configured the outputs for this Thinklet, the collected data in these outputs is displayed here.

Last updated

Was this helpful?