Create a schedule and add triggers before associating it to tasks.
A schedule supports only time triggers; a webhook trigger, which is merely event related, is not supported.
Before you begin
-
Generate access tokens:
- For users, generate a personal access token by following Generating a Personal Access Token.
- For service accounts, generate a service access token by following Generating a service account token.
Once generated, a service account token expires after 30 minutes. If it expires, generate a new token using the POST method at the endpoint
https://api.<env>.cloud.talend.com/security/oauth/token
. For more information about generating a token, see Generating a service account token. -
Ensure that the user or the service account to be
used to issue API calls has the
TMC_OPERATOR
permission and theEXECUTOR
permission for at least one workspace in the environment in which you need to create the schedule.