Microsoft Azure Functions · Capability
WebApps API Client — WorkflowTriggerHistories
WebApps API Client — WorkflowTriggerHistories. 3 operations. Lead operation: WorkflowTriggerHistories. Self-contained Naftiko capability covering one Microsoft Azure Functions business surface.
What You Can Do
GET
Workflowtriggerhistorieslist
— Gets a list of workflow trigger histories.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/triggers/{triggername}/histories
GET
Workflowtriggerhistoriesget
— Gets a workflow trigger history.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/triggers/{triggername}/histories/{historyname}
POST
Workflowtriggerhistoriesresubmit
— Resubmits a workflow run based on the trigger history.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/triggers/{triggername}/histories/{historyname}/resubmit
MCP Tools
gets-list-workflow-trigger-histories
Gets a list of workflow trigger histories.
read-only
idempotent
gets-workflow-trigger-history
Gets a workflow trigger history.
read-only
idempotent
resubmits-workflow-run-based-trigger
Resubmits a workflow run based on the trigger history.