Hello,
A set/map of what? You can use standard javascript 5.1 means to code the logic in your rule. However, you cannot create new bundles, fields, etc.
I can't create a map like in standard javascript. Like this way: var m = new Map();
Unfortunately, new Map creation is not supported. Workflow editor fully supports ES5.1; the following methods are supported from ES6:
startsWithendsWithrepeatcodePointAtnormalizeincludesisFiniteisIntegerisSafeIntegerisNaNcbrt()cosh()expm1()hypot()log1p()log10()sinh()tanh()imul()trunc()
Please refer to https://www.jetbrains.com/help/youtrack/standalone/Workflows-in-JavaScript.html#2018-updates
Please sign in to leave a comment.
Hello,
A set/map of what? You can use standard javascript 5.1 means to code the logic in your rule. However, you cannot create new bundles, fields, etc.
I can't create a map like in standard javascript. Like this way: var m = new Map();
Unfortunately, new Map creation is not supported. Workflow editor fully supports ES5.1; the following methods are supported from ES6:
startsWith
endsWith
repeat
codePointAt
normalize
includes
isFinite
isInteger
isSafeInteger
isNaNcbrt()
cosh()
expm1()
hypot()
log1p()
log10()
sinh()
tanh()
imul()
trunc()
Please refer to https://www.jetbrains.com/help/youtrack/standalone/Workflows-in-JavaScript.html#2018-updates