Conversation
ychebotarev
approved these changes
Jun 23, 2025
docs/cli/activity.mdx
Outdated
| Resetting an activity restarts the activity as if it were first being scheduled. That is, it will reset both the number of attempts and the activity timeout, as well as, optionally, the [heartbeat details](#reset-heartbeats). | ||
|
|
||
| If activity is paused and 'keep_paused' flag is not provided - it will be | ||
| If the activity may be executing (i.e. it has not yet timed out), the reset will take effect the next time it fails or times out. |
Contributor
There was a problem hiding this comment.
unless they are long-running activities.
Contributor
Author
There was a problem hiding this comment.
Fixed!
080f342 to
cd0bbfc
Compare
cd0bbfc to
7534c7d
Compare
fbc8e65 to
13f9a44
Compare
axfelix
approved these changes
Jul 11, 2025
Contributor
axfelix
left a comment
There was a problem hiding this comment.
Doesn't look like anything is changing in terms of syntax here, just clarifications. As discussed, these should generally go into the CLI repo in the future, but approving this for now while we improve that process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Reset
Pause
Update Options
Notes to reviewers