Skip to content

Conversation

@isivaselvan
Copy link
Collaborator

@isivaselvan isivaselvan commented Sep 19, 2025

Description

Implemented Run Tasks and Run Trigger API Specs

Run Tasks resource contains

  • list() --> Listing all run tasks
  • create() --> Creating run tasks
  • read(), read_with_options() --> Show the run tasks
  • update() --> update the run tasks
  • delete() --> Delete the run tasks
  • attach_to_workspace() --> No implemented, dependencies with Workspace run task
  • Unit test cases added at tests/units/test_run_task.py
  • examples added at examples/run_task.py
  • Added basic types for agentpool and workspace run task due to the dependency

Run Trigger resource contains

  • list()
  • create()
  • read()
  • delete()
  • backfill_deprecated_sourceable() --> Method to populate the deprecated sourceable attribute
  • Unit test cases added at tests/units/test_run_trigger.py
  • examples added at examples/run_trigger.py

Resolved the conflicts at

  • src/tfe/client.py
  • src/tfe/resource/_base.py
  • src/tfe/errors.py

Testing plan

External links

JIRA
JIRA

Output from tests

Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.

Rollback Plan

Changes to Security Controls

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.

  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.

  • If applicable, I've documented the impact of any changes to security controls.

    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

If you have any questions, please contact your direct supervisor, GRC (#team-grc), or the PCI working group (#proj-pci-reboot). You can also find more information at PCI Compliance.

@isivaselvan isivaselvan requested a review from a team as a code owner September 19, 2025 10:47
@iam404 iam404 merged commit 19c814c into main Sep 20, 2025
11 checks passed
@iam404 iam404 deleted the Sivaselvan32/RunTasksandTriggers branch October 28, 2025 06:38
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.

2 participants