EVENTRA Docs
Configuration & Tools

Automations

Workflows that react to an event: evaluate conditions, wait, then assign files or generate documents.

Under Workflows › Automatisierungen you build flows that run by themselves: when something happens, and certain conditions hold, then -- optionally after a delay -- something happens.

Erstelle automatische Workflows für Benachrichtigungen, Datei-Zuweisungen und mehr.

Access

The accounting permission tier.

The overview

The list shows Name, Auslöser (trigger), Aktionen and Aktiv. Workflows without an action are marked Keine Aktionen; action types appear as short tags (Datei, Dokument, E-Mail).

Neuer Workflow opens the designer. With nothing created yet you see "Noch keine Automatisierungen vorhanden." and a Ersten Workflow erstellen button.

Deleting is final

"Möchten Sie diesen Workflow wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden."

The designer

The workflow is built as a chain. Clicking an element opens its editing panel on the right -- with nothing selected it reads "Wähle ein Element aus, um es zu bearbeiten."

The header holds the workflow name, the Aktiv switch and Speichern / Erstellen. Unsaved changes are called out explicitly.

When should the workflow start? Exactly one of:

TriggerFires when …
Bewerbung eingereichta new application is submitted
Schicht zugewiesena shift is assigned to a user
Schicht angenommena user accepts a shift
Benutzer registrierta new user is invited
Benutzerdaten vollständiga user has completed their master data
Zeitplana cron expression comes due (recurring)

All conditions must be met (AND). You can filter by:

  • Benutzerrolle -- Junior, Supervisor, HR, Buchhaltung Junior, Buchhaltung Supervisor, Verwaltung
  • Beschäftigungsart -- Brutto, Netto, Rechnung, Minijob
  • Benutzerstatus -- Aktiv, Inaktiv
  • Event (with a year picker)
  • Tätigkeit (searchable)
  • Bereich (searchable; only after an event is selected)

Every field has an "Alle …" default -- a field left untouched restricts nothing.

Wait time before the actions run, given in Minuten, Stunden or Tage.

The option Bedingungen erneut prüfen re-evaluates the conditions after the wait. That is exactly right when the state can change in the meantime -- e.g. "three days after assignment, but only if the shift has still not been accepted".

ActionWhat it does
Datei zuweisenAssigns one or more file templates to the user.
Dokument generierenGenerates a PDF from a contract template.
Datei anfordernRequests a document from the user.
E-Mail sendenSubject and message with variables.

For Dokument generieren you pick a Vertragsvorlage. With none stored the field says: "Keine Vorlagen vorhanden. Lade zuerst eine Vertragsvorlage unter Workflows > Dokumente hoch."

The email field offers the variables {{firstName}}, {{lastName}}, {{email}}, {{eventName}} and {{taskName}}.

Email sending is not live yet

The E-Mail senden action carries the designer note "Nur Logging -- Versand noch nicht implementiert". The workflow logs the message but does not send it. For reminders that actually get delivered, use Einstellungen › Erinnerungen instead.

  • Workflows › Vertragsmanagement -- the templates Dokument generieren draws from.
  • Einstellungen › Erinnerungen -- ready-made, delivered reminders without building a workflow.

On this page