Is it possible to store a persistant value in an automator workflow (specifically for a service flow)? Seems that regular automator variables are not persistant and trying for instance to use an applescript chunk which has a property (which are normally persistant) does not actually persist the property in the Applescript either (works in testing, but when you run the service the value doesn't persist). Any ideas?
相关问题
- How to get the return code of a shell script in lu
- Invoking Mirth Connect CLI with Powershell script
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
相关文章
- 使用2台跳板机的情况下如何使用scp传文件
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- In IntelliJ IDEA, how can I create a key binding t
- shell中反引号 `` 赋值变量问题
- How get the time in milliseconds in FreeBSD?
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
You can use script objects to store your data in an out of the way place.