Is There a Way to Track Member Changes in Pipedream Workflows?

This topic was automatically generated from Slack. You can find the original thread here.

is their any way to know history logs i.e which member made which changes in pipedream workflows.

Pipedream provides a feature called Event History that allows you to monitor all workflow events and their stack traces in a centralized view. You can access this feature from the Event History section in your dashboard. While the Event History allows you to filter events by workflow, execution status, and within a specific time range, it does not directly track changes made by individual members to workflows, such as who made specific changes. For detailed information on using Event History, please visit Event History Documentation. If you’re looking for detailed audit logs that track user actions, such as who made changes to a workflow, Pipedream’s current documentation does not specify this feature. For further assistance or to request this feature, you might want to reach out to Pipedream’s support team directly at Support - Pipedream.

Hi ,

Sorry Pi was a bit confused on that question. The Github Sync feature is what you’re looking for. That allows you to:

• Review code changes by other members on your team (even line by line)
• Require PR reviews before merging
• Separate development changes into multiple branches to avoid collisions between members changes
• Your workflows-as-code within your own Github Repository for code changes outside of Pipedream
Here’s our getting started guide: Quickstart - Github Sync - Pipedream