Interface IRefinedExecutionResultDescriptorParams<Model>

Type Parameters:
Model - The model type of the workflow node properties.

public interface IRefinedExecutionResultDescriptorParams<Model>
Parameters with data passed to the various methods of IRefinedExecutionResultDescriptor.
  • Method Summary

    Modifier and Type
    Method
    Description
    The client scope associated with the workflow.
    Gets the deserialized properties of the workflow node.
    The project scope associated with the workflow.
  • Method Details

    • client

      Mandant client()
      The client scope associated with the workflow.
      Returns:
      The client scope where the workflow is located.
    • model

      Model model()
      Gets the deserialized properties of the workflow node.
      Returns:
      The deserialized properties of the workflow node.
    • project

      Projekt project()
      The project scope associated with the workflow.
      Returns:
      The project scope where the workflow is located.