Skip to content

Streamline the tagging of Camunda BPMN process models to align them with specific model milestones by leveraging the Camunda Web Modeler API with this GitHub Action. This action is part of a suite of actions designed to streamline the CI/CD pipeline for managing BPMN process models.

License

Notifications You must be signed in to change notification settings

apendo-c8/tag-bpmn-models

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Streamline the tagging of Camunda BPMN process models to align them with specific model milestones by leveraging the Camunda Web Modeler API with this GitHub Action. This action is part of a suite of actions designed to streamline the CI/CD pipeline for managing BPMN process models.

Usage

To use this action in your workflow, follow these steps:

Set Up Camunda API Access:

Ensure you have correct credentials to authorize the Camunda Modeler API

You can simply refer to this GitHub action in any GitHub workflow.:

      - name: Tag BPMN Models
        uses: apendo-c8/tag-bpmn-models@v1.2
        with:
          project_id: 'Project Id'
          tag: 'Tag name (${{ github.ref_name }} will reference the latest pushed tag or branch)'
          client_id: 'Camunda Modeler API client id'   
          client_secret: 'Camunda Modeler API client secret'

About

Streamline the tagging of Camunda BPMN process models to align them with specific model milestones by leveraging the Camunda Web Modeler API with this GitHub Action. This action is part of a suite of actions designed to streamline the CI/CD pipeline for managing BPMN process models.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •