Interface IGetElementPrototypesParams

    • Method Detail

      • getEnvironmentData

        IBaseWorkflowEnvironmentData getEnvironmentData()
        Returns:
        General parameters for the workflow environment, such as the project containing the workflow and the client owning the project.
      • getWorkflowProvider

        IWorkflowProvider getWorkflowProvider()
        Returns:
        Provider for accessing data related to the workflow. Whenever possible you should use this provider instead of reading data from the database. For example, workflow states, tasks, nodes, or form elements may have been added by the user, but not saved to the database yet. This provider takes care of returning all these items.