Using the Job Details Widget

The Job Details widget displays detailed information on each step of the last job that has been executed by the application.

Job Details Widget

The widget settings can be edited using a dedicated configurator.

Job Details Widget Configurator

The upper tabs allow configuring the:

  • Header, i.e. the widget top bar, by setting if it must be shown by ticking Show Header and if so, by inserting its Title and Icon.

  • Colors, by ticking Use Custom Colors, and setting the Header Color and Text Color.

  • Toolbar, beneath the widget header, by adding configurable action buttons. For more details, please refer to Section Using the Action API.

  • Custom Controller in charge of customizing the widget behavior, set to None by default.

The main tab allows configuring the:

  • Filter by current Scenario Selection option which, when enabled, hides jobs that do not involve the current scenario. For more details, please refer to Section Understanding Widget Context.

  • Type, i.e. the entity to display.

  • Query, i.e. a custom GraphQL filter query created beforehand. For more details, please refer to Section Understanding GraphQL Custom Queries; and

  • For each entity to display, a:

    • Custom Header, i.e. a label for the entity;

    • Field, i.e. the entity attribute to display, and

    • Value Format, which can be set to:

      • Date, using the format 10/3/2023, Oct. 3, 2023, October 3, 2023, or Thursday, October, 2023.

      • Time, using the format 3:50 PM, 3:50:55 PM, or 3:50:55 PM GMT+2.

      • Duration, using the format 8760:00:00 (hh:mm:ss), 525600 (Minutes), 8760 (Hours), 365 (Days), 52 (Weeks), 12 (Months), or 1 (Years).

      • Number, using the format 123,412%, 1,231 (Rounded value), 1,234.1, 1,234.12, 1,234.123, 1.234123e+3 (Scientific), 1.234e+3 (Scientific), 1.234K (thousands), 1K (thousands, rounded), 0.001M (millions), or 0M (millions, rounded).

      • Currency, using the format $ 1,234 (Rounded value), € 1,234 (Rounded value), 1,234 (Rounded value), $ 1,234.12 (Decimals), € 1,234.12 (Decimals) or 1,234.12 (Decimals).

      • Custom, which prompts the user to choose a formatter and a format, either ICU (Default), using the ICU message format, or Luxon (Date & Time), using the Luxon message format.