File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
162162
163163> [ !NOTE]
164164>
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
166166> or performance test environments, as you can't undo or recover from these operations.
167167
168168| Setting | Default value | Description |
@@ -172,8 +172,10 @@ Both of the following settings are used to manually stop and immediately delete
172172
173173The following example shows the syntax for these settings where each workflow ID is followed by a colon (** :** ) and separated by a semicolon (** ;** ):
174174
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+ ```
177179
178180<a name =" recurrence-triggers " ></a >
179181
You can’t perform that action at this time.
0 commit comments