Skip to main content

Workflow Delegation Endpoint

Summary

Delegation reassigns a Pending task to a user and returns the task DTO. Its exact method and route are in the endpoint catalog.

Delegation API flow

Request and response

The request contains a required destination string and optional comment. Delegation preserves Pending status, allowing the destination user to appear in the caller worklist.

Limitations

No delegate eligibility, authorization, chain, expiry, revoke operation or delegation event exists.

Requires Confirmation

Permitted destinations, notification behavior and delegated-access policy require confirmation.

Source References

  • microservices/src/workflow-service/Api/WorkflowEndpoints.cs
  • microservices/src/workflow-service/Application/Commands/WorkflowInstanceCommands.cs
  • microservices/src/workflow-service/Domain/Workflow/WorkflowInstance.cs
  • microservices/src/workflow-service/Application/Dtos.cs

See Also

Keywords

Workflow API, approval endpoint, Workflow Service.

Revision Information

  • Status: Draft
  • Last reviewed: 2026-07-20
  • Next review: 2026-10-20