Need sample workflow definition for HTTP POST Request (which has request payload as json data) #655
-
Hi, Need sample workflow definition for HTTP POST Request (which has request payload as json data) Sample Workflow json I am using(Which is not working) {
"expressionLang": "jq",
"functions": [
{
"name": "FeatureapiFeaturePOST",
"operation": "http://192.168.1.6:8085/swagger/v1/swagger.json#FeatureapiFeatureSave",
"type": "rest",
"metadata": {
}
}
],
"id": "Workflow",
"name": "Test",
"version": "1.0",
"specVersion": "0.8",
"keepActive": false,
"states": [
{
"end": true,
"actionMode": "sequential",
"type": "operation",
"actions": [
{
"functionRef": {
"refName": "FeatureapiFeaturePOST",
"arguments": {
"inputData": "${.inputData }"
}
},
"name": "OpenAPI"
}
],
"name": "CofigSettings",
"usedForCompensation": false
}
],
"autoRetries": false
} |
Beta Was this translation helpful? Give feedback.
Answered by
cdavernas
Aug 9, 2022
Replies: 1 comment
-
@karthanvijay Please open a discussion on Synapse as it is not related to the spec. I'll then be more than happy to help you 😉 Furthermore, please use ``` to start and end a code block, thus making your issue easier to read. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cdavernas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@karthanvijay Please open a discussion on Synapse as it is not related to the spec. I'll then be more than happy to help you 😉
Furthermore, please use ``` to start and end a code block, thus making your issue easier to read.