@model Pilotfish.Afx.ViewModels.WorkflowConsoleViewModelBase @using Neo.Legitimate.Web @using Pilotfish.Afx.ComponentModel @using Pilotfish.Afx.Security @using Pilotfish.Afx.Mvc @**@ @ViewBag.Title @Html.Partial("_Urls") @RenderSection("customconsolestyles", false)
@if (Request.IsAuthenticated) { }
@if (Request.IsAuthenticated) {
@**@

@ViewBag.Title

@if (((Pilotfish.Afx.Services.Workflows.Entities.WorkflowInstance)Model.WorkflowInstance).WorkflowInstanceStatusID == 1) {

} else if (((Pilotfish.Afx.Services.Workflows.Entities.WorkflowInstance)Model.WorkflowInstance).WorkflowInstanceStatusID == 2) //Completed {

The workflow is complete.

} else if (((Pilotfish.Afx.Services.Workflows.Entities.WorkflowInstance)Model.WorkflowInstance).WorkflowInstanceStatusID == 3) //Rejected {

The workflow is rejected.

} else if (((Pilotfish.Afx.Services.Workflows.Entities.WorkflowInstance)Model.WorkflowInstance).WorkflowInstanceStatusID == 4) //Cancelled {

The workflow is cancelled.

} else if (((Pilotfish.Afx.Services.Workflows.Entities.WorkflowInstance)Model.WorkflowInstance).WorkflowInstanceStatusID == 5) //Not Started {

The workflow has not been started.

} else if (((Pilotfish.Afx.Services.Workflows.Entities.WorkflowInstance)Model.WorkflowInstance).WorkflowInstanceStatusID == 6) //error {

The workflow is currently in an error state.

}
} else {

workflow console

}
@if (Request.IsAuthenticated) {
@RenderBody() @Html.Partial("Afx/Workflow/Participants/List")
@Html.Partial("Afx/Comments/List")
@Html.Partial("Afx/Workflow/Tasks/List_Detailed")
@Html.Partial("Afx/Correspondence/List")
@Html.Partial("Afx/Documents/List")
} else { Authentication failed. Please contact the system administrator if you require access to the system. }


Please enter any comments you might have:
@*documentViewerDiv is called from applicationrequest > request details*@ @if (Model.WorkflowID==1) { } @* ReSharper disable Mvc.PartialViewNotResolved *@ @if(Request.IsAuthenticated) { @Html.Partial("Scripts/UI") @Html.Partial("Scripts/Validation") @Html.Partial("Scripts/Events") @Html.Partial("Scripts/Init") @Html.Partial("Templates/_WorkflowConsolePickerTemplates") @Html.Partial("Afx/Form/ChecklistTemplates") } @* ReSharper restore Mvc.PartialViewNotResolved *@