Difference between revisions of "Activity:OpenExternal (Activity)"
Line 1: | Line 1: | ||
+ | The OpenExternal Activity opens an external document or executable file, also using optional arguments. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Open External | | title = Open External | ||
Line 9: | Line 12: | ||
| version = 2.4+ | | version = 2.4+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
Line 28: | Line 30: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
The activity is used to open file documents or executable files during the execution of a workflow. It can be used to open and show documents like Excel files, JPG pictures etc but also to execute a batch file if needed. | The activity is used to open file documents or executable files during the execution of a workflow. It can be used to open and show documents like Excel files, JPG pictures etc but also to execute a batch file if needed. | ||
{{Attention|Opening any (proprietary) document type requires that a corresponding application is available on the machine, for example Microsoft Office for an Excel document.}} | {{Attention|Opening any (proprietary) document type requires that a corresponding application is available on the machine, for example Microsoft Office for an Excel document.}} | ||
− | + | =Examples= | |
===Open an Excel document=== | ===Open an Excel document=== | ||
Show the Excel file ''E:\Results.xlsx'': | Show the Excel file ''E:\Results.xlsx'': |
Revision as of 17:08, 23 February 2015
The OpenExternal Activity opens an external document or executable file, also using optional arguments.