Wiki source code of Endpunkte
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
5.1 | 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. | ||
![]() |
1.6 | 3 | {{/figure}} |
4 | |||
![]() |
5.1 | 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. |
![]() |
2.3 | 6 | |
![]() |
5.1 | 7 | Each endpoint consists of at least: |
![]() |
1.4 | 8 | |
9 | ; Name | ||
![]() |
5.1 | 10 | : The name of the endpoint |
11 | ; Description | ||
12 | : The description is optional. | ||
![]() |
1.4 | 13 | |
![]() |
5.1 | 14 | == Available end points == |
![]() |
1.4 | 15 | |
![]() |
5.1 | 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]] | ||
![]() |
1.4 | 21 |