Inspired by the enhancement request with the same title, I introduced the component that can pause a workflow for a fixed number of milliseconds. The component is designed in such a way that new "Interactive" components can be added. Interactive component is a component that pauses a workflow and wait for the external process to continue it - like for example user manual action or a webhook
Pull Request Checklist:
[x] Please make sure all jobs pass before requesting a review.
[ ] Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).
[x] Have you lint your code locally before submission?
Title of this pull request?
"Wait/Pause" component for workflows
Small Description?
Inspired by the enhancement request with the same title, I introduced the component that can pause a workflow for a fixed number of milliseconds. The component is designed in such a way that new "Interactive" components can be added. Interactive component is a component that pauses a workflow and wait for the external process to continue it - like for example user manual action or a webhook
Pull Request Checklist:
closes #XXXX
in your comment to auto-close the issue that your PR fixes (if such).Related Issue?
Screenshots (if appropriate):