ALLOW_UNLOCK_WORKFLOW_STATUS

STRING, comprising a comma-separated list of workflow statuses

Note: The AUTO_LOCK_WORKFLOW_STATUS application preference determines whether a cell containing a specific workflow status is locked or not.

When a workbook session is being run and a cell is locked due to the workflow status of the sample scheme analyte, then:

  • If empty (default on deploy), or contains no valid workflow statuses, then the workbook cell cannot be unlocked.
  • If contains NOT_STARTED, then the workbook cell can be unlocked if the Workflow Status is Not Started.
  • If contains LISTED_NOT_RECEIVED, then the workbook cell can be unlocked if the Workflow Status is Listed Not Received.
  • If contains INSUFFICIENT_SAMPLE, then the workbook cell can be unlocked if the Workflow Status is Insufficient Sample.
  • If contains NOT_ANALYSED, then the workbook cell can be unlocked if the Workflow Status is Not Analysed.
  • If contains NO_RESULT, then the workbook cell can be unlocked if the Workflow Status is No Result.
  • If contains REPEAT, then the workbook cell can be unlocked if the Workflow Status is Repeat.
  • If contains CHECK, then the workbook cell can be unlocked if the Workflow Status is Check.
  • If contains ANALYSED, then the workbook cell can be unlocked if the Workflow Status is Analysed.
  • If contains RELEASED, then the workbook cell can be unlocked if the Workflow Status is Released.
  • If contains COMPLETED, then the workbook cell can be unlocked if the Workflow Status is Completed.

Note: That the cell could still be locked if other criteria enforce it (for example, cell locking based upon the presence of a formula or expiry).

Related Processes