Use TaskContext to store and retrieve data across nodes in a playbook. Each action writes to or reads from a shared key-value store, so a later node can access a value that an earlier node produced.
TaskContext provides two storage types:
Non-list context — stores a single value per key. A second write to the same key overwrites the first.
List context — stores multiple values under one key. Each write appends to the existing list.
Actions
| Action | What it does | When to use it |
|---|---|---|
setContext | Writes a single value to a key | Pass one result to a later node |
getContext | Reads the value stored under a key | Retrieve a value set by an earlier node |
appendListContext | Appends a value to a list under a key | Appends contextual information during playbook execution for later use |
getListContext | Reads the full list stored under a key | Retrieve all accumulated values |
setContext
Writes a non-list value to the context store.
Calling setContext on an existing key overwrites its value. If the key does not exist, it is created automatically.
Parameters
| Parameter | Description | Example |
|---|---|---|
key | The key to write to. | k1 |
value | The value to store. Accepts constants, expressions, system parameters, and variable parameters. See Component parameters and node execution flow. | ${event._tenant_id} |
ttl | Expiration time in seconds. Default: 86400 (one day). Maximum: 30 days. | 600 |
getContext
Reads a non-list value from the context store.
Parameters
| Parameter | Description | Example |
|---|---|---|
key | The key to read. | k1 |
Sample response
{
"value": "ba290292-19a8-4926-9eaa-9a746fc0bd32",
"key": "k1"
}appendListContext
Appends a value to a list in the context store.
If the key does not exist, a new list is created with the value. If the key exists, the value is appended to the existing list. For example, writing v1 then v2 to the same key produces ["v1", "v2"].
Parameters
| Parameter | Description | Example |
|---|---|---|
key | The key to append to. | k1 |
value | The value to append. Accepts constants, expressions, system parameters, and variable parameters. See Component parameters and node execution flow. | ${event._tenant_id} |
ttl | Expiration time in seconds. Default: 86400 (one day). Maximum: 30 days. | 600 |
getListContext
Reads a full list from the context store.
Parameters
| Parameter | Description | Example |
|---|---|---|
key | The key to read. | k1 |
Sample response
{
"value": [
"4d432034-03ae-4905-a2d8-00237462bc37",
"4d432034-03ae-4905-a2d8-00237462bc37_1"
],
"key": "k1"
}Configuration example
The sample below covers all four actions. Import it as a test playbook and open it in the visualization flow editor to explore each action's parameters interactively. For import instructions, see Import a playbook.
Save the sample data as a JSON file before importing.
The flow runs the actions in this order:
getListContext— reads any existing list (key:nameList1)appendListContext— appends a value to the list (key:nameList1, TTL: 60 s)appendListContext— appends another value to the list (key:nameList1, TTL: 86400 s)getListContext— reads the updated list (key:nameList1)getContext— reads a non-list value set in a previous run (key:name1)setContext— writes a non-list value (key:name1, TTL: 60 s)getContext— reads the value just written to confirm it was stored
Sample data
{
"cells": [{
"shape": "custom-edge",
"attrs": {
"line": {
"stroke": "#63ba4d",
"targetMarker": {
"stroke": "#63ba4d"
}
}
},
"zIndex": 1,
"id": "SequenceFlow_1o0qh3v",
"data": {
"isRequired": false,
"appType": "basic",
"nodeType": "sequenceFlow",
"icon": "icon-upper-right-arrow"
},
"labels": [],
"isNode": false,
"source": {
"cell": "StartEvent_1"
},
"target": {
"cell": "Action_0xquztz"
},
"vertices": []
}, {
"position": {
"x": -5,
"y": 40
},
"size": {
"width": 137,
"height": 66
},
"view": "react-shape-view",
"shape": "activity",
"id": "Action_1sons4h",
"data": {
"nodeName": "TaskContext_6",
"appType": "component",
"componentName": "TaskContext",
"nodeType": "action",
"actionName": "getContext",
"valueData": {
"key": "name1"
},
"advance": {
"onError": "stop_cur_flow",
"rspStatusType": "3",
"rspStatusThreshold": "0"
},
"icon": "https://sophon-gen-cloud-zhangjiakou-v2.oss-cn-zhangjiakou.aliyuncs.com/componentUpload/1750301983722_TaskContext_logo.png?Expires=1750405284&OSSAccessKeyId=STS.NX5Y***********8W&Signature=uNBTObExLWAh7J%2FYPX9uw%2BMslV0%3D&security-token=CAIS2AJ1q6Ft5B2yfSjIr5uAEv7337V53aeSZ1z8tnkmbcdh2paTtTz2IHhMenFpAegcv%2Fw%2BlGFZ6%2F8elrp6SJtIXleCZtF94oxN9h2gb4fb4wxlQRGU0s%2FLI3OaLjKm9u2wCryLYbGwU%2FOpbE%2B%2B5U0X6LDmdDKkckW4OJmS8%2FBOZcgWWQ%2FKBlgvRq0hRG1YpdQdKGHaONu0LxfumRCwNkdzvRdmgm4NgsbWgO%2Fks0OP3AOrlrBN%2Bdiuf8T9NvMBZskvD42Hu8VtbbfE3SJq7BxHybx7lqQs%2B02c5onDWwAJu0%2FXa7uEo4wydVNjFbM9A65Dqufxn%2Fpgt%2Braj4X7xhhEIOVJSSPbSZBbSxJNvU1RXDxQVcEYWxylurjnXvF%2Bgxqt0OxsGin%2B2svzhw6RGJ1dq8DgINtD0jokjPndRVbLXs84nxS7gbsGn76oY2zradH%2FdU7tn6l7MytAXxqAAQp4DQPgtjJpGipxkBpHLuNcGBShBy0T%2FpykyCMMvjeeh8Njd2uoNr8a5YOQwSurIQBC%2Fdl7%2FLGF1seWmsvRe8rz93egKbfC4VJaqXYns7EtnxWHfeg6lVso34AuucxdMPTZ%2Bzu2Y76yPUhGWYG6RX%2BLU%2FTFWHUtiXium458vUuIIAA%3D",
"status": "success"
},
"zIndex": 1,
"isNode": true
}, {
"position": {
"x": -467,
"y": 40
},
"size": {
"width": 137,
"height": 66
},
"view": "react-shape-view",
"shape": "activity",
"id": "Action_0geouqf",
"data": {
"nodeName": "TaskContext_7",
"appType": "component",
"componentName": "TaskContext",
"nodeType": "action",
"actionName": "appendListContext",
"valueData": {
"value": "jys_${event._req_uuid}_1",
"ttl": "86400",
"key": "nameList1"
},
"advance": {
"onError": "stop_cur_flow",
"rspStatusType": "3",
"description": "Appends a value to a list-type context. If the key does not exist, a new list is created with the current value. If the key exists, the value is appended to the existing list.",
"rspStatusThreshold": "0"
},
"icon": "https://sophon-gen-cloud-zhangjiakou-v2.oss-cn-zhangjiakou.aliyuncs.com/componentUpload/1750301983722_TaskContext_logo.png?Expires=1750405284&OSSAccessKeyId=STS.NX5Y***********8W&Signature=uNBTObExLWAh7J%2FYPX9uw%2BMslV0%3D&security-token=CAIS2AJ1q6Ft5B2yfSjIr5uAEv7337V53aeSZ1z8tnkmbcdh2paTtTz2IHhMenFpAegcv%2Fw%2BlGFZ6%2F8elrp6SJtIXleCZtF94oxN9h2gb4fb4wxlQRGU0s%2FLI3OaLjKm9u2wCryLYbGwU%2FOpbE%2B%2B5U0X6LDmdDKkckW4OJmS8%2FBOZcgWWQ%2FKBlgvRq0hRG1YpdQdKGHaONu0LxfumRCwNkdzvRdmgm4NgsbWgO%2Fks0OP3AOrlrBN%2Bdiuf8T9NvMBZskvD42Hu8VtbbfE3SJq7BxHybx7lqQs%2B02c5onDWwAJu0%2FXa7uEo4wydVNjFbM9A65Dqufxn%2Fpgt%2Braj4X7xhhEIOVJSSPbSZBbSxJNvU1RXDxQVcEYWxylurjnXvF%2Bgxqt0OxsGin%2B2svzhw6RGJ1dq8DgINtD0jokjPndRVbLXs84nxS7gbsGn76oY2zradH%2FdU7tn6l7MytAXxqAAQp4DQPgtjJpGipxkBpHLuNcGBShBy0T%2FpykyCMMvjeeh8Njd2uoNr8a5YOQwSurIQBC%2Fdl7%2FLGF1seWmsvRe8rz93egKbfC4VJaqXYns7EtnxWHfeg6lVso34AuucxdMPTZ%2Bzu2Y76yPUhGWYG6RX%2BLU%2FTFWHUtiXium458vUuIIAA%3D",
"status": "success"
},
"zIndex": 1,
"isNode": true
}, {
"position": {
"x": 589,
"y": 55
},
"size": {
"width": 36,
"height": 36
},
"attrs": {
"body": {
"fill": "white",
"strokeOpacity": 0.95,
"stroke": "#63ba4d",
"strokeWidth": 2
},
"path": {
"r": 12,
"refX": "50%",
"refY": "50%",
"fill": "#63ba4d",
"strokeOpacity": 0.95,
"stroke": "#63ba4d",
"strokeWidth": 4
},
"label": {
"text": "",
"fontSize": 12,
"refX": 0.5,
"refY": "100%",
"refY2": 4,
"textAnchor": "middle",
"textVerticalAnchor": "top"
}
},
"visible": true,
"shape": "circle",
"id": "EndEvent_1iulmg0",
"data": {
"appType": "basic",
"nodeType": "endEvent",
"valueData": {},
"advance": {},
"icon": "icon-radio-off-full"
},
"zIndex": 1,
"markup": [{
"tagName": "circle",
"selector": "body"
}, {
"tagName": "circle",
"selector": "path"
}, {
"tagName": "text",
"selector": "label"
}],
"isNode": true
}, {
"shape": "custom-edge",
"attrs": {
"line": {
"stroke": "#63ba4d",
"targetMarker": {
"stroke": "#63ba4d"
}
}
},
"zIndex": 1,
"id": "SequenceFlow_0q5h2ge",
"data": {
"isRequired": false,
"appType": "basic",
"nodeType": "sequenceFlow",
"icon": "icon-upper-right-arrow"
},
"labels": [],
"isNode": false,
"source": {
"cell": "Action_0vxihh8"
},
"target": {
"cell": "EndEvent_1iulmg0"
},
"vertices": []
}, {
"shape": "custom-edge",
"attrs": {
"line": {
"stroke": "#63ba4d",
"targetMarker": {
"stroke": "#63ba4d"
}
}
},
"zIndex": 1,
"id": "SequenceFlow_0g6a5ap",
"data": {
"isRequired": false,
"appType": "basic",
"nodeType": "sequenceFlow",
"icon": "icon-upper-right-arrow"
},
"labels": [],
"isNode": false,
"source": {
"cell": "Action_09hece0"
},
"target": {
"cell": "Action_0vxihh8"
},
"vertices": []
}, {
"shape": "custom-edge",
"attrs": {
"line": {
"stroke": "#63ba4d",
"targetMarker": {
"stroke": "#63ba4d"
}
}
},
"zIndex": 1,
"id": "SequenceFlow_1gcjzzz",
"data": {
"isRequired": false,
"appType": "basic",
"nodeType": "sequenceFlow",
"icon": "icon-upper-right-arrow"
},
"labels": [],
"isNode": false,
"source": {
"cell": "Action_0xquztz"
},
"target": {
"cell": "Action_1d9s59u"
},
"vertices": []
}, {
"shape": "custom-edge",
"attrs": {
"line": {
"stroke": "#63ba4d",
"targetMarker": {
"stroke": "#63ba4d"
}
}
},
"zIndex": 1,
"id": "SequenceFlow_18r8ybj",
"data": {
"isRequired": false,
"appType": "basic",
"nodeType": "sequenceFlow",
"icon": "icon-upper-right-arrow"
},
"labels": [],
"isNode": false,
"source": {
"cell": "Action_0geouqf"
},
"target": {
"cell": "Action_0oc837j"
},
"vertices": []
}, {
"position": {
"x": 231,
"y": 40
},
"size": {
"width": 137,
"height": 66
},
"view": "react-shape-view",
"shape": "activity",
"id": "Action_09hece0",
"data": {
"nodeName": "TaskContext_1",
"appType": "component",
"componentName": "TaskContext",
"nodeType": "action",
"actionName": "setContext",
"valueData": {
"value": "jys_${event._req_uuid}",
"ttl": "60",
"key": "name1"
},
"advance": {
"onError": "stop_cur_flow",
"rspStatusType": "3",
"rspStatusThreshold": "0"
},
"icon": "https://sophon-gen-cloud-zhangjiakou-v2.oss-cn-zhangjiakou.aliyuncs.com/componentUpload/1750301983722_TaskContext_logo.png?Expires=1750405284&OSSAccessKeyId=STS.NX5Y***********8W&Signature=uNBTObExLWAh7J%2FYPX9uw%2BMslV0%3D&security-token=CAIS2AJ1q6Ft5B2yfSjIr5uAEv7337V53aeSZ1z8tnkmbcdh2paTtTz2IHhMenFpAegcv%2Fw%2BlGFZ6%2F8elrp6SJtIXleCZtF94oxN9h2gb4fb4wxlQRGU0s%2FLI3OaLjKm9u2wCryLYbGwU%2FOpbE%2B%2B5U0X6LDmdDKkckW4OJmS8%2FBOZcgWWQ%2FKBlgvRq0hRG1YpdQdKGHaONu0LxfumRCwNkdzvRdmgm4NgsbWgO%2Fks0OP3AOrlrBN%2Bdiuf8T9NvMBZskvD42Hu8VtbbfE3SJq7BxHybx7lqQs%2B02c5onDWwAJu0%2FXa7uEo4wydVNjFbM9A65Dqufxn%2Fpgt%2Braj4X7xhhEIOVJSSPbSZBbSxJNvU1RXDxQVcEYWxylurjnXvF%2Bgxqt0OxsGin%2B2svzhw6RGJ1dq8DgINtD0jokjPndRVbLXs84nxS7gbsGn76oY2zradH%2FdU7tn6l7MytAXxqAAQp4DQPgtjJpGipxkBpHLuNcGBShBy0T%2FpykyCMMvjeeh8Njd2uoNr8a5YOQwSurIQBC%2Fdl7%2FLGF1seWmsvRe8rz93egKbfC4VJaqXYns7EtnxWHfeg6lVso34AuucxdMPTZ%2Bzu2Y76yPUhGWYG6RX%2BLU%2FTFWHUtiXium458vUuIIAA%3D",
"status": "success"
},
"zIndex": 1,
"isNode": true
}, {
"position": {
"x": -221,
"y": 40
},
"size": {
"width": 137,
"height": 66
},
"view": "react-shape-view",
"shape": "activity",
"id": "Action_0oc837j",
"data": {
"nodeName": "TaskContext_5",
"appType": "component",
"componentName": "TaskContext",
"nodeType": "action",
"actionName": "getListContext",
"valueData": {
"key": "nameList1"
},
"advance": {
"onError": "stop_cur_flow",
"rspStatusType": "3",
"rspStatusThreshold": "0"
},
"icon": "https://sophon-gen-cloud-zhangjiakou-v2.oss-cn-zhangjiakou.aliyuncs.com/componentUpload/1750301983722_TaskContext_logo.png?Expires=1750405284&OSSAccessKeyId=STS.NX5Y***********8W&Signature=uNBTObExLWAh7J%2FYPX9uw%2BMslV0%3D&security-token=CAIS2AJ1q6Ft5B2yfSjIr5uAEv7337V53aeSZ1z8tnkmbcdh2paTtTz2IHhMenFpAegcv%2Fw%2BlGFZ6%2F8elrp6SJtIXleCZtF94oxN9h2gb4fb4wxlQRGU0s%2FLI3OaLjKm9u2wCryLYbGwU%2FOpbE%2B%2B5U0X6LDmdDKkckW4OJmS8%2FBOZcgWWQ%2FKBlgvRq0hRG1YpdQdKGHaONu0LxfumRCwNkdzvRdmgm4NgsbWgO%2Fks0OP3AOrlrBN%2Bdiuf8T9NvMBZskvD42Hu8VtbbfE3SJq7BxHybx7lqQs%2B02c5onDWwAJu0%2FXa7uEo4wydVNjFbM9A65Dqufxn%2Fpgt%2Braj4X7xhhEIOVJSSPbSZBbSxJNvU1RXDxQVcEYWxylurjnXvF%2Bgxqt0OxsGin%2B2svzhw6RGJ1dq8DgINtD0jokjPndRVbLXs84nxS7gbsGn76oY2zradH%2FdU7tn6l7MytAXxqAAQp4DQPgtjJpGipxkBpHLuNcGBShBy0T%2FpykyCMMvjeeh8Njd2uoNr8a5YOQwSurIQBC%2Fdl7%2FLGF1seWmsvRe8rz93egKbfC4VJaqXYns7EtnxWHfeg6lVso34AuucxdMPTZ%2Bzu2Y76yPUhGWYG6RX%2BLU%2FTFWHUtiXium458vUuIIAA%3D",
"status": "success"
},
"zIndex": 1,
"isNode": true
}, {
"position": {
"x": 396,
"y": 40
},
"size": {
"width": 137,
"height": 66
},
"view": "react-shape-view",
"shape": "activity",
"id": "Action_0vxihh8",
"data": {
"nodeName": "TaskContext_2",
"appType": "component",
"componentName": "TaskContext",
"nodeType": "action",
"actionName": "getContext",
"valueData": {
"key": "name1"
},
"advance": {
"onError": "stop_cur_flow",
"rspStatusType": "3",
"rspStatusThreshold": "0"
},
"icon": "https://sophon-gen-cloud-zhangjiakou-v2.oss-cn-zhangjiakou.aliyuncs.com/componentUpload/1750301983722_TaskContext_logo.png?Expires=1750405284&OSSAccessKeyId=STS.NX5Y***********8W&Signature=uNBTObExLWAh7J%2FYPX9uw%2BMslV0%3D&security-token=CAIS2AJ1q6Ft5B2yfSjIr5uAEv7337V53aeSZ1z8tnkmbcdh2paTtTz2IHhMenFpAegcv%2Fw%2BlGFZ6%2F8elrp6SJtIXleCZtF94oxN9h2gb4fb4wxlQRGU0s%2FLI3OaLjKm9u2wCryLYbGwU%2FOpbE%2B%2B5U0X6LDmdDKkckW4OJmS8%2FBOZcgWWQ%2FKBlgvRq0hRG1YpdQdKGHaONu0LxfumRCwNkdzvRdmgm4NgsbWgO%2Fks0OP3AOrlrBN%2Bdiuf8T9NvMBZskvD42Hu8VtbbfE3SJq7BxHybx7lqQs%2B02c5onDWwAJu0%2FXa7uEo4wydVNjFbM9A65Dqufxn%2Fpgt%2Braj4X7xhhEIOVJSSPbSZBbSxJNvU1RXDxQVcEYWxylurjnXvF%2Bgxqt0OxsGin%2B2svzhw6RGJ1dq8DgINtD0jokjPndRVbLXs84nxS7gbsGn76oY2zradH%2FdU7tn6l7MytAXxqAAQp4DQPgtjJpGipxkBpHLuNcGBShBy0T%2FpykyCMMvjeeh8Njd2uoNr8a5YOQwSurIQBC%2Fdl7%2FLGF1seWmsvRe8rz93egKbfC4VJaqXYns7EtnxWHfeg6lVso34AuucxdMPTZ%2Bzu2Y76yPUhGWYG6RX%2BLU%2FTFWHUtiXium458vUuIIAA%3D",
"status": "success"
},
"zIndex": 1,
"isNode": true
}, {
"shape": "custom-edge",
"attrs": {
"line": {
"stroke": "#63ba4d",
"targetMarker": {
"stroke": "#63ba4d"
}
}
},
"zIndex": 1,
"id": "SequenceFlow_033a4zj",
"data": {
"isRequired": false,
"appType": "basic",
"nodeType": "sequenceFlow",
"icon": "icon-upper-right-arrow"
},
"labels": [],
"isNode": false,
"source": {
"cell": "Action_1d9s59u"
},
"target": {
"cell": "Action_0geouqf"
},
"vertices": []
}, {
"position": {
"x": -1028,
"y": 55
},
"size": {
"width": 36,
"height": 36
},
"attrs": {
"body": {
"fill": "white",
"strokeOpacity": 0.95,
"stroke": "#63ba4d",
"strokeWidth": 2
},
"label": {
"text": "",
"fontSize": 12,
"refX": 0.5,
"refY": "100%",
"refY2": 4,
"textAnchor": "middle",
"textVerticalAnchor": "top"
},
"path": {
"stroke": "#63ba4d"
}
},
"visible": true,
"shape": "circle",
"id": "StartEvent_1",
"data": {
"appType": "basic",
"nodeType": "startEvent",
"valueData": {},
"advance": {},
"icon": "icon-circle"
},
"zIndex": 1,
"markup": [{
"tagName": "circle",
"selector": "body"
}, {
"tagName": "text",
"selector": "label"
}],
"isNode": true
}, {
"shape": "custom-edge",
"attrs": {
"line": {
"stroke": "#63ba4d",
"targetMarker": {
"stroke": "#63ba4d"
}
}
},
"zIndex": 1,
"id": "SequenceFlow_047h4kl",
"data": {
"isRequired": false,
"appType": "basic",
"nodeType": "sequenceFlow",
"icon": "icon-upper-right-arrow"
},
"labels": [],
"isNode": false,
"source": {
"cell": "Action_0oc837j"
},
"target": {
"cell": "Action_1sons4h"
},
"vertices": []
}, {
"shape": "custom-edge",
"attrs": {
"line": {
"stroke": "#63ba4d",
"targetMarker": {
"stroke": "#63ba4d"
}
}
},
"zIndex": 1,
"id": "SequenceFlow_0e5ftrg",
"data": {
"isRequired": false,
"appType": "basic",
"nodeType": "sequenceFlow",
"icon": "icon-upper-right-arrow"
},
"labels": [],
"isNode": false,
"source": {
"cell": "Action_1sons4h"
},
"target": {
"cell": "Action_09hece0"
},
"vertices": []
}, {
"position": {
"x": -901,
"y": 40
},
"size": {
"width": 137,
"height": 66
},
"view": "react-shape-view",
"shape": "activity",
"id": "Action_0xquztz",
"data": {
"nodeName": "TaskContext_3",
"appType": "component",
"componentName": "TaskContext",
"nodeType": "action",
"actionName": "getListContext",
"valueData": {
"key": "nameList1"
},
"advance": {
"onError": "stop_cur_flow",
"rspStatusType": "3",
"rspStatusThreshold": "0"
},
"icon": "https://sophon-gen-cloud-zhangjiakou-v2.oss-cn-zhangjiakou.aliyuncs.com/componentUpload/1750301983722_TaskContext_logo.png?Expires=1750405284&OSSAccessKeyId=STS.NX5Y***********8W&Signature=uNBTObExLWAh7J%2FYPX9uw%2BMslV0%3D&security-token=CAIS2AJ1q6Ft5B2yfSjIr5uAEv7337V53aeSZ1z8tnkmbcdh2paTtTz2IHhMenFpAegcv%2Fw%2BlGFZ6%2F8elrp6SJtIXleCZtF94oxN9h2gb4fb4wxlQRGU0s%2FLI3OaLjKm9u2wCryLYbGwU%2FOpbE%2B%2B5U0X6LDmdDKkckW4OJmS8%2FBOZcgWWQ%2FKBlgvRq0hRG1YpdQdKGHaONu0LxfumRCwNkdzvRdmgm4NgsbWgO%2Fks0OP3AOrlrBN%2Bdiuf8T9NvMBZskvD42Hu8VtbbfE3SJq7BxHybx7lqQs%2B02c5onDWwAJu0%2FXa7uEo4wydVNjFbM9A65Dqufxn%2Fpgt%2Braj4X7xhhEIOVJSSPbSZBbSxJNvU1RXDxQVcEYWxylurjnXvF%2Bgxqt0OxsGin%2B2svzhw6RGJ1dq8DgINtD0jokjPndRVbLXs84nxS7gbsGn76oY2zradH%2FdU7tn6l7MytAXxqAAQp4DQPgtjJpGipxkBpHLuNcGBShBy0T%2FpykyCMMvjeeh8Njd2uoNr8a5YOQwSurIQBC%2Fdl7%2FLGF1seWmsvRe8rz93egKbfC4VJaqXYns7EtnxWHfeg6lVso34AuucxdMPTZ%2Bzu2Y76yPUhGWYG6RX%2BLU%2FTFWHUtiXium458vUuIIAA%3D",
"status": "success"
},
"zIndex": 1,
"isNode": true
}, {
"position": {
"x": -711,
"y": 40
},
"size": {
"width": 137,
"height": 66
},
"view": "react-shape-view",
"shape": "activity",
"id": "Action_1d9s59u",
"data": {
"nodeName": "TaskContext_4",
"appType": "component",
"componentName": "TaskContext",
"nodeType": "action",
"actionName": "appendListContext",
"valueData": {
"value": "jys_${event._req_uuid}",
"ttl": "60",
"key": "nameList1"
},
"advance": {
"onError": "stop_cur_flow",
"rspStatusType": "3",
"rspStatusThreshold": "0"
},
"icon": "https://sophon-gen-cloud-zhangjiakou-v2.oss-cn-zhangjiakou.aliyuncs.com/componentUpload/1750301983722_TaskContext_logo.png?Expires=1750405284&OSSAccessKeyId=STS.NX5Y***********8W&Signature=uNBTObExLWAh7J%2FYPX9uw%2BMslV0%3D&security-token=CAIS2AJ1q6Ft5B2yfSjIr5uAEv7337V53aeSZ1z8tnkmbcdh2paTtTz2IHhMenFpAegcv%2Fw%2BlGFZ6%2F8elrp6SJtIXleCZtF94oxN9h2gb4fb4wxlQRGU0s%2FLI3OaLjKm9u2wCryLYbGwU%2FOpbE%2B%2B5U0X6LDmdDKkckW4OJmS8%2FBOZcgWWQ%2FKBlgvRq0hRG1YpdQdKGHaONu0LxfumRCwNkdzvRdmgm4NgsbWgO%2Fks0OP3AOrlrBN%2Bdiuf8T9NvMBZskvD42Hu8VtbbfE3SJq7BxHybx7lqQs%2B02c5onDWwAJu0%2FXa7uEo4wydVNjFbM9A65Dqufxn%2Fpgt%2Braj4X7xhhEIOVJSSPbSZBbSxJNvU1RXDxQVcEYWxylurjnXvF%2Bgxqt0OxsGin%2B2svzhw6RGJ1dq8DgINtD0jokjPndRVbLXs84nxS7gbsGn76oY2zradH%2FdU7tn6l7MytAXxqAAQp4DQPgtjJpGipxkBpHLuNcGBShBy0T%2FpykyCMMvjeeh8Njd2uoNr8a5YOQwSurIQBC%2Fdl7%2FLGF1seWmsvRe8rz93egKbfC4VJaqXYns7EtnxWHfeg6lVso34AuucxdMPTZ%2Bzu2Y76yPUhGWYG6RX%2BLU%2FTFWHUtiXium458vUuIIAA%3D",
"status": "success"
},
"zIndex": 1,
"isNode": true
}]
}