fixed ui resources
This commit is contained in:
parent
1e703f0264
commit
291849f81b
@ -49,7 +49,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
"Deprecated because the acknowledged message still stays in memory (to be delayed) and this " +
|
"Deprecated because the acknowledged message still stays in memory (to be delayed) and this " +
|
||||||
"does not guarantee that message will be processed even if the \"retry failures and timeouts\" processing strategy will be chosen.",
|
"does not guarantee that message will be processed even if the \"retry failures and timeouts\" processing strategy will be chosen.",
|
||||||
icon = "pause",
|
icon = "pause",
|
||||||
uiResources = {""},
|
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
||||||
configDirective = "tbActionNodeMsgDelayConfig"
|
configDirective = "tbActionNodeMsgDelayConfig"
|
||||||
)
|
)
|
||||||
public class TbMsgDelayNode implements TbNode {
|
public class TbMsgDelayNode implements TbNode {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user