Microsoft.BizTalk.Server.2013R2.OrchestrationOrchestration

Microsoft.BizTalk.Server.2013R2.Orchestration (ClassType)

An orchestration is a business process built using the XLANG/s language and is executed in the XLANG engine.

Knowledge Base article:

Summary

Orchestrations are used in BizTalk Server to design and represent a business workflow. Orchestrations essentially govern the flow of the process and invoke necessary components at each step. In BizTalk Server,

orchestrations can be created using the Orchestration Designer in Visual Studio. The status of an orchestration depends on its availability, suspended service instances etc.

Element properties:

Base ClassMicrosoft.BizTalk.Server.2013R2.HostedApplicationArtifact
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda38cd57d-c6dc-b920-0ca8-24e5bfb36a35

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.Server.2013R2.ApplicationArtifact:
Name  string  Name Name of the artifact true 256  False 
Microsoft.BizTalk.Server.2013R2.Orchestration:
AssemblyName  string  Assembly Name Contains the name of the .NET-based assembly to which the orchestration belongs true 256  False 
AssemblyVersion  string  Assembly Version Contains the version of the .NET assembly to which this orchestration belongs true 256  False 
AssemblyCulture  string  Assembly Culture Contains the culture of the .NET assembly to which this orchestration belongs true 256  False 
AssemblyPublicKeyToken  string  Assembly Public Key Token Contains the public key token of the .NET assembly to which this orchestration belongs true 256  False 
ShortName  string  Short Name Short name of the orchestration false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013R2.Orchestration" Accessibility="Public" Abstract="false" Base="Microsoft.BizTalk.Server.2013R2.HostedApplicationArtifact" Hosted="true" Singleton="false">
<Property ID="AssemblyName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AssemblyVersion" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AssemblyCulture" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AssemblyPublicKeyToken" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ShortName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>