Tagged Questions

0
votes
3answers
101 views

Use Cases With ‘Time’ As An Actor

What are the best practices for using use cases to model system behavior that is executed periodically based on a schedule (rather than executed as a direct result of an explicit user interaction)? …