@@ -63,15 +63,44 @@ After selecting a template, on the basics screen:
63
63
64
64
[ ![ Basics of a workflow.] ( media/understanding-lifecycle-workflows/workflow-4.png )] ( media/understanding-lifecycle-workflows/workflow-4.png#lightbox )
65
65
66
- ### Workflow details
67
- Under the workflow details section, you can provide the following information:
66
+ ## Workflow overview
67
+
68
+ Every workflow created has its own overview section, which provides the following:
69
+
70
+ - Basic Information
71
+ - My Feed
72
+ - Quick Action
73
+
74
+ In this section you'll learn what each section tells you, and what actions you'll be able to take from this information.
75
+
76
+ ### Basic Information
77
+
78
+ Within the ** Basic Information** you can view the following information:
68
79
69
80
| Name| Description|
70
81
| -----| -----|
71
82
| Name| The name of the workflow.|
72
83
| Description| A brief description that describes the workflow.|
84
+ | Category| A string identifying the category of the workflow.|
85
+ | Date Created| The date and time the workflow was created.|
86
+ | Workflow ID| A unique string identifier for the workflow.|
87
+ | Schedule| Defines if the workflow is currently scheduled to run.|
88
+ | Last run date| The last date and time the workflow ran.|
89
+ | Last Modified| The last date and time the workflow was modified.|
90
+
91
+ ### My Feed
92
+
93
+ The ** My Feed** section of the workflow overview contains a quick peak into when and how the workflow ran. The following information is provided:
94
+
95
+ - Next target run: The date and time of the next scheduled workflow run.
96
+ - Total processed users: The total number of users processed by the workflow.
97
+ - Processed users with failures: The total users processed with failed status by the workflow.
98
+ - Failed tasks: The total number of failed
99
+ - Number of tasks: The total number of tasks within the workflow.
100
+ - Current version: How many new versions of the workflow have been created.
101
+
73
102
74
- ### Trigger details
103
+ ## Trigger details
75
104
76
105
Under the trigger details section, you can provide the following information.
77
106
0 commit comments