Skip to content
activity

GitHub Action

Tag BPMN models

v1.2 Latest version

Tag BPMN models

activity

Tag BPMN models

GitHub Action for automated tagging of BPMN models

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Tag BPMN models

uses: apendo-c8/tag-bpmn-models@v1.2

Learn more about this action in apendo-c8/tag-bpmn-models

Choose a version

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'