Skip to content

Instantly share code, notes, and snippets.

@bluekeys
Last active November 15, 2018 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluekeys/65a62234c190a8a984221a6d02bb92cf to your computer and use it in GitHub Desktop.
Save bluekeys/65a62234c190a8a984221a6d02bb92cf to your computer and use it in GitHub Desktop.
HR Interface
HR Interface
Checking 8pm SSIS package has run
Checking that itrentlive-c-kronos-wim-in doesnt have HR file
Checking HR File Exists
file exists -> Checking HR File Is Less Than 24 hrs old
file missing -> Sending Failure Email
Checking HR File Is Less Than 24 hrs old
file young -> Checking HR Progress File Exists
file old -> Sending Failure Email
Checking HR Progress File Exists
file exists -> Checking HR Progress File Is Less Than 24 hrs old
file missing -> Sending Failure Email
Checking HR Progress File Is Less Than 24 hrs old
file young -> Checking HR Archive File Exists
file old -> Sending Failure Email
Checking HR Archive File Exists
file exists -> Checking HR Archive File is less than 24 hrs old
file missing -> Sending Failure Email
Checking HR Archive File is less than 24 hrs old
file young -> Sending Success Email
file old -> Sending Failure Email
Sending Success Email
Sending Failure Email
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment