-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
scope: Camunda 8Required in the context of Camunda 8Required in the context of Camunda 8type: documentation
Description
Is your feature request related to a problem? Please describe.
I can use the cycle() function in the FEEL engine. Currently, the function is implemented in Zeebe (see here). It is used to create a string for repeating intervals.
For maintainability, it makes sense to move the function in the FEEL engine.
Describe the solution you'd like
- expose the
cycle()function - add documentation
- extend the function for an optional start time
- maybe, create a new type for intervals with properties
- think about other useful extensions of this method
Related issues
- Camunda Autormation Platform 7:
- Zeebe broker:
Metadata
Metadata
Assignees
Labels
scope: Camunda 8Required in the context of Camunda 8Required in the context of Camunda 8type: documentation