Class NodeInstanceData

    • Field Detail

      • iteration

        @NotNull
        public @NotNull Integer iteration
      • performingAgent

        @Valid
        public @Valid QualifiedAgent performingAgent
      • subInstIds

        public List<@NotNull List<UUID>> subInstIds
        A list of the corresponding subprocess instance IDs, the index of the outer list is the iteration (starting with 0), the inner list is just a collection of subprocess instances without any specific order.
        The (outer) list will only be present if at least one subprocess instance exists.
    • Constructor Detail

      • NodeInstanceData

        public NodeInstanceData()