Skip to content

5.3.10

Compare
Choose a tag to compare
@ElifDenizEsea ElifDenizEsea released this 13 Jun 14:55
· 175 commits to master since this release
5a3594f
Merge pull request #413 from hmcts/feat/ST-1437

ST-1437 -Added publish flag in Event, for WA configuration in Special Tribunals


We are trying to configure Work Allocation(WA) for special Tribs. wa-case-event-handler one of WA services looks for this flag and publishes the event to Camunda. sptribs rely on config generatorfor JSON generation , so we need this change.

2.5.5 CCD Event Messages
2.5.5.1 Event Publication Configuration

To avoid (i) publishing of events which are considered internal to a service's CCD implementation; and (ii) the overhead of publishing events for services which have not adopted work allocation, the CaseEvent section of the CCD case definition will be expanded with a flag which determines which case events will result in publication of a message to the queue. For example, a boolean 'Publish' flag. The default will be not to publish, to retain current behaviour. (https://tools.hmcts.net/confluence/display/WA/HLD+-+Task+Management+v1.5)