Issue facing while adding the package in processes - Package requirement and missing queue


Hi @K_K,

In the root directory of your project, do you have a file named bindings.json?
If so, what is inside the file?

Thanks

Hi Kristopher Kim,
There is no file like binding.json.

Hi @K_K,

What dependencies are referenced inside your project and what versions are they?

This feature 2021.10 scans your code for activities that utilize Action Catalogs, Assets, Connections, Entities, Queues, Storage Buckets, etc. and attempts to match them with valid Orchestrator resources. If the value of the resource inside the activity is of type String, then the Package Requirements page will show a status that represents Orchestrator’s attempt to find a valid match. In your case, the Queue related activity has a hardcoded value of in_Config(“OrchestratorQueueName”).ToString which cannot be matched to a valid queue name - so a Status of Missing is shown.

You can safely ignore this page if your process is functioning as expected. This feature is intended to help with deploying packages that may have hardcoded values that may not have been created inside Orchestrator prior to deployment.

Thanks

1 Like

Thank you I skipped this error and created the process.