You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Introduction

JS7 - Workflows implement jobs and dependencies for workload automation. Orders are triggers that cause the execution of workflows.

  • The Workflows View offers a tactical execution view that can be used to monitor the processing of orders with workflows in near real-time and to perform interventions if required. For details see JS7 - Workflows - Status Operations on Orders
  • The Dashboard View offers a summary of current order states and navigation to the Orders Overview that allows bulk operations.

Orders can be cancelled, can be suspended to prevent execution of jobs and they can be resumed from bulk operations.

Dashboard

The Order Summary is visible in near real-time from the JS7 - Dashboard view:

  • In the left upper corner of the Dashboard the Orders widget displays the overall number of orders per state.
  • Find details about order states from the JS7 - Orders article.


Explanation:

  • The widget displays the number of orders per state.
    • Information about order states is provided in the JS7 - Order State Transitions article.
    • Detailed information about this widget is provided in the JS7 - Orders article.
    • The Order Summary is displayed for a selected date range (today, next hour etc.).
  • Users can click the indicated number of orders per state to navigate to the Orders Overview.

Orders Overview

The view is available in the following shapes:

  • Tabular View
  • Card View
  • Bulk View

Orders Overview: Tabular View

The Tabular View is indicated by the selector icon in the right upper corner of the window like this:


Explanation:

  • The view offers a number of filters for dates and order states.
  • In addition, bulk operations are offered:
    • to cancel orders and to suspend orders,
    • to resume orders after suspension or failed execution,
    • to modify order variables,
    • to modify the start times of orders in the PENDING and SCHEDULED states.
  • Clicking the Order ID updates the Order History in the lower part of the window.

Orders Overview: Card View

The Card View is indicated by the  selector icon in the right upper corner of the window like this:


Explanation:

  • The view is suitable if bulk operations on a smaller number of orders should be performed.
  • The view allows to select individual orders.
  • Similar to the Tabular View this view offers a number of filters for dates and order states.

Orders Overview: Bulk View

The Bulk View is indicated by the  selector icon in the right upper corner of the window like this:


Explanation:

  • The view is suitable if operations on a larger number of orders should be performed.
  • The view allows to select orders per folder:
    • In the left panel the tree is displayed that allows to select folders in a hierarchy: 
      • Moving the mouse on a folder name displays the (expand) and (collapse) chevron icons like this:



      • The chevron icon will select all orders of the currently selected folder and any sub-folders.
      • The  chevron icon will unselect a previous selection.
    • In the right panel the number of orders per state in the selected folder hierarchy is displayed.
  • The view offers to transition order states:
    • The Allowed Transition column offers possible transitions based on the order state.
  • The view does not allow filtering for dates.

Bulk Operations on Orders

Bulk operations are explained from the Tabular View, they are similarly available from the Card View and Bulk View.

Cancel Order

Orders in a PENDING, SCHEDULED, IN PROGRESS, RUNNING, SUSPENDED, PROMPTING, WAITING, BLOCKED and FAILED state offer to cancel operation of the order, for details see JS7 - Order State Transitions:

  • Cancel: The operation allows the order to complete the current instruction, for example executing a job, and after completion of the instruction the order leaves the workflow with a failed history outcome.
  • Cancel/Kill Task: The operation kills processing of the current instruction, for example a running task for a job, and makes the order leave the workflow.

Suspend Order

Orders in a PENDING, SCHEDULED, IN PROGRESS, RUNNING, PROMPTING, WAITING, BLOCKED state offer the operation to suspend the order:

  • Suspend: The operation allows the order to complete the current instruction, for example executing a job, and after completion of the instruction the order is put to the SUSPENDED state.
  • Suspend/Kill Task: The operation kills processing of the current instruction, for example a running task, and puts the order to the SUSPENDED state.

Resume Order

FAILED and SUSPENDED orders can be resumed from the Orders Overview view like this:

  • Resume: The orders are resumed from their current position in the workflow. 


Explanation:

  • The bulk operation will resume orders from their current position.
  • The bulk operation does not allow to modify an order's position and variables.

Further Resources



  • No labels