-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path1_task-batch.json
More file actions
73 lines (73 loc) · 1.65 KB
/
1_task-batch.json
File metadata and controls
73 lines (73 loc) · 1.65 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"resource_profiles": [
{
"id": "FIRST_ACTIVITY",
"name": "Base Resource Pool",
"resource_list": [
{
"id": "BASE_RESOURCE",
"name": "BASE_RESOURCE",
"cost_per_hour": 10,
"amount": 1,
"calendar": "BASE_CALENDAR",
"assigned_tasks": ["FIRST_ACTIVITY"]
}
],
"fixed_cost_fn": "15"
}
],
"arrival_time_distribution": {
"distribution_name": "fix",
"distribution_params": [{ "value": 86400 }]
},
"arrival_time_calendar": [
{
"from": "MONDAY",
"to": "SUNDAY",
"beginTime": "09:00:00",
"endTime": "10:00:00"
}
],
"gateway_branching_probabilities": [],
"task_resource_distribution": [
{
"task_id": "FIRST_ACTIVITY",
"resources": [
{
"resource_id": "BASE_RESOURCE",
"distribution_name": "fix",
"distribution_params": [{ "value": 3600 }]
}
]
}
],
"resource_calendars": [
{
"id": "BASE_CALENDAR",
"name": "BASE_CALENDAR",
"time_periods": [
{
"to": "FRIDAY",
"from": "MONDAY",
"beginTime": "09:00:00",
"endTime": "18:00:00"
}
]
}
],
"event_distribution": {},
"batch_processing": [
{
"task_id": "FIRST_ACTIVITY",
"type": "Parallel",
"size_distrib": [
{ "key": "1", "value": 0.0 },
{ "key": "4", "value": 1.0 }
],
"duration_distrib": [{ "key": "4", "value": 0.5 }],
"firing_rules": [[{ "attribute": "size", "comparison": "=", "value": 4 }]]
}
],
"start_time": "2000-01-01T00:00:00Z",
"total_cases": 8
}