Stop#

Add to module run order:
#BioModule biolockj.module.Stop

Description#

Stop a pipeline.

Properties#

Properties are the name=value pairs in the configuration file.

Stop properties:#

none

General properties applicable to this module:#

none

Details#

version: 1.0.0 This module immediatley stops a pipeline.
This is useful when troubleshooting a pipeline, or while a pipeline is a work-in-progress. Any downstream modules will be checked in the checkDependencies phase, but will not be reached during the module execution phase.
This module and the current pipeline will be flagged as biolockjFailed.
To progress a pipeline past this module, remove this module from the BioModule run order, and restart the pipeline.

Adds modules#

pre-requisite modules
none found
post-requisite modules
none found

Docker#

If running in docker, this module will run in a docker container from this image:

biolockjdevteam/biolockj_controller:latest

This can be modified using the following properties:
STOP.imageOwner
STOP.imageName
STOP.imageTag

Citation#

Module created by Ivory Blakley.