These allow you to show Run and Task progress without adding extra code to your Jobs.
useEventDetails
hook will get the details of a specific event. You can use this to show the status of a specific event.
How do I get an event id?
id
of the event. You can
then pass this to your frontend to use in the useEventRunDetails
hook.useRunDetails
hook will get the details of a specific Run. You can use this to show the status of a specific Run.
How do I get a Run id?
useEventRunDetails
hook will get the details of a specific Run that was triggered by a specific event. You can use this to show the status of a specific Run.
How do I get an event id?
id
of the event. You can
then pass this to your frontend to use in the useEventRunDetails
hook.