Closed adrienmaillard closed 4 months ago
The interval for instantiating parameters of an activity has been relaxed to Interval.FOREVER instead of restricting it to the start time of the activity.
Interval.FOREVER
A new test reproducing the failure has been added and is now passing.
None.
I found #1484 while working on this one.
@JoelCourtney and I discussed this and we found another way of fixing the issue.
I haven't added a nested parameter test. It's not straightforward at all and I'd prefer investigate this in another ticket.
Description
The interval for instantiating parameters of an activity has been relaxed to
Interval.FOREVER
instead of restricting it to the start time of the activity.Verification
A new test reproducing the failure has been added and is now passing.
Documentation
None.
Future work
I found #1484 while working on this one.