Skip to content

delay is not being conditionally called

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
  • suncds Offline
  • Posts: 3
  • Joined: Wed Jul 06, 2016 2:09 pm

delay is not being conditionally called

Post by suncds »

I have a delay profiled in my project, to only execute under certain conditions:

${index} lt 3 and '${transferError}' eq '1'

Running the project is debug mode yields the following values for transferError and index:
index = 1
transferError = '1'

index vaiable is a counter within a for loop,
transferError is a variable defined on the SFTP task on-error: setVariable:transferError='1'

Log message:
Jul 6, 2016 4:05:13 PM INFO Skipping task 'delay' as the condition "${index} lt 3 and '${transferError}' eq '1'" was not met

I do not see why the delay is not getting executed.
  • Support_Rick Offline
  • Support Specialist
  • Posts: 590
  • Joined: Tue Jul 17, 2012 2:12 pm
  • Location: Phoenix, AZ
  • Contact:

Re: delay is not being conditionally called

Post by Support_Rick »

suncds,

Please advise on the following:

Current GAD Version?
Can you post your Project as an attachment to this thread so we can review it?

Thanks!
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696
Post Reply