Once a user accepts a task, is there a way to update the status of a CDT in the database?

Once a user accepts a task, is there a way to update the status of a CDT in the database?

In my attempt to implement this, I created a process and configured the start event to receive a message (the setup tab is as shown below). In the Data tab, I added 'msg!properties'.'CDTNAME' as the Value and storing that in the process variable CDTNAME. Here, CDTNAME contains a status field which we want to update to Accepted and then write into the database. In the process that contains the user input task I was wondering if there is a way to configure an escalation event to send a message to this process once the task is accepted?

Are there any other ways to do this?

  Discussion posts and replies are publicly visible