Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are migrating reports from Cognos to Qliksense and need to create hundreds of task scheduler jobs. I am looking for automation that allows me to read data from a CSV file and create task schedules in QlikSense. I checked the Qlik-Cli functions and was able to successfully create new tasks, but I am unable to create dependent tasks. For most of the tasks, we first create the extractor apps and then add all the dependent tasks to them.
I have looked for examples using the .NET SDK and Python but couldn't find anything related to creating new tasks. Can anyone please help me with creating new tasks along with their dependent tasks?
I followed the above article and able to create dependent task
Hi, I think this is what your are looking for?
Composite event
This event is triggered on condition of other events succeeding or failing, also known as task event trigger.
I followed the above article and able to create dependent task