• Activiti工作流学习(一)——Activiti服务类


    Activity有9个service
    1.DynamicBpmnService动态Bpmn服务
    Service providing access to the repository of process definitions and deployments.
    服务提供对流程定义和部署的存储库的访问。


    2.EngineService引擎服务
    Interface implemented by all classes that expose the Activiti services.
    接口实现的所有类都公开了Activiti服务。


    3.FormService表单服务
    Access to form data and rendered forms for starting new process instances and completing tasks.
    访问表单数据和呈现表单以启动新的流程实例和完成任务。


    4.HistoryService历史服务
    Service exposing information about ongoing and past process instances. This is different from the runtime information in the sense that this runtime information only contains the actual runtime state at any given moment and it is optimized for runtime process execution performance.
    The history information is optimized for easy querying and remains permanent in the persistent storage.
    服务公开正在进行的和过去的流程实例的信息。
    这与运行时信息不同,因为这个运行时信息只包含任何给定时刻的实际运行时状态,并且对运行时流程执行性能进行了优化。
    历史信息是为了便于查询而优化的,并且在持久存储中保持永久不变。


    5.IdentityService身份服务
    Service to manage {@link User}s and {@link Group}s.
    服务来管理{@link用户}和{@link组}。


    6.ManagementService管理服务
    Service for admin and maintenance operations on the process engine.
    These operations will typically not be used in a workflow driven application,
    but are used in for example the operational console.
    服务于流程引擎上的管理和维护操作。
    这些操作通常不会在工作流驱动的应用程序中使用,
    但是在操作控制台中使用。


    7.RepositoryService库服务
    Service providing access to the repository of process definitions and deployments.
    服务提供对流程定义和部署的存储库的访问。


    8.RuntimeService运行时服务
    Starts a new process instance in the latest version of the process definition with the given key..
    使用给定的键在流程定义的最新版本中启动一个新的流程实例。


    9.TaskService任务服务
    Service which provides access to {@link Task} and form related operations.
    提供访问{@link任务}和表单相关操作的服务。

  • 相关阅读:
    华为云-Centos7.6-部署elasticSearch7.7
    linux下安装nginx
    Redis5.0.8集群安装
    redis5.0.8单机安装
    Mybatis打印SQL
    PostgreSQL新手教程
    Debian install jdk7
    Debian install jre7
    Debian /etc/apt/sources.list
    安装J2EE的SDK报错:could not find the required version of the Java(TM)2 Runtime Environment in '(null)'的解决办法。
  • 原文地址:https://www.cnblogs.com/liuqing576598117/p/9814907.html
Copyright © 2020-2023  润新知