It is better to have a readymade activity for updating any specific content data for queue items. I know we can use HTTP API calls to update it, but an activity will be useful to easily update it.
For example I have a property called “SentToApproval” in the specific content, at the time of adding to queue it will be “New” once after it has been sent to required approvals I want to update it as “Sent”.
For each request bot will fetch the details from web application and will add them as Transactions into the queue
And for each request BOT will do some validations, If the validations are failed the transaction item status is changed to Failed - Business Exception and will not be processed further.
For the validation successful ones, BOT will send a mail to the approval of the request. In this case the Queue item will still be in New status and I want to update one of the property in Specific Content as Mail sent to Approval
I want an another process which will check for this property and if it is Mail sent to approval, it will check for the approval mail and if received should update the status as Approved which should be processed with next steps once approved.