-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for retrieving, creating/configuring, and executing linked tasks. #1423
Comments
Adding support for reading linked tasks to TSC is currently a WIP. |
Support for reading and running linked tasks in #1424 |
I'm afraid he can't create releases, but there should be one this week or next. |
Thanks! I'm rather ignorant on how this process works. I appreciate the comment and update. |
This is now released - sorry for the delay! |
Current REST API Support
Get linked tasks: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_flow.htm#get_flow_run_tasks1
Run linked task: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_flow.htm#run_flow_now1
Add REST API Support
I don't believe the ability to create and configure a linked task is currently supported by the REST API. A linked task can be configured when on the page (https://your_server/#/flows/2490/scheduledTasks) displaying a specific flow by clicking "Scheduled Tasks" and then "New Task." Additionally, server.tasks.get and similar strategies for retrieving task info on the server using TSC currently defaults to only retrieves extract refresh tasks (task_type='extractRefresh').
The text was updated successfully, but these errors were encountered: