forked from kbaseattic/transform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.cfg
41 lines (39 loc) · 1.35 KB
/
service.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[validate]
ujs_description="Validation Handler"
ujs_ptype="task"
ujs_mstep=1
ujs_mtime=3600
task1_cmd_name="trns_validate_hndlr"
task1_cmd_args=" -u Transform.ws_url -s Transform.shock_url -r Transform.ujs_url -x Transform.svc_ws_name -c Transform.svc_ws_cfg_name -e $etype -i $in_id -j KBWF_COMMON.ujs_jid"
task1_cmd_description="Validation Handler"
task1_dependsOn=
task1_token=true
task1_taskid="0"
task1_skip=0
task1_totalwork=1
[upload]
ujs_description="Upload Handler"
ujs_ptype="task"
ujs_mstep=6
ujs_mtime=3600
task1_cmd_name="trns_upload_hndlr"
task1_cmd_args=" -u Transform.ws_url -s Transform.shock_url -r Transform.ujs_url -x Transform.svc_ws_name -c Transform.svc_ws_cfg_name -e $etype -t $kb_type -i $in_id -w $ws_name -o $obj_name -j KBWF_COMMON.ujs_jid -a '$optional_args'"
task1_cmd_description="Upload Handler"
task1_dependsOn=
task1_token=true
task1_taskid="0"
task1_skip=0
task1_totalwork=1
[download]
ujs_description="Download Handler"
ujs_ptype="task"
ujs_mstep=6
ujs_mtime=3600
task1_cmd_name="trns_download_hndlr"
task1_cmd_args=" -u Transform.ws_url -s Transform.shock_url -r Transform.ujs_url -x Transform.svc_ws_name -c Transform.svc_ws_cfg_name -e $etype -t $kb_type -i $in_id -w $ws_name -j KBWF_COMMON.ujs_jid -a '$optional_args'"
task1_cmd_description="Upload Handler"
task1_dependsOn=
task1_token=true
task1_taskid="0"
task1_skip=0
task1_totalwork=1