fn check_dates(
    starting_at: &Option<String>,
    ending_at: &Option<String>
) -> Result<(), Error>
Expand description

Performs sanity check to the dates passed to either Workstream or Application with the following simple rule: starting_at should be before now() and before ending_at