This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Task / Workflow Execution persistence #2660
Unanswered
laxmikantb
asked this question in
Q&A
Replies: 1 comment
-
Workflow execution data includes its status and that information is persisted as well. In your case, the data should be in MySQL. You could also query it using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using MySql as persistence layer , I do see task, workflow definition been persisted into MySql (meta-task_def, meta-workflow-def,queue, workflow, workflow-to-task tables ). but i am looking for status updates at each workflow and task which are completed or failed. Is this data should get persisted . is there any settings needed for it. I can see status thru rest api but not is mysql.
nothing in task_in_progress, task_scheduled,workflow_pending
Your help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions