File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ Both of the following settings are used to manually stop and immediately delete
162
162
163
163
> [ !NOTE]
164
164
>
165
- > Use these settings with caution and only in preproduction environments, such as load
165
+ > Use these settings with caution and only in non-production environments, such as load
166
166
> or performance test environments, as you can't undo or recover from these operations.
167
167
168
168
| Setting | Default value | Description |
@@ -172,8 +172,10 @@ Both of the following settings are used to manually stop and immediately delete
172
172
173
173
The following example shows the syntax for these settings where each workflow ID is followed by a colon (** :** ) and separated by a semicolon (** ;** ):
174
174
175
- ` "Jobs.CleanupJobPartitionPrefixes": "<workflow-ID-1>:; <workflow-ID-2:", `
176
- ` "Jobs.SuspendedJobPartitionPrefixes": "<workflow-ID-1>:; <workflow-ID-2>:" `
175
+ ``` json
176
+ "Jobs.CleanupJobPartitionPrefixes" : " <workflow-ID-1>:; <workflow-ID-2:" ,
177
+ "Jobs.SuspendedJobPartitionPrefixes" : " <workflow-ID-1>:; <workflow-ID-2>:"
178
+ ```
177
179
178
180
<a name =" recurrence-triggers " ></a >
179
181
You can’t perform that action at this time.
0 commit comments