Interface StepResourceContext


public interface StepResourceContext
Context of the step resource of a custom step.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Optional<T>
    getStepPropertyValue(String stepPropertyId)
    Returns the value of the step property with specified step property ID.
  • Method Details

    • getStepPropertyValue

      <T> Optional<T> getStepPropertyValue(String stepPropertyId)
      Returns the value of the step property with specified step property ID.
      Type Parameters:
      T - Type of the step property value
      Parameters:
      stepPropertyId - ID of the step property to be returned
      Returns:
      Step property value