@@ -189,18 +189,22 @@ The following settings are used to manually stop and immediately delete the spec
189
189
190
190
| Setting | Default value | Description |
191
191
| ---------| ---------------| -------------|
192
- | ` Jobs.CleanupJobPartitionPrefixes ` | None | Immediately deletes all the run jobs for the specified workflows. |
193
- | ` Jobs.SuspendedJobPartitionPrefixes ` | None | Stops the run jobs for the specified workflows. |
194
- | ` SequencerJobs.SuspendedSequencerPartitionPrefixes ` | None | Stops the sequencer run jobs for the specified workflows. |
192
+ | ` Jobs.CleanupJobPartition ` | None | Immediately deletes all the run jobs for the specified workflows. |
193
+ | ` Jobs.SuspendedJobPartition ` | None | Stops the run jobs for the specified workflows. |
194
+ | ` SequencerJobs.SuspendedSequencerPartition ` | None | Stops the sequencer run jobs for the specified workflows. |
195
195
196
- The following example shows the syntax for these settings where each workflow ID is followed by a colon (` : ` ) and separated by a semicolon (` ; ` ):
196
+ To specify individual workflows, use the following syntax where each workflow ID is followed by a colon (` : ` ) and is separated by a semicolon (` ; ` ):
197
197
198
198
``` json
199
- "Jobs.CleanupJobPartitionPrefixes " : " <workflow-ID-1>:;<workflow-ID-2>: " ,
200
- "Jobs.SuspendedJobPartitionPrefixes " : " <workflow-ID-1>:;<workflow-ID-2>:" ,
201
- "SequencerJobs.SuspendedSequencerPartitionPrefixes " : " <workflow-ID-1>:;<workflow-ID-2>:"
199
+ "Jobs.CleanupJobPartition " : " <workflow-ID-1>:;<workflow-ID-2>" ,
200
+ "Jobs.SuspendedJobPartition " : " <workflow-ID-1>:;<workflow-ID-2>:" ,
201
+ "SequencerJobs.SuspendedSequencerPartition " : " <workflow-ID-1>:;<workflow-ID-2>:"
202
202
```
203
203
204
+ To cancel a specific run, provide the run ID following the workflow ID with ** 2D** as the separator, for example:
205
+
206
+ ` "Jobs.SuspendedJobPartition": "<workflow-ID-1>:2D<run-ID>;", `
207
+
204
208
<a name =" recurrence-triggers " ></a >
205
209
206
210
### Recurrence-based triggers
0 commit comments