Like: ```ts condition({ source: appStarted, if: $activated, then: [modelReady, userFetchFx, credentialsFetchFx], else: [session.drop, logIn.navigate], }); ```