I want to run a bot when file is added In storage bucket folder.
Is that possible.
When ever new file is added bot should run
I want to run a bot when file is added In storage bucket folder.
Is that possible.
When ever new file is added bot should run
Storage bucket is only used for storing the file and accessing it via orchestrator. I don’t think it triggers the job automatically. We could use start job activity once the file is uploaded to the storage bucket.