useFetchProcessSchedules()
useFetchProcessSchedules():
Provides a method to fetch process schedules for a given environment and integration pack instance. Looks up atom attachments, queries processes, and then queries schedules per (atomId, processId) pair until one is found.
Throws
If required params are missing or queries fail.
Returns
Hook state and API.
fetchSchedules()
fetchSchedules: (environmentId: string, integrationPackInstanceId: string) => Promise<void>
Parameters
Returns
Was this topic helpful?