We have integrated ServiceNow using servicenow connector, and developed custom workflow to update ticket using Manage ServiceNow ticket.
Based on workflow processing, we need to update specific task status which will be created under RITM ticket, is there way/approach to update those sub tasks which are created under RITM ticket in serviceNow?
This might be something you need to use a HTTP Request step in your workflow to accomplish, assuming you can create an API call that can accomplish this in ServiceNow.