From version 1.1 >
edited by gru
on 15.03.2019, 12:48
To version < 9.7
edited by gru
on 30.04.2021, 16:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -$services.localization.render("PT.Main.ExterneRessource")
1 +Resource
Content
... ... @@ -1,20 +1,29 @@
1 -Actions of type //external resource// allow you to retrieve data from a resolvable and reachable URL. The data will be saved as a file that can be used later by [[actions requiring a file>>doc:Status und Aktionsverarbeitung]].
1 +{{figure image="resource_en.png" clear="h1"}}
2 +Configuration screen for actions of type //Resource//.
3 +{{/figure}}
2 2  
5 +Actions of type //resource// allow you to retrieve data from a resolvable and reachable URL. The data will be saved as a file that can be used later by [[actions requiring a file>>Formcycle.UserInterface.MyForms.WorkflowProcessing]].
6 +
3 3  == Options ==
4 4  
5 -{{figure image="026En.png" width="300"/}}
9 +; File
10 +: The type of file to be used. You can choose between [[form files>>Formcycle.UserInterface.MyForms.Files]], [[client files>>Formcycle.UserInterface.FilesAndTemplates.Files]], or files from an external resource URL. An external resource lets you retrieve data from a URL.
11 +; Resource URL
12 +: URL with the external resource to load.
13 +; Output file name
14 +: The name used for storing the data on the file system.
15 +; Connection timeout (in seconds)
16 +: The time limit until the URL is declared unreachable and this action fails. Must be between 1 and 60.
17 +; Read timeout (in seconds)
18 +: The time limit for the data transfer. When downloading data form the URL takes longer than this limit, this action fails. Must be between 1 and 600.
6 6  
7 -* **Resource URL**
8 -The URL for retrieving data. There are no restrictions relating to file extension, mime type, file size etc. [[Variables>>doc:Platzhalter]] can be used.
9 -* **Output file name**
10 -The name used for storing the data on the file system.
11 -* **Connection timeout (in seconds)**
12 -The time limit until the URL is declared unreachable and this action fails. Must be between 1 and 60.
13 -* **Read timeout (in seconds)**
14 -The time limit for the data transfer. When downloading data form the URL takes longer than this limit, this action fails. Must be between 1 and 600.
20 +== Storage options for the created files ==
15 15  
16 -== Unterstützung dynamischer Elemente ==
22 +; Attach file to form record
23 +: If this option is selected, files created in this action will be attached to the form record. Otherwise, they are only available for other actions within the workflow processing in the same state.
17 17  
18 -[[Variables>>doc:Platzhalter]]can be used as part of the resource URL. When multiple URL are specified, they will all be downloaded. In this case, an underscore and an index is added to the file name so that every file gets a unique file name.
25 +== Support of repeated elements ==
19 19  
20 -For example, when two URLs have been given and the name has been set to {{code}}example.png{{/code}}, the two files {{code}}example_0.png{{/code}} and {{code}}example_1.png{{/code}} will be created.
27 +[[Variables>>Formcycle.UserInterface.Variables]] can be used as part of the resource URL. When multiple URL are specified, they will all be downloaded. In this case, an underscore and an index is added to the file name so that every file gets a unique file name.
28 +
29 +For example, when two URLs have been given and the name has been set to {{code language="none"}}example.png{{/code}}, the two files {{code language="none"}}example_0.png{{/code}} and {{code language="none"}}example_1.png{{/code}} will be created.
Copyright 2000-2024