Skip to content

Conversation

@IgorChvyrov-sm
Copy link
Contributor

@IgorChvyrov-sm IgorChvyrov-sm commented Nov 19, 2025

This bug initially appeared in version 1.1.11 and was later fixed by 1.2.0 release. Since the version was restored back to 1.1.11 on top of which the 1.2.3 version was built the bug remained there

The issue link: #364

@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/conductor/client/workflow/task/task.py 20.00% 4 Missing ⚠️
Files with missing lines Coverage Δ
src/conductor/client/workflow/task/task.py 36.71% <20.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@IgorChvyrov-sm IgorChvyrov-sm changed the title Fixel README example broken 1.2.3 version Bugfix: README example broken Nov 19, 2025
cache_ttl_second: int = 0) -> Self:
self.task_reference_name = task_reference_name
self.task_type = task_type
self.task_name = task_name if task_name is not None else task_type.value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this needed for the workflow as code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

task_name is not used anywhere, what do you mean by workflow as code ?

@IgorChvyrov-sm IgorChvyrov-sm marked this pull request as ready for review November 24, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants