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 each state (possible states are: ready, executing, waiting, initializing, failed, completing, completed, skipped, cancelled, aborted). 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