From version < 7.1 >
edited by nlo
on 13.05.2019, 14:53
To version < 11.1 >
edited by nlo
on 13.05.2019, 15:06
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,28 +22,31 @@
22 22  
23 23  The following processing actions are available:
24 24  
25 -* [[Allocate new process ID>>doc:Vorgang eine neue Prozess-ID vergeben]]
26 -* [[Attach file to form record>>doc:Datei an Vorgang anhaengen ]]
27 -* [[Change state>>doc:Statusaenderung]]
28 -* [[Compress files>>doc:Komprimieren (Zip)]]
29 -* [[Copy form record to inbox>>doc:Vorgang in Postfach kopieren]]
30 -* [[Database query>>doc:Datenbank - SQL Statement]]
31 -* [[Delete form record>>doc:Neue Aktion]]
32 -* [[Duplicate form record and set state>>doc:Vorgang duplizieren]]
33 -* [[Email>>doc:E-Mail]]
34 -* [[Execute plugin>>doc:Plugin ausfuehren]]
35 -* [[File download>>doc:Datei ausliefern]]
36 -* [[Modify form fields>>doc:Formular aendern]]
37 -* [[Move form record to inbox>>doc:Vorgang in Postfach verschieben]]
38 -* [[POST request>>doc:POST-Request]]
39 -* [[Redirect>>doc:Weiterleitung]]
40 -* [[Response page>>doc:Abschlusseite (Template)]]
41 -* [[Save to file system>>doc:Speichern_Dateisystem]]
42 -* [[Set form fields from XML>>doc:XMLEinlesen]]
43 -* [[Stop workflow processing>>doc:Verarbeitung abbrechen]]
25 +* [[Allocate new process ID>>doc:VFormcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CreateNewProcessID]]
26 +* [[Change state>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ChangeState]]
27 +* [[Compress files>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CompressFiles]]
28 +* [[Copy form record to inbox>>doc:VFormcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CopyFormRecordToInbox]]
29 +* [[Database query>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.SQLStatement]]
30 +* [[Delete form record>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeleteFormRecord]]
31 +* [[Duplicate form record and set state>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DuplicateFormRecord]]]
32 +* [[Email>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.EMail]]
33 +* [[File download>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.FileDownload]]
34 +* [[Modify form fields>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ChangeFormValues]]
35 +* [[Move form record to inbox>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.MoveFormRecordToInbox]]
36 +* [[POST request>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.POSTRequest]]
37 +* [[Redirect>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.Redirect]]
38 +* [[Response page>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ResponsePage]]
39 +* [[Save to file system>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.SaveInFileSystem]]
40 +* [[Set form fields from XML>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ImportXML]]
41 +* [[Stop workflow processing>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.StopWorkflow]]
44 44  
43 +== Plugin action ==
44 +
45 +New actions can be added through plugins.
46 +
45 45  == Deprecated ==
46 46  
47 47  Deprecated actions only exist for backwards compatibility. Please avoid using deprecated actions.
48 48  
49 49  * --[[Provide uploaded file>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeprecatedProvideUpload]]--
52 +* --[[Attach file to form record>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeprecatedAttachFile ]]--
Copyright 2000-2024