Skip to content

Instantly share code, notes, and snippets.

@dmitryfar
dmitryfar / FlowableHelper.java
Created February 2, 2018 09:50
Flowable helper util to retrieve process instance state with historic flows and activities
package org.flowable.engine.impl.util;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Objects;
import java.util.Set;
import java.util.stream.Collectors;