恢复失败(从失败节点运行)流程实例的启动参数获取不到 #17655
Unanswered
FuLiTaoamazing
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
工作流的第一个节点中设置了全局变量 echo '${setValue(fixedInstanceNo=${instanceNo})}' ,在后续节点中在首次运行可以获取得到,通过流程的从失败节点运行时无法获取到这个变量值 后续节点shell脚本
echo "测试任务执行失败 ${fiexInstanceNo}"
exit 1
Beta Was this translation helpful? Give feedback.
All reactions