# osworkflow **Repository Path**: mirrors/osworkflow ## Basic Information - **Project Name**: osworkflow - **Description**: OSWorkflow 是一个灵活的工作流引擎,设计成可嵌入到企业应用程序中 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/osworkflow - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 3 - **Created**: 2021-04-16 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenSymphony workflow Revamped version of the OpenSymphony workflow project based on the 3.0 code base. Built using a combination of Jcenter Mirror and uploaded jar. [![Build Status](https://snap-ci.com/2lrHYhAIg7tK9H5PVD2f5vpUisWBs2yO5ZBQDtK5KXw/build_image)](https://snap-ci.com/Trunkplatform/osworkflow/branch/master) [ ![Download](https://api.bintray.com/packages/trunkplatform/osworkflow/trunkplatform%3Aosworkflow/images/download.svg) ](https://bintray.com/trunkplatform/osworkflow/trunkplatform%3Aosworkflow/_latestVersion) ## Usage ### Maven false central bintray http://dl.bintray.com/trunkplatform/osworkflow com.trunkplatform.opensymphony osworkflow 3.1.0 compile ### Gradle repositories { jcenter() maven { url "http://dl.bintray.com/trunkplatform/osworkflow" } } dependencies { compile group: 'com.trunkplatform.opensymphony', name: 'osworkflow', version: '3.1.0' } ## Build Update your $USERHOME/.gradle/gradle.properties with your Bintray username and API key: bintrayUser= bintrayApiKey= Run gradle: ./gradlew build Upload a new version: ./gradlew bintrayUpload ## Features To ease maintenance, removed support for the following workflow features: * EJB * SOAP * Ofbiz * SendEmail * Spring * Hibernate * Prevayler * JMS