Mule - 启动一个已停止的默认流程
Mule - Start a Stopped default flow
我有两个mule flows
,其中一个默认是stopped
。
虽然应用程序已启动,但我想在需要时启动该流程。
我一直在看这个 post:Starting a mule flow programmatically using groovy
但是我怎样才能在 Windows 服务器中执行那个命令呢?没看懂..
"command" 确实是 Mule 的一个组成部分:Groovy。
您可以在
中了解更多信息
https://docs.mulesoft.com/mule-user-guide/v/3.7/groovy-component-reference
我有两个mule flows
,其中一个默认是stopped
。
虽然应用程序已启动,但我想在需要时启动该流程。
我一直在看这个 post:Starting a mule flow programmatically using groovy 但是我怎样才能在 Windows 服务器中执行那个命令呢?没看懂..
"command" 确实是 Mule 的一个组成部分:Groovy。
您可以在
中了解更多信息https://docs.mulesoft.com/mule-user-guide/v/3.7/groovy-component-reference