Orchestration Composite Sequential

Please complete the details below then remove this line:


Volt MX Version: VoltMX 9.5.56
Operating System: Win11
Database (if appropriate): Microsoft SQL Server
Server: Tomcat


Problem/Query:
Hello, how do I set up a Composite Sequential Orchestration service? I have two integration services. In one, I retrieve ticket data, which includes the customer code. I want to use this customer code to retrieve the data in the second service. Note: I’ve already created the Composite Concurrent Orchestration service, and by providing the ticket code and customer code, I can retrieve the data. However, for educational purposes, I’d like to know how to do it as a composite sequential service.

Hi @cristech1970, thank you for your post. I have provided documentation below that explains the steps for creating a composite orchestration service. Please refer to the section titled “Creating a New Composite Service”.

Please let me know if you have any further questions. Thank you!

Hello. Thanks!, Apparently the documentation doesn’t address the same scenario I’m having here. I don’t use jar files.
What I did was create two relational database integration services. Each integration service accesses a table with a common key. Then I created an Orchestration service, tagged both services, and I can use it by providing the key for each service. However, in Sequential Composite mode, I don’t know how to relate the output of one service to the input of the other service.



If you check the payload of the second image, I would like NRCLIE to receive the value of the first service.

Hi @cristech1970, to accomplish your use case, please follow the instructions below:

In the response section of the first service, for whatever data you want to send to the second service, set the scope to “session”.

Then in the second service in the input variables, set the scope to “session”, and the data should pass automatically.

Please let me know if you have any further questions. Thank you!

Olá, acho que faltou alguma informação:

Servico01 - Tabela Chamados:


Serviço02 - Tabela clientes:

Orchestration:

Result Orchestration:


o item chave é a id da solicitacao.
O que informar no item NRCLIE?

Hi @cristech1970 unfortunately, the Foundry console is not meant to test session based scenarios. Are you able to test the service through the application?

Also, are you able to confirm that you have published the most recent changes that I discussed in my previous update?

The forum is a great resource to answer simple questions, but this issue may need more in depth troubleshooting if the suggestions provided here still do not resolve the issue.

I recommend working with your customer team to provide access to you so you can open cases to troubleshoot with support. Thank you!

1 Like