Simplified by removing some states in the ImportOfficeSettingsRelatedToFixedAssetsSaga (full version below)
stateDiagram-v2
    %% CompanyCreationSaga group
    state "CompanyCreationSaga" as CCS {
        [*] --> ccs_created    : 
        ccs_created --> ccs_started : CompanyCreationStarted3
        ccs_started --> ccs_templateDataCopied : CompanyDataCopied
        ccs_started --> ccs_copyingDataFailed : CopyingDataFailed