jar

org.jeasy : easy-flows

Maven & Gradle

Oct 09, 2020
611 stars

Easy Flows · The simple, stupid workflow engine for Java

Table Of Contents

Latest Version

Download org.jeasy : easy-flows JAR file - Latest Versions:

All Versions

Download org.jeasy : easy-flows JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window easy-flows-0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jeasy.flows.work

├─ org.jeasy.flows.work.DefaultWorkReport.class - [JAR]

├─ org.jeasy.flows.work.NoOpWork.class - [JAR]

├─ org.jeasy.flows.work.Work.class - [JAR]

├─ org.jeasy.flows.work.WorkContext.class - [JAR]

├─ org.jeasy.flows.work.WorkReport.class - [JAR]

├─ org.jeasy.flows.work.WorkReportPredicate.class - [JAR]

├─ org.jeasy.flows.work.WorkStatus.class - [JAR]

org.jeasy.flows.workflow

├─ org.jeasy.flows.workflow.AbstractWorkFlow.class - [JAR]

├─ org.jeasy.flows.workflow.ConditionalFlow.class - [JAR]

├─ org.jeasy.flows.workflow.ParallelFlow.class - [JAR]

├─ org.jeasy.flows.workflow.ParallelFlowExecutor.class - [JAR]

├─ org.jeasy.flows.workflow.ParallelFlowReport.class - [JAR]

├─ org.jeasy.flows.workflow.RepeatFlow.class - [JAR]

├─ org.jeasy.flows.workflow.SequentialFlow.class - [JAR]

├─ org.jeasy.flows.workflow.WorkFlow.class - [JAR]

org.jeasy.flows.engine

├─ org.jeasy.flows.engine.WorkFlowEngine.class - [JAR]

├─ org.jeasy.flows.engine.WorkFlowEngineBuilder.class - [JAR]

├─ org.jeasy.flows.engine.WorkFlowEngineImpl.class - [JAR]