Operations (sample payloads)
Main operationsCopy
Copy
Format responseCopy
Copy
Trigger a workflow from another workflow and return response to the caller workflow
Sample Input
1{2"response": {3"status": "success",4"data": {5"orderId": "ORD-12345",6"customerName": "John Doe",7"totalAmount": 99.99,8"items": [9{10"productId": "PROD-001",11"name": "Widget A",12"quantity": 2,13"price": 24.9914},15{16"productId": "PROD-002",17"name": "Gadget B",18"quantity": 1,19"price": 50.0120}21]22},23"message": "Order processed successfully"24}25}
Sample Output
1{}