We have a requirement to provide Approvers in a workflow with an email that summarizes the transaction details as well as provides a deep link to
Either task in a tasklist
or provides a deeplink to actually Approve / Reject the transaction (we understand security implications of this) if this possible at all without creating a customised REST service
As we are not keen to reinvent the wheel we would appreciate your sharing of typical patterns to implement the requirement.
See the link above for more docs on how. Short version: it provides a process engine plugin for Camunda, and you configure the plugin to read from a YAML file that is a list of “verticles”. a verticle is your code that defines the endpoints or whatever action.