Skip to content

Commit

Permalink
fix: add permit process status (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov authored Dec 9, 2024
1 parent dcbea1d commit c1d07a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export type ExecutionStatus = 'ACTION_REQUIRED' | 'PENDING' | 'FAILED' | 'DONE'
export type ProcessStatus =
| 'STARTED'
| 'ACTION_REQUIRED'
| 'PERMIT_REQUIRED'
| 'PENDING'
| 'FAILED'
| 'DONE'
Expand Down

0 comments on commit c1d07a3

Please sign in to comment.