Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If an Admission Time has been configured for the date for which the order is scheduled and
    • the order arrives before begin of the Admission Time then the order will wait until the Admission Time is reached.
    • the order arrives during the Admission Time then the order will immediately start the respective job.
    • the order arrives after the end of the Admission Time then the order will wait for the next Admission Time, for example a later Admission Time on the same day or on a later day.
  • If an Admission Time has been configured but does not include the day of week, day of month or date for which the order has been scheduled then
    • the order will skip the job and will continue with the next instruction in the workflow.
  • If no Admission Time has been configured then
    • the job will be executed at any point in time depending on the arrival time of the order with the job node in the workflow.
  • If an Admission Time is configured that overlaps to the next day then this applies to orders only that have been scheduled for the day on which the Admission Time period starts. Orders arriving at a later day to which an Admission Time of the previous day overlaps are not subject to this configuration. Instead, orders consider the configuration of Admission Times for the date for which they are scheduled.
    • Display feature availability
      StartingFromRelease2.5.0

Examples:

  • An order with ID #2021-09-08#P0000003730-forklist is scheduled for 8th of September 2021 - which is a Thursday.
    • If the job is configured to use an Admission Time on Thursday and Friday from 10pm to 11pm then 
      • if the order arrives before 10pm it will wait until 10pm to start job execution.
      • if the order arrives at 10.30pm it will immediately start job execution.
      • if the order arrives at 11.30pm it will wait until Friday 10pm to start job execution.
    • If no Admission Times are configured then the job will execute immediately on arrival of an order.
  • An order with ID #2021-09-07#P0000003730-forklist is scheduled for 7th of September 2021 - which is a Wednesday.
    • If the job is configured to use an Admission Time on Thursday and Friday but not on Wednesday then
      • the order will skip the current job and continue with the next workflow instruction.

...