Commit 73e45ca
authored
Workflow Pause (#3114)
* Bump versions
* Add pause/unpause buttons
* Show alert when workflow is paused
* Fix strict errors
* Add back request cancellation button if pause is not enabled
* Add isPaused to WorkflowExecution
* Refetch workflow on pause and unpause
* Disable update when paused and disable pause when delayed
* Add check for disableWriteActions
* Add integration test
* Update snapshots
* Fix actionsDisabled logic
* Add env variable to disable workflow pause1 parent 3ca9d3c commit 73e45ca
51 files changed
Lines changed: 1301 additions & 323 deletions
File tree
- server
- config
- server
- api
- config
- src
- lib
- components
- activity
- workflow/client-actions
- i18n/locales/en
- layouts
- models
- __snapshots__
- pages
- services
- stores
- svelte-mocks/app
- types
- utilities
- routes/(app)/namespaces/[namespace]
- tests
- integration
- pages
- test-utilities
- mocks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments