This action will run a workflow in Boomerang Flow by publishing a CloudEvent
to the event listener.
Input | Description | Default | Required |
---|---|---|---|
URL | The Boomerang Flow event URL. | https://<host>/flow/services/listener/event |
true |
Token | The security token as part of your workflow | true | |
Workflow ID | The ID of the workflow that you want to run. | true | |
Topic | This is entered in the Workflow configuration when you enable a Custom event | 'GitHub' | true |
Payload | The JSON payload you would like sent. | false |
Find more information at our documentation
In your Boomerang Flow instance, for the Workflow you wish to run
- Navigate to the Edit Workflow > Configuration > Triggers and enable the Custom Event trigger.
- Set the Topic to the value you will specify in the Inputs mentioned above.
- Hit Save.
When creating new versions of this GitHub Action, you will need to navigate to the action.yaml and update the version of the container to match.