Hi,
Even though the approver has performed the approval almost immediately, the Approval action times out!!
ActionTimedOut. The workflow action 'Start_and_wait_for_an_approval_PO' timed out while waiting for webhook callback.
The Timeout setting is configured to "PT5M"
And I can see that the approval has been registered when I log on to https://emea.flow.microsoft.com/manage/... !
As you can see I have gathered the relevant actions in a Scope. The exact copy of this scope is working in another flow (Timeout config set to only 2 mins PT120S) without any issues!
Hope you can help on this urgent issue
kr
Also wanted to add that when I Peek Code, the working and the faulty Approval requests look identical!
{
"inputs": {
"host": {
"connection": {
"name": "@parameters('$connections')['shared_approvals']['connectionId']"
}
},
"body": {
"notificationUrl": "@{listCallbackUrl()}",
"title": "ID01 PO approval request for @{triggerBody()?['Title']} (@{triggerBody()?['StudyTitle']})",
"assignedTo": "@variables('vPOApprover')",
"details": "Requestor: @{triggerBody()?['Author']?['Email']}\nWhen: @{triggerBody()?['Created']}",
"itemLink": "@triggerBody()?['{Link}']",
"itemLinkDescription": "@triggerBody()?['StudyTitle']",
"requestor": "@triggerBody()?['Author']?['Email']",
"enableNotifications": true,
"enableReassignment": false,
"attachments": "@variables('vAttachments')"
},
"path": "/types/@{encodeURIComponent('Basic')}/subscriptions",
"authentication": "@parameters('$authentication')"
},
"limit": {
"timeout": "PT120S"
},
"metadata": {
"flowSystemMetadata": {
"swaggerOperationId": "StartAndWaitForAnApproval"
}
}
}
Hi @Monza ,
Could you please share a screenshot of the configuration of the "Start and wait for an approval" action in your flow?
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
12 | |
7 | |
4 | |
4 | |
3 |
User | Count |
---|---|
11 | |
8 | |
6 | |
5 | |
4 |