You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put a variable Eg:${secForNextExecution} in Delay in seconds field. It's working OK for a fixed value, but...
I'm facing a specific necessity where the delay for the next execution shall be dinamically set.
I've try changing ${secForNextExecution} value by a javascript transform Eg: setVariable('secForNextExecution', '0', 'r')
I've set Keep variable values after executions = ON, create the parameter on Parameters/Variables to set: but no success.
So I think it is an action limitation.
Issue Priority
Priority: 3
Issue Component
Component: Actions
The text was updated successfully, but these errors were encountered:
It's not an action limitation.
Variables are resolved at the start of a workflow or pipeline and can't be altered during its execution. You will need to set the variable in a parent workflow.
What would you like to happen?
I put a variable Eg:
${secForNextExecution}
inDelay in seconds
field. It's working OK for a fixed value, but...I'm facing a specific necessity where the delay for the next execution shall be dinamically set.
I've try changing
${secForNextExecution}
value by a javascript transform Eg:setVariable('secForNextExecution', '0', 'r')
I've set
Keep variable values after executions = ON
, create the parameter onParameters/Variables to set:
but no success.So I think it is an action limitation.
Issue Priority
Priority: 3
Issue Component
Component: Actions
The text was updated successfully, but these errors were encountered: