GitHub user ossDataEngineer added a comment to the discussion: How could I change a variable defined in JVM scope in JavaScript Action?
One solution: Parent Workflow - Set Variable var_retry_attempt=0 (Valid in current workflow) Child Workflow (where the file download happens) on repeat and END_LOOP is set after successful attempt and retry count<3 is checked Child pipeline - responsible to increment var_retry_attempt using Set variables transform (Valid in root workflow) GitHub link: https://github.com/apache/hop/discussions/5181#discussioncomment-15138188 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
