{"Message":"增加任务流程复活功能","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/任务首页"},{"State":1,"Type":3,"Name":"MasterPCPage/FGC_母版页"},{"State":1,"Type":8,"Name":"ApplicationSetting"},{"State":1,"Type":12,"Name":"CustomLibrary"},{"State":1,"Type":40,"Name":"Plugin"},{"State":1,"Type":15,"Name":"ServerCommand/GetUpdateLogs"},{"State":1,"Type":1,"Name":"PCPage/更新日志"},{"State":1,"Type":15,"Name":"ServerCommand/获取更新日志"},{"State":3,"Type":15,"Name":"ServerCommand/复活流程"}],"Version":"v1"}
This commit is contained in:
56
ServerCommands/系统/复活流程.json
Normal file
56
ServerCommands/系统/复活流程.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"Name": "复活流程",
|
||||
"Enabled": true,
|
||||
"Triggers": [
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.PostRequestTriggerSaveData, ServerDesignerCommon",
|
||||
"Permission": {
|
||||
"PermissionData": {
|
||||
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionData, Forguncy.RbacPermission.Core",
|
||||
"permissionResource": {
|
||||
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionResource, Forguncy.RbacPermission.Core"
|
||||
},
|
||||
"permissionBindings": [
|
||||
{
|
||||
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionBinding, Forguncy.RbacPermission.Core",
|
||||
"roleNames": [
|
||||
"FGC_LoginUser"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "流程实例ID",
|
||||
"DataValidationInfo": {
|
||||
"IgnoreBlank": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "备注",
|
||||
"DataValidationInfo": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"Commands": [
|
||||
{
|
||||
"$type": "Forguncy.Model.ProcessInstanceCommand, ServerDesignerCommon",
|
||||
"ProcessInstanceId": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=流程实例ID"
|
||||
},
|
||||
"OperateType": 350,
|
||||
"Comment": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=备注"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
|
||||
"ErrorCode": "0",
|
||||
"Message": "复活流程成功"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -32,7 +32,7 @@
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=全局_业务配置"
|
||||
},
|
||||
"SampleJson": "{\r\n \"项目ID\":6,\r\n \"版本名\": \"Develop\",\r\n \"版本号\": 4,\r\n \"版本ID\":1\r\n}",
|
||||
"SampleJson": "{\r\n \"版本ID\": 4,\r\n \"版本名\": \"Beta\",\r\n \"版本号\": \"1.0.13\"\r\n}",
|
||||
"ToParameter": "业务配置"
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@
|
||||
"DataItemType": 0,
|
||||
"Data": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=业务配置.项目ID"
|
||||
"SerializeProperty": "=业务配置.版本ID"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -116,7 +116,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"ID": "1db86dd5-c0ad-4eb1-b62c-cd9b152cea1a"
|
||||
"ID": "29f80a54-8d88-494d-b3e1-9a53927975d8"
|
||||
},
|
||||
{
|
||||
"CommandList": [
|
||||
@@ -137,12 +137,12 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"ID": "9fb2e014-b0cc-4f2c-a093-ad0758a20c68"
|
||||
"ID": "787e2797-117b-482b-bf96-0221c3e6e6fb"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ID": "093744d5-70ae-47de-8c84-dc30f86037b7"
|
||||
"ID": "73a9052d-3a56-4f87-89cc-344aff591c52"
|
||||
},
|
||||
{
|
||||
"CommandList": [
|
||||
@@ -157,7 +157,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"ID": "4c2dcd0b-2718-48df-89ff-bfae141b022e"
|
||||
"ID": "737411cd-3680-4df2-9978-a1ad7e60e3a5"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user