Error while adding to Job in Queue module

-1
I downloaded Queue app store module and Getting this error when trying to add job to Queue using Java action ‘AddJobToQueue’. Job is not added, because it could not be validated
asked
1 answers
2

Did a quick check. 

If you setup the after startup:

You can then add a job to this queue:


Make sure the microflow you're calling has an input parameter “Job”.

answered