From version < 2.1 >
edited by gru
on 15.03.2019, 11:29
To version < 23.5
edited by gru
on 05.05.2020, 15:26
<
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -$services.localization.render("PT.Main.Aktionen")
1 +Actions
Content
... ... @@ -1,7 +1,14 @@
1 1  {{content/}}
2 2  
3 -Actions provide certain services or functions such as sending mails or writing an entry to a data base.
3 +Actions provide certain services or functions such as sending mails or writing an entry to a data base. They can be created by clicking the "New action" button {{icon name="plus"/}} inside a state.
4 4  
5 +{{lightbox image="workflow_new_action_en.png" title="Adding an action to the state"/}}
6 +
7 +Every action consists at least of a:
8 +
9 +* **Name**: The name has to be unique.
10 +* **Description**: The description is optional.
11 +
5 5  Generally speaking, there are two differents kinds of actions.
6 6  
7 7  == File providing actions ==
... ... @@ -8,14 +8,13 @@
8 8  
9 9  These actions create files or make files on the file system available so that they can be used by other actions requiring a file, such as sending a mail with an attachment. The following providing actions exist:
10 10  
11 -* [[Compress files>>doc:Komprimieren (Zip)]]
12 -* [[Create text file>>doc:Textdatei erzeugen]]
13 -* [[Export (Persistence)>>doc:Export (Persistence)]]
14 -* [[Export (XML)>>doc:Export - XML-Datei]]
15 -* [[External resource>>doc:Externe Ressource]]
16 -* [[PDF (Fill)>>doc:PDF - Fill]]
17 -* [[Provide uploaded file>>doc:Upload bereitstellen]]
18 -* [[Word (Fill)>>doc:Word (Fill)]]
18 +* [[Compress files>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CompressFiles]]
19 +* [[Export (Persistence)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ExportPersistence]]
20 +* [[Export (XML)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ExportXML]]
21 +* [[Resource>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.Resource]]
22 +* [[PDF (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.PDFFill.WebHome]]
23 +* [[Word (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WordFill.WebHome]]
24 +* [[Write text file>>doc:WriteTextFile]]
19 19  
20 20  == Processing actions ==
21 21  
... ... @@ -23,22 +23,31 @@
23 23  
24 24  The following processing actions are available:
25 25  
26 -* [[Allocate new process ID>>doc:Vorgang eine neue Prozess-ID vergeben]]
27 -* [[Attach file to form record>>doc:Datei an Vorgang anhaengen ]]
28 -* [[Change state>>doc:Statusaenderung]]
29 -* [[Compress files>>doc:Komprimieren (Zip)]]
30 -* [[Copy form record to inbox>>doc:Vorgang in Postfach kopieren]]
31 -* [[Database query>>doc:Datenbank - SQL Statement]]
32 -* [[Delete form record>>doc:Neue Aktion]]
33 -* [[Duplicate form record and set state>>doc:Vorgang duplizieren]]
34 -* [[Email>>doc:E-Mail]]
35 -* [[Execute plugin>>doc:Plugin ausfuehren]]
36 -* [[File download>>doc:Datei ausliefern]]
37 -* [[Modify form fields>>doc:Formular aendern]]
38 -* [[Move form record to inbox>>doc:Vorgang in Postfach verschieben]]
39 -* [[POST request>>doc:POST-Request]]
40 -* [[Redirect>>doc:Weiterleitung]]
41 -* [[Response page>>doc:Abschlusseite (Template)]]
42 -* [[Save to file system>>doc:Speichern_Dateisystem]]
43 -* [[Set form fields from XML>>doc:XMLEinlesen]]
44 -* [[Stop workflow processing>>doc:Verarbeitung abbrechen]]
32 +* [[Change form values>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ChangeFormValues]]
33 +* [[Change state>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ChangeState]]
34 +* [[Compress files>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CompressFiles]]
35 +* [[Copy form record to inbox>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CopyFormRecordToInbox]]
36 +* [[Create new process ID>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CreateNewProcessID]]
37 +* [[Delete form record>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeleteFormRecord]]
38 +* [[Duplicate form record and set state>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DuplicateFormRecord]]
39 +* [[Email>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.EMail]]
40 +* [[File download>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.FileDownload]]
41 +* [[Import form values from XML>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ImportXML]]
42 +* [[Move form record to inbox>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.MoveFormRecordToInbox]]
43 +* [[POST request>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.POSTRequest]]
44 +* [[Redirect>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.Redirect]]
45 +* [[Response page>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ResponsePage]]
46 +* [[Save to file system>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.SaveInFileSystem]]
47 +* [[SQL statement>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.SQLStatement]]
48 +* [[Stop workflow processing>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.StopWorkflow]]
49 +
50 +== Plugin action ==
51 +
52 +New actions can be added through plugins. These actions may be providing or processing actions. Documentation for these actions can be found inside the [[documentation for the plugins>>doc:Formcycle.PluginDocumentation.WebHome]] that provides them.
53 +
54 +== Deprecated ==
55 +
56 +Deprecated actions only exist for backwards compatibility. Please avoid using deprecated actions.
57 +
58 +* [[Provide uploaded file>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeprecatedProvideUpload]]
59 +* [[Attach file to form record>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeprecatedAttachFile ]]
Copyright 2000-2024