Scheduling Block Instance Page ------------------------------- User can search for Scheduling Block Instance (SBI) by clicking on the |sbibtn| button and then selecting a Search Type from the dropdown. The available search options include: Search by Dates, Search by ID, Last 7 Days, Today, Search by Purpose and Search by Status. Based on the selected option, the user can provide the required inputs and click the search button to view the records in a tabular format. .. |sbibtn| image:: /images/sbiButton.png :width: 30% :alt: Search Button .. figure:: /images/sbiTableList.png :width: 100% :align: center :alt: Image of the SBD Table | Once the entity records are visible in tabular format user can view the Scheduling Block Definition (SBD) associated with SBI ID by clicking on SBD ID from column named 'Scheduling Block Definition ID' in the table as shown in below image. This action will navigate user to Scheduling Block Definition (SBD) page as shown in below image. .. figure:: /images/sbdTable.png :width: 100% :align: center :alt: Image of the SBD Table | User can also view the Execution Block (EB) associated with SBI ID by clicking on EB ID from column named 'Execution Block ID' in the table as shown in below image. This action will navigate user to Execution Block (EB) page as shown in below image. .. figure:: /images/ebTable.png :width: 100% :align: center :alt: Image of the EB Table | View SBI details ~~~~~~~~~~~~~~~~ Users can click the |viewIcon| icon to see the entity details. .. |viewIcon| image:: /images/viewIcon.png :width: 5% .. figure:: /images/sbiDetails.png :width: 100% :align: center :alt: Image of SBI details | Each panel is interactive and can be clicked to open and view its corresponding details. .. figure:: /images/expandSBIPanel.png :width: 100% :align: center | Users can also toggle between GUI mode and JSON mode to view the data in their preferred format. .. figure:: /images/jsonSBIPanel.png :width: 100% :align: center | Update SBI status ~~~~~~~~~~~~~~~~~ Once the entity records are visible in tabular format as shown below image user can update status of the entity by clicking on edit icon displayed in column named 'Status' in the table. Then a model will open in which user can select the status value from the dropdown widget and click on the |updateStatusBtn| button this will update the status of the entity. User will also be able to view the status history for selected entity in tabular format as shown in below image. .. |updateStatusBtn| image:: /images/updateStatusBtn.png :width: 15% :alt: Search Button .. figure:: /images/updateSbiStatus.png :width: 100% :align: center :alt: Image of manage SBI status |