You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| :retry-options | Define how activity is retried in case of failure. | [[temporal.common/retry-options]] | |
38
-
| :start-to-close-timeout | Maximum time of a single Activity execution attempt. | [Duration](https://docs.oracle.com/javase/8/docs/api//java/time/Duration.html) | |
38
+
| :start-to-close-timeout | Maximum time of a single Activity execution attempt. | [Duration](https://docs.oracle.com/javase/8/docs/api//java/time/Duration.html) | 3 seconds |
39
39
| :schedule-to-close-timeout | Total time that a workflow is willing to wait for Activity to complete. | [Duration](https://docs.oracle.com/javase/8/docs/api//java/time/Duration.html) | |
40
40
| :schedule-to-start-timeout | Time that the Activity Task can stay in the Task Queue before it is picked up by a Worker. | [Duration](https://docs.oracle.com/javase/8/docs/api//java/time/Duration.html) | |
0 commit comments