WfeControllerGetProcessInstanceError - метод
Get process instance error data.
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
[HttpPostAttribute("process-instances/{id:guid}/errors/{errorId:guid}")]
[SessionMethodAttribute(UserAccessLevel.Regular, false, new string[] { ... })]
[TypedJsonBodyAttribute]
[ConsumesAttribute("application/json", new string[] { ... })]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<WorkflowEngineProcessInstanceGetErrorDataResponse>> GetProcessInstanceError(
[FromRouteAttribute] Guid id,
[FromRouteAttribute] Guid errorID,
CancellationToken cancellationToken = default
)
<HttpPostAttribute("process-instances/{id:guid}/errors/{errorId:guid}")>
<SessionMethodAttribute(UserAccessLevel.Regular, false, New String() { ... })>
<TypedJsonBodyAttribute>
<ConsumesAttribute("application/json", New String() { ... })>
<ProducesAttribute("application/json", New String() { ... })>
<ProducesResponseTypeAttribute(200)>
Public Function GetProcessInstanceError (
<FromRouteAttribute> id As Guid,
<FromRouteAttribute> errorID As Guid,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ActionResult(Of WorkflowEngineProcessInstanceGetErrorDataResponse))
public:
[HttpPostAttribute(L"process-instances/{id:guid}/errors/{errorId:guid}")]
[SessionMethodAttribute(UserAccessLevel::Regular, false, __gc new array<String^>^ { ... })]
[TypedJsonBodyAttribute]
[ConsumesAttribute(L"application/json", __gc new array<String^>^ { ... })]
[ProducesAttribute(L"application/json", __gc new array<String^>^ { ... })]
[ProducesResponseTypeAttribute(200)]
Task<ActionResult<WorkflowEngineProcessInstanceGetErrorDataResponse^>^>^ GetProcessInstanceError(
[FromRouteAttribute] Guid id,
[FromRouteAttribute] Guid errorID,
CancellationToken cancellationToken = CancellationToken()
)
[<HttpPostAttribute("process-instances/{id:guid}/errors/{errorId:guid}")>]
[<SessionMethodAttribute(UserAccessLevel.Regular, false, new string[] { ... })>]
[<TypedJsonBodyAttribute>]
[<ConsumesAttribute("application/json", new string[] { ... })>]
[<ProducesAttribute("application/json", new string[] { ... })>]
[<ProducesResponseTypeAttribute(200)>]
member GetProcessInstanceError :
[<FromRouteAttribute>] id : Guid *
[<FromRouteAttribute>] errorID : Guid *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ActionResult<WorkflowEngineProcessInstanceGetErrorDataResponse>>
- id Guid
- Process instance ID.
- errorID Guid
- Error ID.
- cancellationToken CancellationToken (Optional)
- Token to cancel async task.
TaskActionResultWorkflowEngineProcessInstanceGetErrorDataResponseResult of operation.