Interface IWorkflowEventData

    • Method Detail

      • getLocale

        Locale getLocale()
        Returns:
        The locale to be used for locale-sensitive operations. When not given, the system's or client's default locale is used.
      • getDefaultSystemState

        @Deprecated
        default EWorkflowStateType getDefaultSystemState()
        Deprecated.
        Add a post processor instead.
        Returns:
        The default state that is set when the form record has not state and no state was set by the executed workflow tasks.
      • getWorkflowExecutionPostProcessors

        default Iterable<IWorkflowExecutionPostProcessor> getWorkflowExecutionPostProcessors()
        Callback that is called after the workflow was executed, but before the final result is created. Lets you modify the workflow execution context, such as by supplying a default servlet response when none was set.
        Returns:
        The default servlet response provide to use, may be null.
      • getUser

        Benutzer getUser()
        Returns:
        The user who initiated the event. When not given, an anonymous user is used.
      • getClient

        Mandant getClient()
        Returns:
        The client scope where the event was initiated.