Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the "Change status" behavior to allow option to rerun downstream tasks #6722

Closed
anna-geller opened this issue Jan 13, 2025 · 1 comment · Fixed by #6799
Closed

Change the "Change status" behavior to allow option to rerun downstream tasks #6722

anna-geller opened this issue Jan 13, 2025 · 1 comment · Fixed by #6799
Assignees
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes enhancement New feature or request kind/breaking-change Code modifications needed before upgrading kind/customer-request Requested by one or more customers

Comments

@anna-geller
Copy link
Member

anna-geller commented Jan 13, 2025

Feature description

image

Instead of just "OK", we can change it for 2 buttons:

  1. Change status
  2. Change status and restart downstream

Option 2 is Change status manually + restart the Execution from one task below

Repro

id: mark_success
namespace: company.team

tasks:
  - id: fail
    type: io.kestra.plugin.core.execution.Fail

  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Hello World! 
@anna-geller anna-geller added area/backend Needs backend code changes enhancement New feature or request area/frontend Needs frontend code changes labels Jan 13, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jan 13, 2025
@Ben8t Ben8t added the kind/customer-request Requested by one or more customers label Jan 13, 2025
@anna-geller
Copy link
Member Author

Reproducer:

repro.zip

@loicmathieu loicmathieu self-assigned this Jan 15, 2025
@loicmathieu loicmathieu added the kind/breaking-change Code modifications needed before upgrading label Jan 20, 2025
@tchiotludo tchiotludo moved this from Backlog to In progress in Issues Jan 23, 2025
@github-project-automation github-project-automation bot moved this from In progress to Done in Issues Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes enhancement New feature or request kind/breaking-change Code modifications needed before upgrading kind/customer-request Requested by one or more customers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants