-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow-Server fails to start due to incorrect Cron expression in Cron activity #4907
Comments
To address the issue of the workflow server failing to start due to an incorrect cron expression in the cron activity, the best course of action would be to:
Remember to test any changes in a development or staging environment before applying them to production to ensure that the workflow server starts correctly and that workflows execute as expected. |
Agreed 💯 We still have to implement user input validation on the UI holistically, but even without that, bad user input should indeed not prevent the server from starting. One possible solution to this is to simply catch the exception currently preventing the server from starting successfully and logging a warning. If you want to propose a PR then that'd be great. Thank you! |
I created a PR with a exception handling: |
With your PR merged, I will go ahead and close this issue. Thank you for your contributions @platschlena ! |
Thank you too @sfmskywalker :) |
The workflow server fails to start due to an incorrect cron expression in the cron activity.
Through user input, the system should not be hindered from starting up.
What would be the best course of action in this situation?
We could take the initiative to implement a fix ourselves.
The text was updated successfully, but these errors were encountered: