Pass the value for delay activity using C#

How to use delay variable values (coming from config) in delay activity using C#

Thanks in Advance.

HI,

How about the following expression?

TimeSpan.FromSeconds(Double.Parse(in_Config["DelayTime"].ToString()))

image

This assumes in_Config[“DelayTime”] returns delay time as second.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.