Replies: 3 comments
-
Hello @buzz08 Do you want to submit a PR to fix this? Thank you! |
Beta Was this translation helpful? Give feedback.
-
I was able to reproduce it. PUT /workflow does not set the |
Beta Was this translation helpful? Give feedback.
-
Since we are altering the metadata APIs, we propose that we should make these consistent. The proposal is to follow the same convention for workflow definition APIs as well. API consistency across both workflow and task definitions would provide for a better user/developer experience and reduce support burden. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When you create a new workflow definition, it doesn't set the create time. This causes issues in the workflow definitions UI page, especially if you try to sort by create time. We need to set this value as a current time when you create the workflow.
Details
Conductor version: Latest
Persistence implementation: NA
Queue implementation: NA
Lock: NA
Workflow definition: Applicable to new workflows
Task definition: NA
Event handler definition: NA
To Reproduce
Steps to reproduce the behavior:
Expected behavior
createTime should be defaulted to the system time
Screenshots
NA
Additional context
NA
Beta Was this translation helpful? Give feedback.
All reactions