pipeline response resolvers

0

I have tree function in an pipelineConfiguration { "dataSourceName": null, "kind": "PIPELINE", "pipelineConfig": { "functions": [ "generateOrderCode", "updateOrderStatus", =====>>>>> i need to send the result to browser and then "sendOrderToTango". send the order to a externa url ] } }

how to return de result of updateOrderStatus to the browser

ther are a mutation fot updateOrderSatus

  • Maybe you are looking for a service such as Step Functions. The pipeline in the resolver should not fork or wait.

Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions