diff --git a/templates/ktcore/workflow/documentWorkflow.smarty b/templates/ktcore/workflow/documentWorkflow.smarty index f92c072..c185ca0 100644 --- a/templates/ktcore/workflow/documentWorkflow.smarty +++ b/templates/ktcore/workflow/documentWorkflow.smarty @@ -1,43 +1,50 @@ -
+Workflow is a description of a document's lifecycle. It is made up of +workflow states, which describe where in the lifecycle the document is, +and workflow transitions, which describe the next steps within the +lifecycle of the document. +
{if !$oWorkflow} -Document has no assigned workflow.
{else} -| Workflow | {$oWorkflow->getName()} |
|---|---|
| State | {$oState->getName()} |