Question:
Using the Vault scheduler, Align users may now schedule jobs to run daily. This saves the Align Administrator time by running recurring tasks automatically rather than manually.
How to find the Job Name in the URL field?
Answer:
As a general rule, the user does not need to provide a value for the fields enclosed in ${...} as those are retrieved dynamically.
Example:
jobName=<
Find it by navigating to: Business Admin --> Objects --> Process Task --> Process Type.
Example:
https://lambda.veevaalign.com/api/v1/process/run?orgId=<ORG_ID>&territoryId=<TERR_ID>
&jobInstanceId=${job_instance_id__v}&jobName=<JOB_NAME>&lowerLimit=<LIMIT_LOW>
&upperLimit=<LIMIT_HIGH>&vaulturl=${Vault.domain}&vaultid=${Vault.id}
Related Documentation:
Align Help Documentation: Align Scheduler
Send us your feedback: We are always looking for feedback to help improve our Knowledge Base! Please let us know if this article is helpful or provide feedback on how we can improve your experience by clicking here.