通过内部信号触发工作流 #96
dipping5115
started this conversation in
交流
Replies: 1 comment 2 replies
|
可以加一个 全局变量变更的 触发器 |
2 replies
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.
就比如我在工作流A设定每天晚上触发, 做一些事后发出信号
goToBed表示我要睡觉了, 然后 B, C, D 三个工作流绑定到这个信号, 它们会在这个信号发出后自动被触发这个功能增强了多对多工作流的触发方式, 但我自认为这个方案还缺乏思考故开放此讨论
All reactions