Skip to content
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

Unable to create one time trigger for a task #22

Closed
SQLJames opened this issue Sep 25, 2017 · 2 comments
Closed

Unable to create one time trigger for a task #22

SQLJames opened this issue Sep 25, 2017 · 2 comments

Comments

@SQLJames
Copy link

I am working on creating a deployment script for our new versions of our app.
Before we deploy the apps we like to reload them to ensure they have the latest data.
Currently it seems that the only way to create a task is with a daily trigger. For my use case I would like to use the onetime trigger.

The below snippet is from Add-QlikTrigger


If($date) {
      $date = Get-Date -Format yyyy-MM-ddTHH:mm:ss.000Z $date
      $update = @{
        schemaEvents = @(@{
          name = "Daily";
          enabled = $true;
@ahaydon
Copy link
Owner

ahaydon commented Oct 16, 2017

The task triggers still need some work to make them fully functional, for now I suggest using Invoke-QlikPost /qrs/app/{id}/reload to trigger a reload of an app. This is the same as reloading from the app list in QMC.

@SQLJames
Copy link
Author

Got it, thank you for the heads up.

@ahaydon ahaydon closed this as completed Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants