-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflogo77.json
82 lines (82 loc) · 2.02 KB
/
flogo77.json
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
74
75
76
77
78
79
80
81
82
{
"name": "kafka_flow2",
"type": "flogo:app",
"version": "0.0.1",
"description": "",
"triggers": [
{
"name": "Receive Kafka Messages",
"ref": "github.com/TIBCOSoftware/flogo-contrib/trigger/kafkasub",
"description": "Simple Kafka Trigger",
"settings": {
"BrokerUrl": "localhost:9092"
},
"id": "receive_kafka_messages",
"handlers": [
{
"settings": {
"Topic": "syslog"
},
"actionId": "new",
"actionMappings": {
"input": [],
"output": []
}
}
]
}
],
"actions": [
{
"data": {
"flow": {
"name": "new",
"type": 1,
"attributes": [],
"rootTask": {
"id": "root",
"type": 1,
"tasks": [
{
"id": "log_2",
"name": "Log Message",
"description": "Simple Log Activity",
"type": 1,
"activityType": "tibco-log",
"activityRef": "github.com/TIBCOSoftware/flogo-contrib/activity/log",
"attributes": [
{
"name": "message",
"value": "success",
"required": false,
"type": "string"
},
{
"name": "flowInfo",
"value": "true",
"required": false,
"type": "boolean"
},
{
"name": "addToFlow",
"value": "true",
"required": false,
"type": "boolean"
}
]
}
],
"links": [],
"attributes": []
}
}
},
"id": "new",
"metadata": {
"input": [],
"output": []
},
"ref": "github.com/TIBCOSoftware/flogo-contrib/action/flow"
}
]
}