1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
workflow.event.type.start = 
#workflow.event.type.end = plt_TransitionForIntermitting,ReturnWorkingStatus
workflow.event.type.end = ReturnEditingStatus,ReturnInitialStatus
workflow.event.type.trainsition = TransferStatus
 
workflow.event.type.TransferStatus = \u8dc3\u8fc1\u751f\u547d\u5468\u671f\u72b6\u6001
workflow.event.type.TransferStatus.class = com.vci.server.workflow.event.TransferStatus
workflow.event.type.TransferStatus.field = targetStatus,releaseStatus
workflow.event.type.TransferStatus.field.type = string,string
 
 
workflow.event.type.ReturnEditingStatus = \u6d41\u7a0b\u7ec8\u6b62\uff0c\u8fd4\u56de\u7f16\u5236\u72b6\u6001
workflow.event.type.ReturnEditingStatus.class = com.vci.server.workflow.event.ReturnEditingStatus
 
workflow.event.type.ReturnInitialStatus = \u6d41\u7a0b\u7ec8\u6b62\uff0c\u8fd4\u56de\u521D\u59CB\u72b6\u6001
workflow.event.type.ReturnInitialStatus.class = com.vci.server.workflow.event.ReturnInitialStatus
 
workflow.business.function.class=com.vci.client.portal.NewNewUI.buttonmng.TaskBusinessFunctionButtonDialog