export type LifecycleExecutionStatusV3 = 'FAILED' | 'INPROGRESS' | 'PENDING' | 'SUCCESS';