网路冷眼@BlogJava

熙熙攘攘一闲人 以冷静的眼光观察技术
posts - 88, comments - 193, trackbacks - 0, articles - 28
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

Chapter 15. Activiti Explorer(Activiti 资源管理器)

Table of Contents

Overview(概要)
Tasks Management(任务管理)
Process Instance Inspection(流程实例检查)

Overview(概要)

Activiti Explorer is a web application that provides access to the Activiti Engine runtime for all users of the system. It includes task management and process instance inspection.

Activiti Explorer是一个为系统用户提供访问Activiti Engine功能的Web应用程序。它包括任务管理和流程实例检查。

Tasks Management(任务管理)

When you log in to Activiti Explorer, you will see the task page first. This page lists all tasks currently available and allows you to filter the view using any of the criteria in the left-hand panel. From here, all users can claim tasks and complete tasks.

当登录至Activiti Explorer,首先将看到任务页面。此页列出了可获得的所有任务。通过使用左手面板的任何基准,允许对视图进行过滤。在此,所有用户可以认领任务和完成任务。

Task forms can be started directly from a URL, enabling links to forms to be embedded in places like emails, the URL is:

可以直接从一个URL启动任务表单,使得像email的连接嵌入表单,URL为:

http://localhost:8080/activiti-explorer/start?taskId=119, where 119 is the ID of the task with an associated form.

这里119是和相关表单关联的任务ID。

activiti.explorer.tasks

Process Instance Inspection(流程实例检查)

The Processes tab enables users to view all deployed process definitions and provides the ability to start new process instances. Upon starting a process, any associated forms will automatically be displayed. As with the tasks, it is possible to directly start a process directly from a URL. That URL takes the form:

"Prcoesses"标签页让用户查看所有已部署的流程定义,并提供启动新的流程实例的能力。一档开始一个进程,任何相关的表单将会自动显示。对于任务,直接从一个URL启动一个流程。那个URL采用这样的格式:

http://localhost:8080/activiti-explorer/processes#start?id=financialReport:1, where financialReport:1 is the ID of the process you want to start. The process will be started immediately and confirmation displayed on screen.

这里fanancialReport:1是将要启动流程的ID。流程将会立即启动并在屏幕上显示确认。

The process list is paginated and can be sorted. The actions column can be extended to allow for other functions on a process instance (such as linking it to an Activiti Modeler install to enable users to view a process before starting it) by extending the processes WebScript.

流程列表可以分页和排序。通过扩展流程WebScript,可以扩展"Action"列来在一个流程实例上允许系统功能(诸如连接到Activiti Modeler,让用户在启动流程前查看它)

activiti.explorer.processes


只有注册用户登录后才能发表评论。


网站导航: