Skip to content

Conversation

@be-kate-do
Copy link

Description

In order to be able to re-run the execution from specific task, this parameter needs to be exposed in execution re-run method.

Execution is capable to handle this parameter according to this : https://github.com/StackStorm/st2/blob/master/st2client/st2client/commands/action.py#L1790-L1793

Testing:

Tested locally, rerunning the workflow by id and supplying the task parameter.
Relevant output from the re_run:

    "context": {
      "re-run": {
        "ref": "682f7b112a47c69a4be47e02",
        "tasks": [
          "check_if_empty"
        ],
        "reset": [
          "check_if_empty"
        ]
      },

@CLAassistant
Copy link

CLAassistant commented May 22, 2025

CLA assistant check
All committers have signed the CLA.

@be-kate-do be-kate-do force-pushed the add-task-option-to-execution-rerun branch from ece9b9e to be592ad Compare May 22, 2025 21:07
@be-kate-do be-kate-do force-pushed the add-task-option-to-execution-rerun branch from be592ad to 2f84e34 Compare May 22, 2025 21:09
@be-kate-do be-kate-do closed this May 22, 2025
@be-kate-do be-kate-do deleted the add-task-option-to-execution-rerun branch May 22, 2025 21:29
@be-kate-do be-kate-do restored the add-task-option-to-execution-rerun branch May 22, 2025 21:29
@be-kate-do be-kate-do deleted the add-task-option-to-execution-rerun branch May 22, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants