Can additional BPMN Elementes be used in A12, e.g. the "time triggered event" for automated deletion of form after a defined period of time?

in the Training and Tutorial of A12 Workflows we only use some of the BPMN Elements. Does the rest of the elements not work with A12 (or doesn’t have immediate functionality)?

Current use case: I was wondering about the time triggered event, because I want a form to be automatically deleted after a certain amount of time and in a particular status? In this case I want the form to be deleted after say 30 days when the decision of rejection was made. Same if it stayed in the status of draft for a longer time.

Can I do this by modelling or is this something the I need my developers to do? If so, how?

8f29e43c-0ba9-4c00-a2f7-30ab961164a9

BPMN is executed by Camunda, which supports all common BPMN elements: BPMN 2.0 Implementation Reference | docs.camunda.org

For most of these, no special functionality from A12 side is added, but some elements require implementation (most prominently service tasks).

So the timer should work. You can set it to a few seconds for testing purposes.

Did you read about how to properly define its duration? see Timer Events | docs.camunda.org