You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
If the configuration variable in a task is not a ds built-in value, the task will always be submitted successfully when the workflow is executed.
For example, if the configuration variable param value of task A is set to $[testStr], then when executing the workflow, the submission status will always be successful until task A is executed.
What you expected to happen
For example, if the configuration variable param value of task A is set to $[testStr], then when executing the workflow, the submission status will always be successful until task A is executed.
How to reproduce
For example, if the configuration variable param value of task A is set to $[testStr], then when executing the workflow, the submission status will always be successful until task A is executed.
Search before asking
What happened
某个任务中的配置变量,变量值不是ds内置值,则在执行工作流时,此任务一直是提交成功状态
比如A任务 配置变量 param 值设置为$[testStr],则在执行工作流时,执行到A任务就一直时提交成功状态
What you expected to happen
比如A任务 配置变量 param 值设置为$[testStr],则在执行工作流时,执行到A任务就一直时提交成功状态
How to reproduce
比如A任务 配置变量 param 值设置为$[testStr],则在执行工作流时,执行到A任务就一直时提交成功状态
Anything else
No response
Version
3.1.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: