infinite-dataset-hub/WebhookFlowTracker
收藏Hugging Face2024-08-28 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/infinite-dataset-hub/WebhookFlowTracker
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
tags:
- infinite-dataset-hub
- synthetic
---
# WebhookFlowTracker
tags: webhook, process mapping, workflow analysis
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
**Dataset Description:**
The 'WebhookFlowTracker' dataset is designed to assist Machine Learning practitioners in understanding and optimizing webhook-based process flows. Each row represents an event captured from a webhook call, including the HTTP request details and corresponding workflow labels. The dataset aims to aid in workflow analysis and process mapping by providing insights into how webhooks contribute to automated processes.
**CSV Content Preview:**
```
id,timestamp,method,path,headers,body,status,labels
1,2023-01-01T12:00:00Z,POST,/webhooks/process-start,{"Content-Type":"application/json"},{"payload":"Start process A"},200,["WebhookReceived", "ProcessStart"]
2,2023-01-01T12:05:00Z,POST,/webhooks/step-A-complete,{"Content-Type":"application/json"},{"payload":"A_step_completed"},200,["StepACompleted"]
3,2023-01-01T12:10:00Z,POST,/webhooks/step-B-complete,{"Content-Type":"application/json"},{"payload":"B_step_completed"},200,["StepBCompleted"]
4,2023-01-01T12:15:00Z,POST,/webhooks/process-end,{"Content-Type":"application/json"},{"payload":"End process A"},200,["ProcessEnded", "ProcessCompletion"]
5,2023-01-01T12:20:00Z,POST,/webhooks/error,{"Content-Type":"application/json"},{"payload":"Error_in_step_B"},500,["ErrorOccurred", "StepBError"]
```
**Source of the data:**
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'URL WEBHOOK':
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=URL+WEBHOOK&dataset=WebhookFlowTracker&tags=webhook,+process+mapping,+workflow+analysis
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
提供机构:
infinite-dataset-hub



