How to add statuses
to your Job code and then subscribe using the hooks
statuses
in your Job code. This gives you fine grained control over what you want to expose.
It allows you to:
generating-memes
and then updated it. It’s worth noting that you can create as many statuses as you’d like in a single Job and you can update them as many times as you want.
This allows you to fine-grained control over how you report progress and output data from your Job.
useEventRunStatuses
hook will give you the statuses and overview data of the first run that is triggered by an 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.useRunStatuses
hook will give you the statuses and overview data of a specific Run.
How do I get a Run id?