Explain me what's the main difference between Call and Start Orchestration?
Submitted by: MuhammadCalling an orchestration will use the same thread to run another orchestration while using Start Orchestration will create a new thread to run the started orchestration.
A Call Orchestration returns the control back to the caller. A Start Orchestration shape starts the orchestration in a non-deterministic way.
As a conclusion, Calling an Orchestration will be synchronous operation where the caller waits for a response, while Start Orchestration is asynchronous operation.
Submitted by: Muhammad
A Call Orchestration returns the control back to the caller. A Start Orchestration shape starts the orchestration in a non-deterministic way.
As a conclusion, Calling an Orchestration will be synchronous operation where the caller waits for a response, while Start Orchestration is asynchronous operation.
Submitted by: Muhammad
Read Online Biztalk Orchestration Job Interview Questions And Answers
Top Biztalk Orchestration Questions
| ☺ | Explain me where is information about promoted properties stored? |
| ☺ | Tell us types of messages? |
| ☺ | Please explain what is XLANG and where it is used? |
| ☺ | Tell me can orchestration use components other than listed in Toolbox? |
| ☺ | Explain me what are the ways to add properties in context? |
Top BizTalk Server Categories
| ☺ | Biztalk Map Interview Questions. |
| ☺ | Biztalk Application Interview Questions. |
| ☺ | Biztalk Bam Interview Questions. |
| ☺ | Biztalk Hl7 Interview Questions. |
| ☺ | Biztalk Pipeline Interview Questions. |
