Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 21 Current »

Waiting Queue and Performing Workflow

You will be able to view only those workflows that you have access to.

 Navigating to waiting queue and performing workflows...
  • Click on the navigation menu and select ‘Workflows’:

  • Click on 'Waiting Queue':

  • Select specimens from the same workflow and click on 'Start':

Search for selective specimens

To search for specimens based on workflow, type, barcodes, or labels, you can use the filters available on the page:

The 'Specimen Labels/Barcodes (CSV)' is a multi-select field; you can scan multiple labels/barcodes there. See below:

Select specimens and process

You can select multiple specimens that belong to the same workflow and start processing them:

  1. You cannot select specimens from different workflows together.

  2. Once you click on 'Start', the specimens are removed from the waiting queue.

Scanning specimen labels/barcodes to start a batch

  • Navigate to ‘Workflows’:

  • Click on ‘Create’ and select your workflow:

  • Starting a workflow starts by scanning or entering the specimen labels as shown below:

  • Based on the workflow, you can perform the tasks one by one:

Email Notifications

  • All the regular users who can access the workflow and start processing specimens will be notified of the count of specimens in the waiting queue via email if the "notifUserGroups" section is not configured in your workflow.json file.

  • Starting v10.0, if you configure the "notifUserGroups" section, the 'Workflow waiting queue items digest' emails will be only sent to the users who are a part of that user group that is/are added to your workflow(s).

 Steps to configure the UG in workflow.json file...
  • Create a user group that you wish to use in your workflow.

  • Add this group’s name to your workflow.json as below:

"notifUserGroups" : [ {
        "name": "Team Leaders 1"
      }, {
        "name": "Team Leaders 2"
      } ]
  • This section will be added by default by the system starting v10.0.

  • It will be added after the "rule" section and will look as below:

"notifUserGroups" : [ ],

Example workflow.json file:

  • This is a system-level job that runs at 1 AM every night. Based on requirements, Super Admins can change it. Refer to jobs for detailed information.

  • These emails are not sent to super and institute admins.

Switch Batch and New Batch (v10.0)

When you keep the blood tubes for clotting or centrifugation, it takes a few minutes. In the meantime, instead of waiting, you can easily switch to another existing batch or start a new batch.

 Steps to switch to an existing batch...
  • When you start a new batch, you will see a button, 'Switch Batch'. You need to click on it and enter either a batch name, workflow title or specimen label/barcode.

The workflow title, batch name, specimen barcode, or specimen label should exactly match an existing value.

  • Now, you can process the specimens in the selected batch simultaneously without having to switch browser tabs.

  • To navigate to the batches list view page, click on 'View All Batches':

 Steps to start a new batch...
  • Click on the 'New Batch' button:

  • Search for the workflow by workflow name OR specimen label:

  • Scan specimen labels /barcodes and click on 'Add':

  • To navigate to the waiting queue, click on 'View Waiting Queue':

View previous task details in read-only mode (v10.1)

In most of your regular workflows, you might set certain values to default to commonly used parameters based on the highest possible value or frequently used value. Every so often, the end-users tend to hit the submit button without cross-checking what value is available on the screen, or they mistakenly add an incorrect value. To avoid navigation to various tabs to view what data is entered in the previous tasks, we have implemented this feature. This will allow you to navigate between current tasks and previous tasks easily.

 Click here to expand...
  • The details of previous tasks are displayed in a read-only format. If you wish to edit anything, you will have to navigate to the specific specimen overview page and make the necessary changes.

  • You can click on the 'Current Task' button to navigate back to the present task.

Download

To download the workflow JSON, click on the download button from the workflows list view page:

Archive

If you do not use any workflow anymore, or if you have wrongly created one, you can archive such workflows by clicking on the ‘Archive’ icon:

Search

You can search for workflow based on the activity status and workflow name:

Exporting workflow from one instance and importing to another

When you create a workflow on your test server and wish to move it to the production server, you need to make some changes.

 Steps to import a workflow in another instance...
  • Export the workflow from your test server:

  • Open the workflow.json file:

  • Under the “cps“ section, make sure to remove the "id". See below:

This is because the CP ID is generated by the system and varies on different servers.

  • If you have added user groups within your workflow, you need to remove the ID row from there too:

  • Save these changes and create a zip file.

  • Import it to your production server:

  • No labels