From version < 10.1 >
edited by nlo
on 13.05.2019, 15:02
To version < 13.1 >
edited by nlo
on 13.05.2019, 15:14
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,9 @@
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 +
5 5  Generally speaking, there are two differents kinds of actions.
6 6  
7 7  == File providing actions ==
... ... @@ -22,24 +22,23 @@
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 -* [[Change state>>doc:Statusaenderung]]
27 +* [[Allocate new process ID>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CreateNewProcessID]]
28 +* [[Change state>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ChangeState]]
27 27  * [[Compress files>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CompressFiles]]
28 -* [[Copy form record to inbox>>doc:Vorgang in Postfach kopieren]]
30 +* [[Copy form record to inbox>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.CopyFormRecordToInbox]]
29 29  * [[Database query>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.SQLStatement]]
30 -* [[Delete form record>>doc:Neue Aktion]]
31 -* [[Duplicate form record and set state>>doc:Vorgang duplizieren]]
32 +* [[Delete form record>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeleteFormRecord]]
33 +* [[Duplicate form record and set state>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DuplicateFormRecord]]]
32 32  * [[Email>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.EMail]]
33 -* [[Execute plugin>>doc:Plugin ausfuehren]]
34 34  * [[File download>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.FileDownload]]
35 35  * [[Modify form fields>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ChangeFormValues]]
36 -* [[Move form record to inbox>>doc:Vorgang in Postfach verschieben]]
37 -* [[POST request>>doc:POST-Request]]
38 -* [[Redirect>>doc:Weiterleitung]]
37 +* [[Move form record to inbox>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.MoveFormRecordToInbox]]
38 +* [[POST request>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.POSTRequest]]
39 +* [[Redirect>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.Redirect]]
39 39  * [[Response page>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ResponsePage]]
40 -* [[Save to file system>>doc:Speichern_Dateisystem]]
41 -* [[Set form fields from XML>>doc:XMLEinlesen]]
42 -* [[Stop workflow processing>>doc:Verarbeitung abbrechen]]
41 +* [[Save to file system>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.SaveInFileSystem]]
42 +* [[Set form fields from XML>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ImportXML]]
43 +* [[Stop workflow processing>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.StopWorkflow]]
43 43  
44 44  == Plugin action ==
45 45  
Copyright 2000-2024