-
Notifications
You must be signed in to change notification settings - Fork 24
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
FR: Add a FinalScripts
section which will run after all other items
#65
Comments
Are you thinking this will leverage the process_scripts function, and reference a new key in the config profile? Running right after: |
Yes, the same I think it needs to fire off prior to If you're considering a PR, please review this page :) thanks. |
@keepfacesbeard What do you think about having two separate sections, one that runs if all items were successful and one that runs if there were failures? To help people keep chatter down in case they only want to know about failed items, etc. Thoughts? |
So two separate function calls, like if[success]; process_scripts 'FinalScriptsSuccess', elif[failure]; process_scripts 'FinalScriptsFailure', dependent on whether or not there's a failure of any kind? |
Intended to be used for Webhooks to report Baseline status, or other "absolulte final cleanup" type tasks.
These will run immediately before the "DialogFailWindow" or "DialogSuccessWindow" time period, so the documentation should imply that they need to be very quick to run.
The text was updated successfully, but these errors were encountered: