I would like visualize the result of a workflow with my own application (not yet written). For example, I have a workflow which extract strings matching a regular expression on a web page.
How can I send these strings to my application ?
|
I would like visualize the result of a workflow with my own application (not yet written). For example, I have a workflow which extract strings matching a regular expression on a web page. How can I send these strings to my application ? |
|||||
|
Questions on Ask Different are expected to relate to Apple hardware or software within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You could make your application scriptable Then the workflow could send it data via Applescript. Here is an example SKProgressBar 1.0, of how it works. But IMHO doing that seems over kill for what you want and a bit pointless since you are writing the app anyway. Why use workflows when you can just get the app to grab the data from the webpage and display it. |
|||||
|
|
Apple's Developer site has a guide on creating Automator actions that integrate with an application. It would be a good starting point, and if you have more specific questions, StackOverflow is typically the place to go for programming help, including Mac stuff. As an aside, you may want to focus on implementing your application's core functionality first, since that will limit what you can do with Automator. |
|||
|
|