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: scope
Root object: InputParams
Properties seconds (float
)
Name: seconds Description: number of seconds to wait as a floating point number for subsecond precision. Required: Yes Type: float
Minimum: 0
Objects InputParams (object
)
Type: object
Properties seconds (float
)
Name: seconds Description: number of seconds to wait as a floating point number for subsecond precision. Required: Yes Type: float
Minimum: 0
Type: scope
Root object: ErrorOutput
Properties actual_wait_seconds (float
)
error (string
)
Objects ErrorOutput (object
)
Type: object
Properties actual_wait_seconds (float
)
error (string
)
Type: scope
Root object: ErrorOutput
Properties actual_wait_seconds (float
)
error (string
)
Objects ErrorOutput (object
)
Type: object
Properties actual_wait_seconds (float
)
error (string
)
Type: scope
Root object: SuccessOutput
Properties actual_wait_seconds (float
)
message (string
)
Objects SuccessOutput (object
)
Type: object
Properties actual_wait_seconds (float
)
message (string
)