Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tDataStewardshipTaskDelete - Set Custom values to delete both New and Resolved Tasks from the campaign

Hi,

I have a need to delete a task from the campaign where the state of the task could be New or Resolved. In the component, i can either select New, Resolved or Custom. Selecting new or resolved will delete tasks from wither one. Can i use the custom option to delete the task from either New or the Resolved state? Is there any other way to do this? 

 

Thanks,

avitalend

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

That is not doable so far. The "'Custom" option allows you to dynamically set a status via a context variable, but it only supports a single state. Good news though: that is planned for 7.1.1. The simplest way for now to achieve your use case is to rely on 2 jobs (or subjobs): 1 for New tasks, 1 for Resolved tasks.

 

Regards,

 

Gwendal

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

That is not doable so far. The "'Custom" option allows you to dynamically set a status via a context variable, but it only supports a single state. Good news though: that is planned for 7.1.1. The simplest way for now to achieve your use case is to rely on 2 jobs (or subjobs): 1 for New tasks, 1 for Resolved tasks.

 

Regards,

 

Gwendal

Anonymous
Not applicable
Author

I thought so too when i looked at the back end code, it was Setting the Value for customState using .setValue. it was not possible to set both values. Good that Talend is fixing this.

Thank you Gwendal!!