Wiki source code of Datum und Uhrzeit
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
2.2 | 1 | {{figure image="date_time_en.png" clear="h1"}} |
2 | Configuration interface of the event //date and time//. | ||
![]() |
1.3 | 3 | {{/figure}} |
4 | |||
![]() |
2.2 | 5 | This event occurs when a user-defined fixed or calculated time occurs. |
![]() |
1.3 | 6 | |
![]() |
2.2 | 7 | == Parameters == |
![]() |
1.3 | 8 | |
![]() |
2.2 | 9 | ; Run in state |
10 | : The event occurs after a status change to one of the selected statuses. If no status is selected, the event occurs after any status change. | ||
11 | ; Fire immeditately when time point lies in the past | ||
12 | : If this option is enabled, this event will be triggered immediately when the user-defined time point is already in the past. | ||
![]() |
1.3 | 13 | |
![]() |
2.2 | 14 | === Execution time === |
15 | ; **Fixed date and time** | ||
16 | :; Fire date and time | ||
17 | :: Definition of the date, as well as the time at which the event should be triggered. | ||
18 | :; Time zone | ||
19 | :: Selectable time zone to set a time in another time zone. Default is the time zone set for the server. | ||
![]() |
1.3 | 20 | |
![]() |
2.2 | 21 | ; **Computed date and time** |
22 | :; Date and time | ||
23 | :: Input of a placeholder, which contains e.g. an input field of the data type //Date//. | ||
24 | :; Date and time format | ||
25 | :: Format in which the time is to be represented. | ||
26 | :; Variable for the calculation of the time | ||
27 | :: **sign** can be //plus// and //minus//, to form a sum or difference at the specified time. | ||
28 | :: **number** for calculation. The use of [[variables>>Formcycle.UserInterface.Variables]] is possible. | ||
29 | :: **unit of time** in which the calculation takes place. | ||
![]() |
1.3 | 30 | |
![]() |
2.2 | 31 | == System variables == |
![]() |
1.4 | 32 | |
![]() |
2.2 | 33 | Events of type //Date and time// provide [[Systemvariables>>Formcycle.UserInterface.Variables||anchor="HSystemvariables"]] which can be used in subsequent actions. |
34 | |||
35 | === Default variables === | ||
36 | |||
37 | ; [%$TRIGGER%] | ||
38 | : Can be used in the new workflow to access the data provided by the current event. This data will be returned as JSON. The individual values of the event can be accessed via JsonPath (see [%$TRIGGER.<JSON_PATH>%]). | ||
39 | ; [%$TRIGGER.<JSON_PATH>%] | ||
40 | : Depending on the type of event, different information is provided via the event variables. Specific information of the event can be accessed via JsonPath. Which information the different event types provide can be seen via the infobox at the event. | ||
41 | |||
42 | |||
43 |