Expected Behavior
Local Activity Worker should respect startToClose timeout and initiate a new activity execution if the activity call doesn't finish during a user-defined timeout.
A timed-out execution should be abandoned.
Actual Behavior
startToClose is ignored and not enforced anyhow by JavaSDK. The local activity can run up to scheduleToClose timeout is reached even if much shorter startToClose is provided.
Expected Behavior
Local Activity Worker should respect
startToClosetimeout and initiate a new activity execution if the activity call doesn't finish during a user-defined timeout.A timed-out execution should be abandoned.
Actual Behavior
startToCloseis ignored and not enforced anyhow by JavaSDK. The local activity can run up to scheduleToClose timeout is reached even if much shorterstartToCloseis provided.