GitHub user ossDataEngineer added a comment to the discussion: How could I change a variable defined in JVM scope in JavaScript Action?
@bamaer - I have a similar requirement, I want to repeat a workflow execution until END_LOOP variable is set to value = fileDownloadComplete. I additionally want to exit out of this repeat if var_retry_attempt>3 (that is retry the file downloading 3 times and abort) I set var_retry_attempt=0 in parent-workflow with scope (Valid in the root workflow). Try to set the variable to value 1 in child workflow (i.e repeat workflow) but the value is not reflected and the repeat loop continues to execute infinitely GitHub link: https://github.com/apache/hop/discussions/5181#discussioncomment-15137811 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
