Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: retry_v2变量免渲染问题处理 #7526 #7529

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lTimej
Copy link
Collaborator

@lTimej lTimej commented Aug 5, 2024

No description provided.

@lTimej lTimej requested a review from normal-wls August 5, 2024 07:36
@lTimej lTimej added the type/bug 缺陷 label Aug 5, 2024
@lTimej lTimej linked an issue Aug 5, 2024 that may be closed by this pull request
@@ -94,6 +94,11 @@ def retry_v2(self, operator: str, **kwargs) -> dict:
return api_result
if "__executor_proxy" in api_result.data["inputs"] and kwargs["inputs"]:
kwargs["inputs"]["__executor_proxy"] = api_result.data["inputs"]["__executor_proxy"]["value"]
if "job_content" in api_result.data["inputs"] and kwargs["inputs"]:
Copy link
Member

Choose a reason for hiding this comment

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

job_content 还是硬编码了,需要用need_render字段

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug 缺陷
Projects
None yet
Development

Successfully merging this pull request may close these issues.

retry_v2变量免渲染问题处理
2 participants