grosner
(Gary)
May 26, 2022, 1:22pm
1
My TriggerScope includes an Element Attribute Change Trigger.
How can I set a timeout for this Trigger Scope (I do not see a timeout property)? I want to end the workflow if the Element Attribute Change does not Trigger after 30 seconds.
Additional Info:
CSharp project. Windows-Legacy.
1 Like
@grosner
I think there wont be any timeout for the Trigger scope, but you can set the timeout for the Element Attribute which you used insdie the scope.
grosner
(Gary)
May 26, 2022, 1:37pm
3
Please tell me how to set the timeout for the Element Attribute Change. I do not see the property.
Yoichi
(Yoichi)
May 26, 2022, 1:38pm
4
Hi,
Parallel and Delay activity might help you, as the following image.
Please set true condition property of Parallel activity.
Regards,
4 Likes
grosner
(Gary)
May 26, 2022, 1:58pm
5
@Yoichi Thank you. The Delay (inside Parallel activity with its Condition property set to true) works perfectly. Now my activity gracefully times out.
For anyone interested, in my case, I set the Delay Duration property to: 00:00:10 for a 10 second delay.
Again, Thanks!
1 Like
What condition need to put in parallel property
Yoichi
(Yoichi)
May 27, 2022, 2:37pm
7
Hi,
Set True as the following.
Regards.
1 Like
system
(system)
Closed
May 30, 2022, 2:38pm
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.