sfops
sfpSlackGithub
  • Overview
  • Features
  • Environments
    • Creating an Environment
    • Authenticating to Environments
    • Review Environments
      • Configuring Review Sandboxes
      • Creation and Allocation of Review Sandboxes
  • Project Workflows
    • sfops - Execute Issue Ops
    • sfops - On Pull Request Comments
    • sfops - Close Issues
    • sfops - Execute Every 30 mins
    • sfops - Daily Job Executor
    • sfops - Review Sandbox - Creator
    • sfops - On Push to Branch
    • sfops - Execute Releases to any env
    • sfops - Execute Releases
  • IssueOps
    • Access
      • Request elevated previlege in production
    • Release
      • Release a Domain
      • Hotfix Workflow
  • Changelog
    • November24
    • January25
  • DevCentral
    • Customising Menu
    • Extending using Custom Forms and Issue Ops Actions
  • self managed instances
    • Setup for self managed instances
      • 1. Create repositories
      • 2. Create a GitHub App
      • 3. Setting up sfops repository
      • 4. Trigger the workflows
      • 5. Setting up project repository
      • 6. Fetching upstream changes
        • 6.1 Manual Process for Updating sfops from Upstream
    • Update Instructions
      • Updating to v29.0.0
      • Updating to v30.3.1 and above
    • Workflow details
      • Sync Upstream Repository and Create Pull Request
  • Legal
    • Terms of Service for sfops
Powered by GitBook
On this page

Project Workflows

PreviousCreation and Allocation of Review SandboxesNextsfops - Execute Issue Ops

Last updated 1 year ago

Project workflows, situated within your project repository on GitHub, are automated processes triggered by events linked to your repository. These workflows utilizes reusable workflows housed in the sfops-gh-actions repository of your organization,

You have the flexibility to tailor these project workflows by incorporating additional jobs. These additional jobs can either depend on the standard 'default' jobs provided or run in parallel, allowing for a customizable and efficient automation setup.

The reusable workflows from sfops are designed with particular input requirements and yield specific outputs. This design enables you to leverage these outputs for further automation and integration within your project, ensuring a seamless operational flow.

The following section provides detailed insights into the predefined project workflows available for use. These workflows are designed to streamline various project management and execution processes, enabling efficient and effective project progression from inception to completion.

How project workflows utilizes reusable workflows