Orchestrations - Get Orchestration

获取特定业务流程

GET http://localhost/BizTalkManagementService/Orchestrations/{applicationName}/{orchestrationName}

URI 参数

名称 必需 类型 说明
applicationName
path True

string

应用程序的名称

orchestrationName
path True

string

业务流程的名称

响应

名称 类型 说明
200 OK

Orchestration

OK

Media Types: "application/json", "text/json", "application/xml", "text/xml"

定义

名称 说明
Orchestration

表示业务流程的模型

OrchestrationInboundPort

表示入站端口的模型

OrchestrationOutboundPort

表示出站端口的模型

OrchestrationTrackingOptions

表示业务流程跟踪选项的模型

Orchestration

表示业务流程的模型

名称 类型 说明
ApplicationName

string

应用程序名称

AssemblyName

string

程序集名称

Description

string

说明

FullName

string

业务流程名称

Host

string

主机名

ImplementedRoles

string[]

已实现的角色

InboundPorts

OrchestrationInboundPort[]

入站端口

InvokedOrchestrations

string[]

调用的业务流程

OutboundPorts

OrchestrationOutboundPort[]

出站端口

Status

string

状态

Tracking

OrchestrationTrackingOptions

跟踪选项

UsedRoles

string[]

已用角色

OrchestrationInboundPort

表示入站端口的模型

名称 类型 说明
Binding

string

端口绑定类型

Name

string

端口名称

PortType

string

端口类型

ReceivePort

string

绑定到端口的物理接收端口

OrchestrationOutboundPort

表示出站端口的模型

名称 类型 说明
Binding

string

端口绑定类型

Name

string

端口名称

PortType

string

端口类型

SendPort

string

绑定到端口的物理 SendPort

SendPortGroup

string

绑定到端口的物理 SendPortGroup

OrchestrationTrackingOptions

表示业务流程跟踪选项的模型

名称 类型 说明
InboundMessageBody

boolean

入站消息正文

MessageSendReceive

boolean

消息发送接收

OrchestartionEvents

boolean

业务流程事件

OutboundMessageBody

boolean

出站消息正文

ServiceStartEnd

boolean

服务开始时间结束

TrackPropertiesForIncomingMessages

boolean

跟踪传入消息的属性

TrackPropertiesForOutgoingMessages

boolean

跟踪传出消息的属性