We have a project that might have a use for Automise as a Listener - polling on a message channel of some sort until it receives a message, then performing an action list when that message is received…then polling again until the next message. Can Automise do anything like this?
It’s not really designed to do this. What sort of message channel are we talking about?
You could of course use the windows scheduler to run ATCMD periodically to poll for files in a folder.
I would need tro know more about what you are wanting to do to be able to give a definative answer.
I did not think it was possible, but I figured I would ask. Basically, the use case is for Salesforce to publish an event to tell Automise to perform an action list. Automise would subscribe to the event and would therefore know when to start. I think we are likely going to poll instead, every X minutes, to see if the right data point has changed.