Class ForEachActivityResponse


  • public final class ForEachActivityResponse
    extends java.lang.Object
    • Method Detail

      • activities

        public java.util.List<java.lang.Object> activities()
        Returns:
        List of activities to execute .
      • batchCount

        public java.util.Optional<java.lang.Integer> batchCount()
        Returns:
        Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Activity description.
      • isSequential

        public java.util.Optional<java.lang.Boolean> isSequential()
        Returns:
        Should the loop be executed in sequence or in parallel (max 50)
      • name

        public java.lang.String name()
        Returns:
        Activity name.
      • onInactiveMarkAs

        public java.util.Optional<java.lang.String> onInactiveMarkAs()
        Returns:
        Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
      • state

        public java.util.Optional<java.lang.String> state()
        Returns:
        Activity state. This is an optional property and if not provided, the state will be Active by default.
      • type

        public java.lang.String type()
        Returns:
        Type of activity. Expected value is 'ForEach'.
      • userProperties

        public java.util.List<UserPropertyResponse> userProperties()
        Returns:
        Activity user properties.