AUTO_LOCK_WORKFLOW_STATUS

STRING, comprising a comma-separated list of workflow statuses

When a workbook is opened interactively or non-interactively, then:

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

Note: The ALLOW_UNLOCK_WORKFLOW_STATUS application preference determines whether you can unlock a cell containing a specific workflow status.

Related Processes