1. 18 11月, 2015 1 次提交
  2. 17 11月, 2015 1 次提交
  3. 16 11月, 2015 1 次提交
  4. 13 11月, 2015 1 次提交
  5. 11 11月, 2015 1 次提交
    • J
      Multi instance refactoring: introduced the 'IS_MI_ROOT_' column to indicate an... · b80e89a1
      Joram Barrez 提交于
      Multi instance refactoring: introduced the 'IS_MI_ROOT_' column to indicate an execution is the root of a multi instance. Every multi instance (sequential and parallel, parallel already had it) will now spawn an execution that acts as parent for the whole multi instance. This has two benefits: cleanup becomes way easier and it opens up the possibility to dynamically add new instances to a multi instance (not yet implemented).
      b80e89a1
  6. 09 11月, 2015 6 次提交
  7. 04 11月, 2015 3 次提交
  8. 03 11月, 2015 2 次提交
  9. 30 10月, 2015 1 次提交
    • S
      Refactor BpmnDeployer into a shorter version of itself plus multiple · 2a628d40
      Sean Patterson-McGuire 提交于
      utility classes that handle the implementation of much of what
      BpmnDeployer does.  This will make it easier to write deployers for
      other persistence systems which still do much of what BpmnDeployer
      does.  The new classes are:
      
      * BpmnDeploymentUtilities - which handles making deployments and process
        definitions consistent with one another
      * CachingAndArtifactsManager - which ensures that all process
        definitions and process definition infos are cached and stored in the
        appropriate places
      * EventSubscriptionManager - which handles removing obsolete event
        subscriptions from previous process definitions, and creating new
        subscriptions for new process definitions.
      * ExpandedDeployment - which is an intermediate representation of a
        deployment that makes it relatively convenient to get at all of its
        resources and process definitions, and the BPMN models and parses
        related to the process definitions, and to track the relationships
        between them.
      * ProcessDefinitionDiagrammer - which encapsulates the creation of a new
        diagram resource
      * ResourceNameUtilities - which encapsulates static methods related to
        resource names, including BPMN and diagram resource names.
      2a628d40
  10. 29 10月, 2015 1 次提交
  11. 23 10月, 2015 1 次提交
  12. 22 10月, 2015 11 次提交
  13. 21 10月, 2015 4 次提交
  14. 20 10月, 2015 3 次提交
  15. 19 10月, 2015 2 次提交
  16. 17 10月, 2015 1 次提交