Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

What's the best way to delay an activity for X days?  I tried using Thread.Sleep in the Java Bean but when another process thread was started it kicked out.

Or can I dynamically schedule an activity to start on a particular day/time?