Class ProcessInstanceInfo

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ProcessInstanceInfo
    extends Object
    implements Serializable
    Retrieves information about a process instances. It returns counters for each flow node in the process instances, showing the number of flow node instances that are in completed, ready, or failed state. If there are no flow node instances in a given state, no counter is returned for that state for the flow node.
    See Also:
    Serialized Form