You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-scripts/generate-release-notes.ipynb
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -222,9 +222,9 @@
222
222
"\n",
223
223
"### Create release folder and file\n",
224
224
"\n",
225
-
"These lines will create a folder inside of `~/site/releases` for the release notes with a new `release-notes.qmd` file. The folder name is the release date, as per our convention. \n",
225
+
"These lines will create a folder inside of `~/site/releases` for the new release notes to live in and sets stage for the releasenotes to be generated. The folder name is the release date, as per our convention. \n",
226
226
"\n",
227
-
"**If the directory and file already exists, you will be prompted to confirm whether or not you want to overwrite the contents.**"
227
+
"**If the directory and release file already exists, you will be prompted to confirm whether or not you want to overwrite the contents.**"
228
228
]
229
229
},
230
230
{
@@ -243,7 +243,9 @@
243
243
"<a id='toc3_2_'></a>\n",
244
244
"\n",
245
245
"### Add the date to release notes \n",
246
-
"This block writes the specified date as the title of the new release notes file."
246
+
"This block writes the specified date as the title of the new release notes file.\n",
247
+
"\n",
248
+
"**It will also open up the newly created `release-notes.qmd` file for you so you don't have to go looking for it.**"
Copy file name to clipboardExpand all lines: release-scripts/year-end-cleanup.ipynb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,9 @@
203
203
"\n",
204
204
"### Create yearly listing page \n",
205
205
"\n",
206
-
"This cell copies the template from `~internal/templates/yearly-releases.qmd` and slots it into the new yearly folder as `{year}-releases.qmd` so we can begin building the yearly listings."
206
+
"This cell copies the template from `~internal/templates/yearly-releases.qmd` and slots it into the new yearly folder as `{year}-releases.qmd` so we can begin building the yearly listings.\n",
207
+
"\n",
208
+
"**It will also open up the newly created `{year}-releases.qmd` file for you so you don't have to go looking for it.**"
Copy file name to clipboardExpand all lines: site/guide/model-workflows/_configure-workflow-steps.qmd
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ To add or edit workflow steps:
7
7
8
8
1. Click on **Inventory Model**:
9
9
10
-
- To add a step, drag and drop a new step onto the canvas. Hover over the step until the **{{< fa ellipsis-vertical >}}** menu appears, then click on it and select **{{< fa gear >}} Configure**.
11
-
-On the new step, click **{{< fa gear >}} Configure**.
10
+
- To add a step, drag and drop a new step onto the canvas.
11
+
-Double-click the new step to open up the configuration modal.
12
12
13
-
1. After you're finished with step configuration, click **Save** to apply your changes before closing the configuration panel with **{{< fa x >}}**.
13
+
1. After you're finished with step configuration, click **Update Step** to apply your changes before closing the configuration panel with **{{< fa x >}}**.
@@ -31,10 +31,10 @@ To add or edit workflow steps:
31
31
32
32
1. Click on **Inventory Model**:
33
33
34
-
- To add a step, drag and drop a new step onto the canvas. Hover over the step until the **{{< fa ellipsis-vertical >}}** menu appears, then click on it and select **{{< fa gear >}} Configure**.
35
-
-On the new step, click **{{< fa gear >}} Configure**.
34
+
- To add a step, drag and drop a new step onto the canvas.
35
+
-Double-click the new step to open up the configuration modal.
36
36
37
-
1. After you're finished with step configuration, click **Save** to apply your changes before closing the configuration panel with **{{< fa x >}}**.
37
+
1. After you're finished with step configuration, click **Update Step** to apply your changes before closing the configuration panel with **{{< fa x >}}**.
38
38
39
39
1. After you've configured a step, you can then link your workflow together.
Copy file name to clipboardExpand all lines: site/guide/model-workflows/_link-workflow-steps.qmd
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,17 @@ To initiate the beginning of your workflow:^[After you’ve [configured your wor
7
7
8
8
### Link steps together
9
9
10
+
::: {.callout}
11
+
Hover over a workflow step to view an animation of the steps connecting to and from that step.
12
+
:::
13
+
10
14
To link subsequent steps together:
11
15
12
16
1. Click **{{< fa circle >}}** above or below the earlier step and drag it to connect to the top **{{< fa circle >}}** on the subsequent step.
13
17
14
18
You're also able to link several different steps together at various points in the workflow, including stages that may circle back to previous steps:
15
19
16
-
{fig-alt="A screenshot showing an example of multiple steps linked together at various points in the default Inventory Model workflow" .screenshot}
20
+
{fig-alt="An animated gif showing an example of multiple steps linked together at various points in the default Inventory Model workflow" .screenshot}
17
21
18
22
1. When you are finished, click **Save Workflow** to apply your changes.
19
23
@@ -34,7 +38,7 @@ To link subsequent steps together:
34
38
35
39
You're also able to link several different steps together at various points in the workflow, including stages that may circle back to previous steps:
36
40
37
-
{fig-alt="A screenshot showing an example of multiple steps linked together at various points in the default Inventory Model workflow" .screenshot}
41
+
{fig-alt="An animated gif showing an example of multiple steps linked together at various points in the default Inventory Model workflow" .screenshot}
38
42
39
43
1. When you are finished, click **Save Workflow** to apply your changes.
Copy file name to clipboardExpand all lines: site/guide/model-workflows/_model-workflows-see.qmd
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,14 @@
8
8
- Click **{{< fa arrow-right-arrow-left >}} See Workflow** to open the detailed workflow associated with that model.
9
9
- The current workflow state will be highlighted on this detail view.
10
10
11
-
{width=85% fig-alt="A summary view of example workflow steps for a model" .screenshot}
11
+
{fig-alt="A summary view of example workflow steps for a model" .screenshot}
12
+
13
+
<!-- 2025-jan-07 // There is a bug ATM where this doesn't work: https://app.shortcut.com/validmind/story/7998/viewing-a-model-workflow-doesn-t-have-hover-animations -->
14
+
15
+
::: {.callout}
16
+
Hover over a workflow step to view an animation of the steps connecting to and from that step.
17
+
18
+
:::
12
19
13
20
While your lifecycle statuses and workflows are custom to your organization, some examples are:
{fig-alt="A screenshot showing the approval message shown to the APPROVAL GROUP" .screenshot group="approval"}
130
-
131
128
:::: {.flex .flex-wrap .justify-around}
132
129
133
130
::: {.w-50-ns}
134
-
135
-
{fig-alt="A screenshot showing an APPROVAL GROUP step configuration with a inventory field selection of Approval Users" .screenshot group="approval"}
131
+
{fig-alt="A screenshot showing an APPROVAL GROUP step configuration with a User Roles selection of Validator" .screenshot group="approval"}
136
132
137
133
:::
138
134
139
135
::: {.w-40-ns}
136
+
{fig-alt="A screenshot showing the setup for the Approval Message shown to the APPROVAL GROUP of User Roles — Validator" .screenshot group="approval"}
140
137
141
138
Example
142
-
: A message shown to the user type inventory field `Approval Group` users requesting approval of model documentation.
139
+
: A message shown to the User Roles — Validator requesting review of a model for compliance.
143
140
144
141
:::
145
142
@@ -156,7 +153,7 @@ Workflows cannot be saved until condition branches are connected to other steps.
156
153
To configure a condition branch:
157
154
158
155
1. On the Configure Condition Branch module, click **+ Add Branch**.
159
-
2. Enter in the **[name]{.smallcaps}** and designate the **[conditions]{.smallcaps}**[^12] that apply to this path.
156
+
2. Enter in the **[path name]{.smallcaps}** and designate the **[conditions]{.smallcaps}**[^12] that apply to this path.
160
157
3. Continue with steps 1 and 2 until your conditional branch logic is complete.
161
158
162
159
To remove a path, click **{{< fa ellipsis-vertical >}}** and select **{{< fa trash-can >}} Remove Path**.
@@ -167,7 +164,7 @@ To configure a condition branch:
167
164
For example, if you wanted your models where the field `GenAI Model` is set to `true` to undergo a special legal approval process:
168
165
169
166
- First, you'd set up a Condition Branch path to look for instances where `GenAI Model` is set to `true`.
170
-
- Then, you would add an Approval step[^14] that requests a review of the model from the User group`Legal Team`.
167
+
- Then, you would add an Approval step[^14] that requests a review of the model from the User Roles —`Legal Team`.
171
168
- Finally, configure the `default` path to bypass this special approval.
172
169
173
170
:::: {.flex .flex-wrap .justify-around}
@@ -178,13 +175,16 @@ For example, if you wanted your models where the field `GenAI Model` is set to `
178
175
:::
179
176
180
177
::: {.w-50-ns}
181
-
{fig-alt="Screenshot showing the Legal team Approval step configuration" .screenshot group="condition"}
178
+
{fig-alt="Screenshot showing the Legal Team Approval step configuration" .screenshot group="condition"}
182
179
183
180
:::
184
181
185
182
::::
186
183
187
-
{fig-alt="A screenshot showing an example Condition Branch where GenAI models require special approval from the User group Legal Team" .screenshot group="condition"}
184
+
::: {.column-margin}
185
+
{fig-alt="A screenshot showing an example Condition Branch where GenAI models require special approval from the User Roles — Legal Team" .screenshot group="condition"}
186
+
187
+
:::
188
188
189
189
### Add conditional requirements
190
190
@@ -195,7 +195,7 @@ Conditional requirements can be configured for all four available step types:
195
195
| Status Change | Under **[when these conditions are met]{.smallcaps}**, you are able to set both `AND` and `OR` conditions. |
196
196
| User Action | Under **[display action button when]{.smallcaps}**, you are able to set both `AND` and `OR` conditions. |
197
197
| Approval | Under **[threshold]{.smallcaps}**, you are able to set the minimum percentage of approvers required for the resource to be approved. |
198
-
| Condition Branch | Under each branch's **[conditions]{.smallcaps}**, you're able to designate the conditions that apply to that path. |
198
+
| Condition Branch | Under each branch's **[conditions]{.smallcaps}**, you're able to designate the `AND` and `OR`conditions that apply to that path. |
199
199
: Step type conditional options {.hover tbl-colwidths="[20,80]"}
200
200
201
201
For Status Change[^15], User Action[^16], and Condition Branch[^17] conditions, you're able to add a single independent **Rule** or a linked condition **Group**. These rules and groups can be nested if desired:
@@ -219,7 +219,10 @@ Approval steps need to be subsequently linked to both a [Rejected]{.bubble .red
219
219
220
220
3. Connect the **Approval** step to the [Rejected]{.bubble .red .red-bg} and [Approved]{.bubble .green .green-bg} **Status Change** steps with the red and green **{{< fa circle >}}** respectively by dragging from the colored **{{< fa circle >}}** to the top **{{< fa circle >}}** of the subsequent step.
221
221
222
-
{fig-alt="A screenshot showing linked REJECTED and APPROVED Status Change steps" .screenshot}
222
+
::: {.column-margin}
223
+
{fig-alt="A screenshot showing linked REJECTED and APPROVED Status Change steps" .screenshot}
Copy file name to clipboardExpand all lines: site/guide/model-workflows/working-with-model-workflows.qmd
+3-34Lines changed: 3 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -35,24 +35,7 @@ To review the overall workflow status for a model:
35
35
36
36
{{< include _model-workflows-see.qmd >}}
37
37
38
-
{fig-alt="A gif showing the detailed workflow under the MODEL STATUS section" .screenshot}
39
-
40
-
<!-- Model documentation stauses/workflows have been removed as of Aug 2024 -->
41
-
42
-
<!-- #### See model documentation statuses
43
-
44
-
To review the workflow status of a model's documentation:
45
-
46
-
1. In the left sidebar, click **{{< fa cubes >}} Inventory**.
47
-
48
-
2. Select a model or find your model by applying a filter or searching for it.[^6]
49
-
50
-
3. In the left sidebar that appears for your model, click **{{< fa book-open >}} Documentation**.
51
-
52
-
On this **{{< fa book-open >}} Documentation** page, locate [document status]{.smallcaps}:
53
-
54
-
- Click **{{< fa arrow-right-arrow-left >}} See workflow** to open the detailed workflow associated with that model's documentation.
55
-
- The current workflow state will be highlighted on this detail view. -->
38
+
{fig-alt="A gif showing the detailed workflow under the MODEL STATUS section" .screenshot width=90%}
56
39
57
40
## Transition workflow statuses
58
41
@@ -66,22 +49,7 @@ To transition the overall workflow status for a model:
66
49
67
50
{{< include _model-workflows-transition.qmd >}}
68
51
69
-
{fig-alt="A gif showing transitioning a workflow status under the ACTIONS section" .screenshot}
70
-
71
-
<!-- #### Transition model documentation statuses
72
-
73
-
To transition the workflow status of a model's documentation:
74
-
75
-
1. In the left sidebar, click **{{< fa cubes >}} Inventory**.
76
-
77
-
2. Select a model or find your model by applying a filter or searching for it.[^8]
78
-
79
-
3. In the left sidebar that appears for your model, click **{{< fa book-open >}} Documentation**.
80
-
81
-
4. If an action is available to your role, you'll see it listed under your document status under your **{{< fa book-open >}} Documentation** or **{{< fa shield >}} Validation Report**.
82
-
83
-
- Click **{{< fa arrow-right >}}** to open up the transition panel for your selected action. This arrow will be followed by the action name.
84
-
- Enter your **Notes** then click **Submit**. -->
52
+
{fig-alt="A gif showing transitioning a workflow status under the ACTIONS section" .screenshot width=90%}
85
53
86
54
### Reset your model workflow
87
55
@@ -97,6 +65,7 @@ If you need to reset your model's workflow to the beginning:
97
65
98
66
After you confirm, that model's workflow will be returned to its initial state.
99
67
68
+
{fig-alt="A gif showing resetting a workflow to its initial state" .screenshot width=90%}
0 commit comments