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
Waits for the given amount of time
Type: | scope | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Root object: | InputParams | ||||||||||||||
Properties | seconds (
|
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 (
|
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 (
|
Required: | Yes |
---|---|
Type: | float |
error (string
)
Required: | Yes |
---|---|
Type: | string |
Objects
ErrorOutput (object
)
Type: | object | ||||||||
---|---|---|---|---|---|---|---|---|---|
Properties | actual_wait_seconds (
|
Required: | Yes |
---|---|
Type: | float |
error (string
)
Required: | Yes |
---|---|
Type: | string |
Type: | scope | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Root object: | ErrorOutput | ||||||||||||
Properties | actual_wait_seconds (
|
Required: | Yes |
---|---|
Type: | float |
error (string
)
Required: | Yes |
---|---|
Type: | string |
Objects
ErrorOutput (object
)
Type: | object | ||||||||
---|---|---|---|---|---|---|---|---|---|
Properties | actual_wait_seconds (
|
Required: | Yes |
---|---|
Type: | float |
error (string
)
Required: | Yes |
---|---|
Type: | string |
Type: | scope | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Root object: | SuccessOutput | ||||||||||||
Properties | actual_wait_seconds (
|
Required: | Yes |
---|---|
Type: | float |
message (string
)
Required: | Yes |
---|---|
Type: | string |
Objects
SuccessOutput (object
)
Type: | object | ||||||||
---|---|---|---|---|---|---|---|---|---|
Properties | actual_wait_seconds (
|
Required: | Yes |
---|---|
Type: | float |
message (string
)
Required: | Yes |
---|---|
Type: | string |