WfeControllerCompile - метод

Compile requested WFE-object.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
[HttpPostAttribute("process-templates/compile")]
[SessionMethodAttribute(UserAccessLevel.Regular, false, new string[] { ... })]
[TypedJsonBodyAttribute]
[ConsumesAttribute("application/json", new string[] { ... })]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<PlainValidationResult>> Compile(
	[FromBodyAttribute] WorkflowEngineCompileRequest request,
	CancellationToken cancellationToken = default
)

Параметры

request  WorkflowEngineCompileRequest
Request for compile WFE-object.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

Возвращаемое значение

TaskActionResultPlainValidationResult
Result of operation.

См. также