Inbound phone calls for the Notify - Twilio integration not processing properlyDescriptionDuring Inbound phone calls for the Notify - Twilio integration, if an Incoming call workflow uses the Say activity, the workflow is cancelled and no reply is returned.Steps to Reproduce Create the Notify - Incoming call workflow and set it on notify_call table. For more information, see the product documentation topic Configure Notify with the Twilio service. Add the Say Notify activity. Dial the phone number associated with the Notify Number Group that is attached to the Incoming call workflow. Confirm that you get one ring and then a busy tone. Check the workflow context of the workflow triggered. Confirm that the workflow gets cancelled on the Say activity and no Response is sent to Twilio. Workaround<!-- ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Use one of the following workarounds: While creating the workflow, under the Conditions tab, set the value of the If condition matches field to "None" instead of "Run the workflow" and keep the table as "notify_call." For an existing workflow: Navigate to the Published Workflow Version and copy the sys_id for the Workflow Version (wf_workflow_version) record. For more information, see the product documentation topic Workflow concepts. Check out the workflow. Set the If condition matches field to None. Publish the checked-out workflow. Run the test again. Related Problem: PRB1251793