This interface models the meta information associated with a meta flow:
export interface MetaInfo { transactionCount: number, status?: MetaStatus, lastError: any }