A plugin for introducing a pause during workflow execution.
For testing this plugin:
python -m venv .venv
source .venv/bin/activate
pip install poetry
poetry install
python -m coverage run -a -m unittest discover -s tests -v
python -m coverage html
Autogenerated Input/Output Documentation by Arcaflow-Docsgen Below
Waits for the given amount of time
Type: scopeRoot object: InputParams
Properties seconds (float)
Name: seconds Description: number of seconds to wait as a floating point number for subsecond precision. Required: Yes Type: floatMinimum: 0
Objects InputParams (object)
Type: objectProperties seconds (float)
Name: seconds Description: number of seconds to wait as a floating point number for subsecond precision. Required: Yes Type: floatMinimum: 0
Type: scopeRoot object: ErrorOutput
Properties actual_wait_seconds (float)
error (string)
Objects ErrorOutput (object)
Type: objectProperties actual_wait_seconds (float)
error (string)
Type: scopeRoot object: ErrorOutput
Properties actual_wait_seconds (float)
error (string)
Objects ErrorOutput (object)
Type: objectProperties actual_wait_seconds (float)
error (string)
Type: scopeRoot object: SuccessOutput
Properties actual_wait_seconds (float)
message (string)
Objects SuccessOutput (object)
Type: objectProperties actual_wait_seconds (float)
message (string)