I want to check weather any data is presnt in queues in orchestrater

if any data is present in queue i don’t want to perform bulk add queue if there is no data in queue than data should add .
this is the issue any sugesstion guys.

@Adithyeshwar_goud

you can first use get queue items and get only new stattus…in the retunred variable check qulistitems.count>0

on then side you have items on else side you dont

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.