Skip to content

Commit 40fc579

Browse files
author
ecfan
committed
Update for workflow settings
1 parent a31f139 commit 40fc579

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,18 +189,22 @@ The following settings are used to manually stop and immediately delete the spec
189189
190190
| Setting | Default value | Description |
191191
|---------|---------------|-------------|
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. |
195195

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 (`;`):
197197

198198
```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>:"
202202
```
203203

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+
204208
<a name="recurrence-triggers"></a>
205209

206210
### Recurrence-based triggers

0 commit comments

Comments
 (0)