Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Retrieve context parameters through MetaServlet API

The title says it all: how can the context parameters of a task by retrieved using the MetaServlet API?
The runTask action lets you specify the context parameters, but how can they be obtained in the first place. listTasks does not seem to list them.
Labels (2)
5 Replies
Anonymous
Not applicable
Author

Currently it is not possible. It would be interesting to know why do you need to read the context parameter values?.
You can always writing the variable values into a database table or file using the tDumpContext.
Anonymous
Not applicable
Author

If I update a task with new context parameters (or default values) it would be useful for any external program running the task through the metaServlet service to actually be able to detect those changes (or default values).
As such, I find it also strange that the taskLog action does not list the parameter values that were used.
Anonymous
Not applicable
Author

did you find any solution for this problem, i have the same...
i want to create tasks with different value of context (dev, ut, prod)
i'm loocking for solution with metaservelet or commandLine.
thank you for help
Anonymous
Not applicable
Author

Hi,
Same problem, I need to get context parameter job 😕
Anonymous
Not applicable
Author

Has anyone tried calling MetaServLet API using Postman? Please share your experience