Uses new support for type hint parsing of Celery tasks to rework GUI:
- Task run form now prompts each parameter instead of prompting for
argsandkwargsfor the task. - Replaced dummy tasks with more useful sample tasks illustrating different parameters.
- Unit tests.