Wiki source code of Endpunkte


Show last authors
1 {{figure image="end_point_en.png" clear="h1"}}
2 Workflow with an event, an action and an end point. The end point of the processing chain is highlighted in red.
3 {{/figure}}
4
5 Endpoints can, for example, define the status of an form record, trigger a user-defined event, or even delete an form record. Each processing chain of a workflow must end with an endpoint.
6
7 Each endpoint consists of at least:
8
9 ; Name
10 : The name of the endpoint
11 ; Description
12 : The description is optional.
13
14 == Available end points ==
15
16 * [[Queue custom event>>doc:Formcycle.Designer.Workflow.Endpoints.QueueTask]]
17 * [[Throw Error>>doc:Formcycle.Designer.Workflow.Endpoints.ThrowError]]
18 * [[Change state>>doc:Formcycle.Designer.Workflow.Endpoints.StateChange]]
19 * [[Stop processing chain>>doc:Formcycle.Designer.Workflow.Endpoints.StopTask]]
20 * [[Delete form record>>doc:Formcycle.Designer.Workflow.Endpoints.DeleteFormRecord]]