Any SC can have the following states:
| Name | Meaning |
| Unknown | the SC status is unknown (execution lifecycle does not imply this state. If a user gets it that means something is wrong) |
| Started | the SC is executing |
| Success | the SC execution finished successfully |
| Failure | the SC execution finished failure |