Versions Compared

Key

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

...

CRON is a time based scheduler commonly found in Unix based environments.  To simplify,  think of CRON as a way to express time in a pattern, similar in concept to a Regular Expression.  Using a CRON expression, you can schedule imports to run at very specific intervals.  You could use CRON to schedule import tasks to run every five minutes only on Saturdays and Sundays, or every hour for the first 12 hours on the first day of the month in every other month.  (We understand that last example might be a little extraordinary, but it illustrates the point that CRON is extremely capable.)

This is a 3rd party website that will help you understand entering information in a cron format.

Status
colourBlue
titleGlobalCapture

...

Error Import allows for processes that have gone into an error state to be brought back into active processing.  Depending on a workflow's complexity, one or more Error Import nodes can be used to pick up processes that may have stopped for any number of reasons like data type mismatches or email server failures.  This node is available in the SDN for both cloud and on premise environments.  Refer to the Error Import node's documentation for specifics on how to leverage the node.  Note: installations must be on Release Update 125 or greater for GlobalCapture 2.3 to leverage this node.

...