@@ -324,7 +324,7 @@ namespace Hotline.Api.Controllers
[HttpGet("getworkflow")]
public async Task<Workflow> GetWorkflow(string workFlowId)
{
- return await _workflowDomainService.GetWorkflowAsync(workFlowId, withSupplements: true, cancellationToken: HttpContext.RequestAborted);
+ return await _workflowDomainService.GetWorkflowAsync(workFlowId, withSteps: true, withSupplements: true, withAssigns: true, cancellationToken: HttpContext.RequestAborted);
}
/// <summary>