@model Pilotfish.Afx.ViewModels.WorkflowConsoleViewModelBase @using Neo.Legitimate.Web @using Pilotfish.Afx.ComponentModel @using Pilotfish.Afx.Security @using Pilotfish.Afx.Mvc
@**@| @* |
@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.} |
workflow console |