Class AFormRecordEventData

    • Constructor Detail

      • AFormRecordEventData

        protected AFormRecordEventData​(Mandant client,
                                       IUser user,
                                       Locale locale,
                                       Clock clock,
                                       Projekt project,
                                       Vorgang formRecord)
        Parameters:
        client - Client context for the workflow execution.
        user - User who initiated the event.
        locale - Locale to use during workflow execution for locale-sensitive operations.
        clock - The clock to use for obtaining the current time.
        project - Project for which to run the workflow.
        formRecord - Form record for which to run the workflow.
        Since:
        8.0.0
      • AFormRecordEventData

        protected AFormRecordEventData​(Mandant client,
                                       IUser user,
                                       Locale locale,
                                       Clock clock,
                                       Vorgang formRecord)
        Parameters:
        client - Client context for the workflow execution.
        user - User who initiated the event.
        locale - Locale to use during workflow execution for locale-sensitive operations.
        clock - The clock to use for obtaining the current time.
        formRecord - Form record for which to run the workflow.
        Since:
        8.0.0