-
Notifications
You must be signed in to change notification settings - Fork 60
Added a note about .run and tracking actions #2685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a note about .run and tracking actions #2685
Conversation
…load' of https://github.com/port-labs/port-docs into PORTN-3437-add-action-run-catalog-guide-clarify-run-payload
…load' of https://github.com/port-labs/port-docs into PORTN-3437-add-action-run-catalog-guide-clarify-run-payload
Claude finished @sivanel97's task —— View job PR Review ProgressReviewing PR: "Added a note about .run and tracking actions" Todo List:
Detailed ReviewOverviewThis PR adds valuable content about tracking self-service actions and clarifies information about
File-by-File Review1.
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…load' of https://github.com/port-labs/port-docs into PORTN-3437-add-action-run-catalog-guide-clarify-run-payload
|
||
The following tracking system works by creating a dedicated blueprint for action runs and setting up an automation that captures execution details whenever a specific self-service action is triggered as well as an automation that updates the action run's status. This approach can give you a centralized view of all action executions in your software catalog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To gain visibility into how your self-service actions are being used and their performance, you can set up tracking for action runs. This allows you to monitor execution patterns, track success rates, and maintain audit trails what actions were executed and when. | |
The following tracking system works by creating a dedicated blueprint for action runs and setting up an automation that captures execution details whenever a specific self-service action is triggered as well as an automation that updates the action run's status. This approach can give you a centralized view of all action executions in your software catalog. | |
To gain visibility into how your self-service actions are being used and their performance, you can set up tracking for action runs. This allows you to monitor execution patterns, track success rates, and maintain audit trails to follow what actions were executed and when. | |
The following tracking system works by creating a dedicated blueprint for action runs and setting up an automation that captures execution details whenever a specific self-service action is triggered as well as an automation that updates the action run's status. |
</details> | ||
|
||
Using the blueprint and automation will give you a tracking system that captures all execution details of a self-service action, providing visibility into usage patterns. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is repetitive, pretty much the same as what was written in the beginning of the section.
Instead of this, let's write here something more practical, like "Once implemented, you can do X..."
…load' of https://github.com/port-labs/port-docs into PORTN-3437-add-action-run-catalog-guide-clarify-run-payload
…load' of https://github.com/port-labs/port-docs into PORTN-3437-add-action-run-catalog-guide-clarify-run-payload
…load' of https://github.com/port-labs/port-docs into PORTN-3437-add-action-run-catalog-guide-clarify-run-payload
Description
Added a note about .run and tracking actions section.