temporal server start-dev
python worker.py
Given topic
and articles
temporal workflow start \
--type GenerateTweetWorkflow \
--task-queue default \
--workflow-id generate-tweet-workflow-$(date +%s) \
--input '{"topic":"Artificial Intelligence","articles":["AI breakthrough in natural language processing","Machine learning transforms healthcare diagnostics","Ethical considerations in AI development"]}'
Temporal CLI: http://localhost:8233/
- Run temporal worker with mock code
- Run a workflow
- Visualise runing a worklfow in Temporal UI
- Store row in DB in python