progre55
09/13/2024, 11:00 AMJake Kaplan
09/13/2024, 1:39 PMtask_run_request
field in the base job template and it will be set for any flow running through this work pool:
So step by step:
1. go to the UI of your work pool, click edit.
2. Click on the "Advanced" tab under "Base Job Template"
3. Scroll down for the job_configuration
key and look for the task_run_request
key nested under that.
4. Add any additional fields you'd like to be passed on to the run task api requestprogre55
09/13/2024, 1:40 PM