You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Go to Workflow API for a detailed view of the different requests

Adding a Publisher 


The following steps will create a new workflow and then add a single Elasticsearch Publisher (In Progress) to the onPublish event.

Step 1. Add a new Workflow

Request


$action.getHelper().renderConfluenceMacro("$codeS$body$codeE")

Response $action.getHelper().renderConfluenceMacro("$codeS$body$codeE")

Notice that by default when a new Workflow is created, all templates and events are added to it so they can be used to create different sets of rules.


Step 2. Create an ElasticSearch Publisher Rule

Request


$action.getHelper().renderConfluenceMacro("$codeS$body$codeE")

Response


$action.getHelper().renderConfluenceMacro("$codeS$body$codeE")

  • No labels