ブログ

  • マルチタスクと並列処理

    マルチタスクと並列処理

    こんにちは、マーケティング部の林です。

    近年、「マルチタスク」という言葉がビジネスシーンでも普通に使われるようになりました。これはもともとコンピュータ用語で、「複数の作業を並行してこなす」という意味合いがあります。また企業が求人などをおこなう際には、マルチタスクは「いろんな業務ができる人」といったニュアンスで使われることもありますね。たしかに、1人で多岐にわたる業務を、しかも並行してこなせるなんて!いかにも「デキるビジネスマン」といった感じがします。

    しかし最近では、こうしたマルチタスク的な仕事の進め方に批判的な意見も多いようです。

    一方、業務プロセスを効率化して改善する手法に「並列処理」の導入があります。複数の作業を「並行処理」するマルチタスクと「並列処理」は似ているようで異なります。

    本稿では、こうしたマルチタスクと業務プロセスにおける「並列処理」の導入について解説します。

    人間はマルチタスクに向いていない?

    いきなりですが、「人間の脳はマルチタスク向きではない」という意見があります。

    これについては国内外の医師や学者が下記のようなさまざまな論を展開しています。

    • (マルチタスクといっても)同時にタスクを処理しているわけではなく、細かくタスクを切り替えながら処理しているだけ(※)
    • マルチタスクは生産性を低下させる
    • マルチタスクは脳にストレスを与え、疲れさせる

    などなど。

    こうやって見ると、もはやマルチタスクにメリットなど無いような気がしてきますが、こうした論は何もいまに始まったことではありません。

    ※スタンフォード大学の神経科学者エヤル・オフィル博士の研究より

    参考資料:「テキパキしている人」がむしろ生産性が低い理由(ダイヤモンド・オンライン)
    https://diamond.jp/articles/-/139207

    マルチタスクと「ながら族」

    高度経済成長期と言われる1950年代の終わりごろ、「ながら族」という言葉が登場しました。

    これはラジオを聞きながら勉強したり、テレビを見ながら食事をしたり、といった当時の「新しい生活スタイル」を揶揄した言葉ですが、「あれ、これってマルチタスクと同じじゃん」と思える部分もあります。

    実際、「マルチタスク」と「ながら族」の類似性や違いについて、ネット上では多くの人がさまざまな意見を述べています。面白いのは、「マルチタスク」という言葉がもともとは割と肯定的な意味合いで使われていたのに対し、「ながら族」は「(ひとつのことに)集中できない若者」という批判的な視点から使われるようになったことです。これも時代の変化によるものでしょうか。

    いまや死語といわれる「ながら族」ですが、昨年の政府広報には「やめよう!運転中の『ながらスマホ』」という記事が掲載されていました。たしかに、「AをしながらBをする」という行為は、気が散って当たり前。車の運転中などは、同時に他のことをすると大事故につながる可能性もあります。そこをがんばって集中しようとすると、たしかに脳も疲れそうですね。特に視覚を駆使する行為は気が散りやすいので要注意。「ながら族」と変わらないレベルのマルチタスクなら、やめておいたほうが無難でしょう。

    参考資料:やめよう!運転中の「ながらスマホ」違反すると一発免停も!(政府広報オンライン)
    https://www.gov-online.go.jp/useful/article/201707/2.html

    では、マルチタスクのメリットは?

    先に批判から述べてしまいましたが、マルチタスクのメリットとしては、多くのことを同時に手がけるため、頼まれたことや連絡事項に対するレスポンスが速くなることが挙げられます。また、さまざまな案件や作業に並行して目を通していくことになるため、業務を俯瞰で捉えることができ、全体像を把握しやすくなるのもメリットといえるでしょう。

    ただし、こうした複数の案件を同時に進めていく手法は、誰にでもできるものではありません。実際に、「複数の課題を同時におこなうと98%の人はパフォーマンスが低下する」という研究報告もあるくらいです(※)。マルチタスクで作業をおこなう場合には、こうした「向き・不向き」も考慮する必要があるでしょう。

    もし、マルチタスク的な仕事の進め方に問題や疲れを感じているならば、仕事を1つずつ順番に、そして確実に片づけていく「シングルタスク」にシフトしたほうが良いかもしれません。

    ※ユタ大学応用認知ラボの主任、デビッド・ストレイヤー氏の研究より

    参考資料:同時作業が得意な「2%の超人類」(WIRED)
    https://wired.jp/2012/03/01/multitasking/

    「並列処理」という考え方

    さて、ここからはワークフローの話です。

    当たり前の話ですが、人間の脳にマルチタスクが向いていなかったとしても、コンピュータはそうではありません。マルチタスク動作が可能なシステムであれば、複数のタスクを並行して実行できます。

    ところで、「並行」と「並列」という言葉の定義には曖昧なところがあります。これは「並行処理」と「並列処理」も同様ですが、ここでは下記のように定義して話を進めたいと思います。

    • 並行処理…一定の時間の中で複数のタスクを処理すること
    • 並列処理…一定の時間の中で複数のタスクを「同時に」処理すること

    一定の時間において複数のタスクを処理することは同じですが、「並行処理」の場合はそれらを同時に処理しているとは限りません。AとBという2つのタスクがあった場合、「A→B→A→B」と細かくタスクを切り替えながら処理している可能性もあります。並行処理をこうした「切り替え」による処理と定義するケースもありますが、これは人間の「マルチタスク」と同じですね。

    一方、並列処理は一定の時間の中で「同時に」複数のタスクが処理される状態を指します。業務プロセスにおいて、このように「並列処理」できるポイントを見つけると、業務を効率化したり、生産性を高めたりするチャンスとなります。

    これは以前のブログでも何度か紹介している「商品企画」の業務プロセス図ですが、下図は「生産者」「生産体制」「物流」という3つのチームが順番に評価をおこなう流れになっています。これはまさに「仕事を1つずつ順番に片づけていく」状態ですね。

    この業務プロセスでは、前のチームの評価が終わらないと、次のチームは評価に着手できず、「待ち時間」が発生してしまいます。

    そこで、「並列処理」を取り入れたのが下の業務プロセスです。

    こちらのフローでは、商品企画が立案されると、3チームに「同時に」評価のタスクが回されます。この「並列処理」により、前チームの評価を待つ時間はカットされ、商品企画の立案から決裁までのリードタイムを短縮できます。

    個人による「マルチタスク」で成果を上げられなくても、業務プロセスにこうした「並列処理」を導入できれば、同時進行で効率よく業務を進められます。

    ※業務の「並列処理」についての詳しいブログはこちら

    Questetra BPM Suite で業務プロセスの変更をスムーズに

    ちなみに、1人で「あれもこれも」抱えるマルチタスクに限界を感じたら、逆に作業を「分業化」していくことで業務の品質や生産性を向上できる場合もあります。

    Questetra BPM Suite はこうした「分業化」や「並列処理」を導入して、業務プロセスを変更・改善することを強力にサポートします。

    Questetra BPM Suite では、上の項で記載したような業務プロセス図を、アイコンを配置することで簡単に作成できます。その後は、作成したプロセス図に沿って業務が自動で進行していくため、作業を受け渡す手間もありません。

    また、ワークフローや BPM ツールといったソフトウェアの多くは、サーバへのセットアップなど利用するまでの準備が大変ですが、Questetra BPM Suite はお申し込み後すぐにご利用できるクラウド型のサービスです。

    この機会に、Questetra BPM Suite で従来の業務プロセスを「見える化」し、「どんな仕事の進め方がベストなのか」を検証してみませんか?Questetra BPM Suite は無料お試しも可能なので、気軽にスタートできますよ。

  • How to Automate Invoicing and Payment Confirmation with No Code (PayPal)

    How to Automate Invoicing and Payment Confirmation with No Code (PayPal)

    Original Japanese version

    Billing operations at companies tend to require time-consuming tasks such as creating and sending invoices and confirming payments. This article introduces a method to automate these billing tasks to reduce time and effort, prevent errors, and improve work quality and efficiency.

    Tools Required for Automation

    The following two tools (cloud services) are required to automate billing operations.

    • PayPal
    • Questetra BPM Suite

    What is PayPal?

    PayPal is a payment processing service in the United States.

    You can send money and make payments between PayPal accounts, and you can link multiple payment services such as bank accounts (transfer) and credit/debit cards to your PayPal account. Therefore, multiple payments can be made with a single account (email address ID/password).

    What is Questetra BPM Suite?

    Questetra BPM Suite is a business system development platform.

    No-code/low-code business systems (workflow Apps) can be built. In addition to PayPal, the following cloud services can be linked through APIs to enable automated processing for each service.

    • GoogleWorkspace
      • Google Docs, Google Sheets, Google Slides, Google Groups, Google Drive, Google Calendar, Gmail
    • Microsoft 365
    • Box
    • kintone
    • Slack
    • WordPress
    • Stripe
    • Salesforce
    • Google BigQuery
    • Google Analytics
    • Google Fit
    • Google Translate
    • DeepL
    • AirTable
    • SendGrid
    • ChatWork
    • Typetalk
    • Backlog
    • Image-Charts
    • Zendesk Support

    …amongst others.

    Automation Mechanisms

    A draft invoice is automatically created on PayPal based on the*1 billing information (email address, company name, name of the person in charge, billing amount, billing date, etc.) entered into Questetra BPM Suite. (In this case, Questetra BPM Suite sends a signal to PayPal to create a draft invoice and to send the billing information.)

    Questetra BPM Suite signals PayPal to send the invoices created on PayPal to the billing address.

    Questetra BPM Suite will retrieve the payment status of the billing partner*2 on PayPal.

    *1 It is also possible to automatically insert information that has already been obtained.

    *2 The billing party (payer) must have a PayPal account in order to automate the process described in this article.

    How to Automate Invoice Creation/Sending and Payment Confirmation

    In Questetra BPM Suite, the workflow diagram shown in the figure below serves as a blueprint for the business system.

    On the workflow diagram created, there are steps that are processed by users and steps that are processed automatically (by the system). These steps are processed in sequence from the start to the end of the process.

    The figure above is a workflow diagram that illustrates the “PayPal Automatic Billing” workflow. The specific process flow is as follows

    1. Manual task: Enter the billing details (billing information, billing amount, payment due date, and other items predetermined when the workflow application was created).
    1. Automatic processing step (PayPal invoice generation item): A draft invoice is automatically generated on PayPal based on the information entered in 1.
    1. Automatic processing step (PayPal invoice sending item): The invoice generated in step 2 is automatically sent to the billing recipient.
    1. Automatic processing step (Timer item): Waits until the day after the payment due date entered in step 1. (It waits at the same step for the set period of time.)
    1. Automatic processing step (PayPal payment status check item): The payment status is automatically retrieved for the invoiced item.

    Once a process is initiated in this manner, all that is required is to enter the billing information to automate the process from invoice creation to confirmation of invoice delivery and payment.

    How to Automate Billing Operations

    The simple workflow App described in the previous section can be applied to automate the actual billing process.

    For example, billing tasks involving multiple departments and intradepartmental approvals can be automated by using PayPal’s automated processing items. An actual sample workflow App can be viewed at the following support site.

    Thus, with Questetra BPM Suite, you can build business systems for various operations with no or low code and automatically process API-connected cloud services.

    Electronic or automated business operations. Why not try it yourself?

  • オジサン世代向け GA4 新機能 2022

    オジサン世代向け GA4 新機能 2022

    Google Analytics (GA4) の新イベント “form_start” と “form_submit”。 つまるところ「これからのコンバージョン・イベント定義」は画面遷移(page_view)に頼るべきではないというコト?? つまるところ「ワークフローを開始させる公開フォーム」にも GA4 タグを仕込むべきというコト??? イロイロな疑問が湧いてくる2022年の年の瀬…。

    ◆ Q1. フォーム操作もトラッキング可能?

    A1. はい。GA4 Event として記録されるようになりました。

    今どきの Google Analytics (GA4) は「フォーム・インタラクション」も「トラッキング」シマス! それらの Events は、”Form interactions” 〔フォームの操作〕と総称されます。

    具体的には、、、

    • “氏名フォーム” といった form 要素への 『入力開始の操作』
      • Event: event_name == "form_start"
    • それら(FormData)の 『送信の操作』 〔submit ボタン〕
      • Event: event_name == "form_submit"

    という2種類の Event がカウントされるようになりました。(もちろん、プライバシーが保護された状態で)

    ただ、、、これらは、2022年の夏、こっそり “追加” された Event 達です(驚)。しかも “オプション計測扱い” の Event です。したがって、その “紹介記事” や “目撃情報”(?)はマダマダ少ない状況です。 (←トラッキング開始には「計測オン」の設定が必要です)

    ※要するに、2022年5月時点(GA4ブログを書いた時点)に「11」だった “ウェブ Event 種類数” が、2022年8月下旬ごろ「13」にシレっと増えた、、、(増えていて驚いた)、、、というハナシです。

    ※オフィシャルドキュメント的には、2022年8月下旬ごろに ★★加筆★★ されました。(下図参照)

    • [GA4]自動的に収集されるイベント (公式Page “Analytics Help”)
      • click (outbound link)
      • file_download (pdf,xlsx,docx,,,)
      • first_visit
      • page_view
      • scroll
      • session_start
      • user_engagement
      • video_complete
      • video_progress
      • video_start
      • view_search_results
    • [GA4]拡張イベント計測機能 (公式Page “Analytics Help”)
      • page_view ←これまでの主役
      • scroll
      • click
      • view_search_results
      • video_start
      • video_progress
      • video_complete
      • file_download
      • ★★ form_start ★★
      • ★★ form_submit ★★ ←これからの主役?

    ◆ Q2. Form 離脱も検知可能?

    A2. はい。かなりシンプルに算出可能です。

    つまるところ、2つの Event

    • form_submit (フォームを送信した)
    • form_start (入力を開始した)

    の数の差分が「途中で挫折したヒトの数」になります。(=「Form 入力を開始したものの Submit しなかったヒト」)

    ちなみに、Event form_start (入力開始した数)には、「いっさい何も入力しなかったヒト」〔どの form 要素も更新しなかったヒト〕はカウントされません。また一方、Event form_submit (送信した数)には、「必須項目の入力モレがあるのに Submit した回数」がカウントされてしまいます。

    つまり、細かく分析したい方は、『Event page_view の数との比較』や『別途設定した Custom Event の数との比較』などが必要になってきます。たとえば “必須入力モレのリトライ” をカウントしたい場合、Custom Event form_submit_retry といった Event を別途設定し、計測カウントする必要があります。

    • Event form_submit_retry
      • event_name equals "form_submit"
      • page_referrer contains “http s://example.com/form/

    ◆ Q3. “form_submit” って Conversion でわ?

    A3. デスよね。”Conversion Event ソノモノ” だと思います。

    一般的に、

    • 購入した
    • 資料請求した
    • 体験版を申し込んだ

    といった Event が「コンバージョン」として格付けされます。

    したがって、Event form_submit は、「コンバージョン・イベント」の設定において、とても便利な Event だと言えます。

    • Event sign_up (←推奨に従った命名)
      • event_name equals form_submit"
      • page_location startsWith “http s://example.com/trial/form

    しかも “より細かい分析” も可能となります。たとえば『Form Start から Form Submit までが10秒以内の申込』(※)をカウントすることも容易に実現できるようになります。

    ※『迷いのない Sign up』の数! 『リセットマラソン中』の数!? 『RPAの仕業』の数??

    • Event sign_up_within_10s
      • event_name equals “form_submit
      • page_location startsWith “http s://example.com/trial/form
      • engagement_time_msec isLessThan “10000

    engagement_time_msec パラメータ: ページがフォーカス状態にあった時間の長さ

    しかしながら一方、”従来は存在しなかった Event” です。

    「コンバージョン」は基本的に、同じルールで計測されるべき存在です。「コンバージョン・イベント設定」をコロコロと変更していたのでは、その計測値が好調値なのか不調値なのか、過去比較できなくなってしまいます。

    • Event sign_up (←推奨名)
      • event_name equals “page_view
      • page_referrer startsWith “http s://example.com/trial/form
      • page_location startsWith “http s://example.com/trial/thanks

    もし、「サンクスページ画面への遷移」をコンバージョン・イベントと設定している(格付けしている)なら、その設定を破棄してまで急いで設定し直す必要は無いような気がします。(”年度の区切りなどの機会に見直す” のはイイように思います)

    ※ “新規に GA4 を立ち上げる”(UA から GA4 に移行する)なら、「多くのコンバージョンは form_submit ベースで設定されるべき」なんだろうと思います。

    • 参考:form_start パラメータ (オフィシャルマニュアルとはチョットチガウ?)
      • engagement_time_msec ←入力着手にまで要した時間ミリ秒(←ばっくり)
      • first_field_id ←最初に改編されたフォーム要素(form field)
      • first_field_name
      • first_field_position
      • first_field_type
      • form_destination
      • form_length ←Form要素の数(←ばっくり)
      • ga_session_id
      • ga_session_number
      • page_location ←FormページのURL
      • page_referrer ←データが無い場合も
      • page_title
    • 参考:form_submit パラメータ
      • engagement_time_msec ←着手から完了にまで要した時間ミリ秒(←ばっくり)
      • form_destination
      • form_length ←Form要素の数(←ばっくり)
      • ga_session_id
      • ga_session_number
      • page_location
      • page_referrer ←リトライの場合は page_location と同じに(←ばっくり)
      • page_title

    ◆ Q4. ワークフロー開始フォームも計測可能?

    A4. はい。一応デキマス。

    パブリックに公開された起動フォーム(Questetra用語で言う所の『メッセージ開始イベント(Form)』)の form_submit も集計可能です。

    そもそも、Questetra BPM Suite では、[マイタスク]の “処理フォーム画面”(タスクForm)に JavaScript を仕込むことができます。(←ただし、Professional edition でプログラミング知識を持っておられる方)

    したがって、『Google タグ』(旧 『グローバル サイトタグ』)(gtag.js)が読み込まれるワークフロー設定にしておけば、各工程が処理される度に各種 Event がトラッキングされるようになります。具体的には、

    <script src="https://www.googletagmanager.com/gtag/js?id=G-YourGA4MeasurementId"></script> 
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-YourGA4MeasurementId');
    </script>

    といった JavaScript (GA4タグ) が読み込まれるよう設定します。

    (@ワークフローアプリ設定>[データ項目]>[説明/Description])

    • M213: 処理フォーム画面をデコレーションする(HTML/JavaScript)
      • データ項目の[説明]を設定すれば、入力フォームの下部に “注記” として表示されるようになります。プレーンテキストだけでなく HTML や JavaScript も設定できるので、”業務上の注意” を強調させる、”関連サイトの URL” のリンク表示させる、”入力文字数カウンタ” を表示させるなど、業務効率を上げる様々な工夫を実現できます。

    ※なお、2022年12月現在、大人の事情で async 属性(グローバル属性)が付けられない、などの制限があります。また、今後、更なる「大人の事情」が追加されるかも知れません。したがって、当面においては  “参考値程度の位置づけで(POC的試行版として)計測運用を開始する(してみる)”  が良いと思います。

    ちなみに、従来(←Event form_submit が計測されていなかった時代)から JavaScript の設定は可能でした。しかし、「コンバージョンイベント」(Submit の完了)の計測(捕捉)は現実的ではありませんでした。(←画面遷移直後のページにて『Google タグ』を読み込ませる設定ができないため) ところが、Event form_submit が計測対象になったため、状況が一転した(かなり簡単に「コンバージョン」をカウントできるようになった)というハナシです。

    (平たく言えば、、、 Google フォーム では計測できない Submit コンバージョンが、Questetra BPM Suite ではカウント可能になりました!!)

    ツラツラ書いてみましたが、ただでさえ「Analytics大変革」な折なのに、なんとも分かりにくいハナシですね。もし、何か「疑問点」や「修正すべき点」あれば遠慮なく、(あるいは「感想」や「ミミヨリ新情報」等あれば奮って)、問い合わせフォームよりメッセージください。よろしくオネガイシマス。

  • How to Learn Business Flow Diagrams and BPMN?

    How to Learn Business Flow Diagrams and BPMN?

    Original Japanese version

    Hello, I am Mr. Hayashi from the Marketing Department of Questetra, Inc.

    The other day, one of our customers asked us if we had any videos or learning resources for business flow diagrams and BPMN (Business Process Model and Notation).

    The notation of business flow diagrams in Questetra BPM Suite provided by our company follows BPMN (Business Process Model and Notation). This BPMN is a notation (a drawing technique) of business processes designed to enable many people to understand business flow intuitively, but many think it is challenging to create diagrams and rules of notation.

    For this reason, we have published several learning materials related to business flow diagrams and BPMN.

    Yes, there are learning resources!

    This blog introduces these learning contents with explanations. The contents range from introductory to somewhat specialized, so we hope you will use them according to your purpose and level.

    Familiarize Yourself with Manga

    This is a comic book to learn how to improve business operations based on the concept of BPM. This may be the easiest to get to grips with.

    In this manga, Takeo-kun struggles to improve the current situation of his company, which is riddled with problems. The manga depicts the specific points of “where” and “how” to improve the workflow.

    By reading the manga, you can quickly learn about the concept of BPM (Business Process Management), business modeling (visualization), and optimization of business operations.

    Takeo-kun’s Story of Workflow Improvement

    Click here for details

    Understanding with Textbooks

    Next, we introduce four types of text content. Textbooks overlap with videos in some areas, but their strength is that you can read at your own pace and take your time to deepen your understanding.

    Why doesn’t our section chief draw a workflow diagram?

    This is the text version of the “Introduction to Business Flow Diagrams” contents. It starts with the question, “What is a business flow diagram in the first place?” Why is a business flow diagram necessary? Why are they not drawn if they are necessary? and “What” and “How” to learn to draw business flow diagrams.

    Click here for details

    Introduction to BPMN

    This is an introductory guide to BPMN, explaining how to draw business flow diagrams using BPMN in four stages while showing specific diagrams. There are some tasks to draw flow diagrams, so you can deepen your understanding by actually drawing the diagrams as you read the text.

    Click here for details

    The Golden Rules of Business Process Modeling

    A business flow diagram visualizes the flow of business operations, and this content explains the key points for defining a vague business flow as a flow diagram.

    It is especially recommended for those who would like to draw a business flow diagram but do not know where to start.

    Click here for details

    How to Proceed with Process Improvement Activities

    This content focuses on improving business processes, with four chapters covering the four business processes of translation, proposal preparation, inquiry response, and results inspection, respectively. It also explains specific methods for identifying problems and issues and improving flow diagrams.

    Click here for details

    Practice with Workflow Apps

    These are Questetra BPM Suite business templates that you can download and use. There are a variety of apps for different purposes and difficulty levels, from simple work requests and attendance reports to those that automatically generate PDF files and those that work with Google Drive, Salesforce, etc. There are also apps that can be used casually, such as conference room applications, so please try out the results of your study by actually operating and arranging workflows.

    Finally

    It is said that business flow diagrams are not something you learn. The best way to understand BPMN and business flow diagrams is to actually try creating flow diagrams. In that case, please use Questetra BPM Suite, which enables you to create flow diagrams easily on your PC. A free trial is also available.

  • What are the Five Principles to Avoid Failing in Remote Work?

    What are the Five Principles to Avoid Failing in Remote Work?

    Hello, I am Mr. Hayashi from the Marketing Department of Questetra, Inc.

    Today, many companies are introducing remote work (telework). Questetra is no exception, with many people working remotely on a daily basis.

    I have been working remotely for about two and a half years, and while there are many good things about it, there are also some things I need to pay attention to.

    So, I would like to talk about some things to watch out for when working from home that I have learned from my own experience.

    Benefits of Remote Work

    The most crucial benefit of working from home is that employees don’t have to commute. In my case, I lived about 30 minutes away from my office by bicycle or bus. But, despite that, I remember how much easier it was to work there.

    It is also good for the company to save money on employee commutes and office maintenance costs.

    Another advantage of remote work is that you can work quietly and at your own pace without worrying about the eyes of those around you. Speaking of this, an acquaintance of mine who has back pain said, “Remote work helps me because I can work in a comfortable posture, which I cannot do in the office.”

    Points to Consider When Working Remotely

    On the other hand, remote work also has some unexpected pitfalls. From here, I would like to discuss some points to be aware of from the standpoints of both employees and managers.

    No. 1: Take care of your physical and mental health

    The ability to work from home or in an environment that suits you is one of the advantages of remote work, but this can backfire in some cases.

    For example,

    • Loneliness of working alone
    • Impatience and anxiety due to not knowing what is going on around you
    • Difficulty in distinguishing between work and private life

    For these reasons, many remote workers experience more stress than those who work in an office.

    Therefore, remote workers need to pay more attention to their physical and mental health than office workers.

    This may be especially important for those who work remotely and have very few opportunities to go out. I too have always been a stay-at-home person, so I make a conscious effort to get outside at least once a day. These light walks are a simple way to relieve stress.

    Come to think of it, I often see people running in the evening after the COVID pandemic. Some of them may be running after work to keep their bodies and minds in good shape.

    No. 2: Be more organized in your work

    It is easy to get lazy when working from home, but the trick is to keep a balance between your work and leisure, and avoid stress.

    Recently, the Pomodoro Technique (*), in which you work hard for 25 minutes and then rest for 5 minutes, has been getting much attention lately. This type of work style may be good for working from home. On the other hand, a work style in which you sit at a desk aimlessly is inefficient and leads to fatigue and stress.

    In the above example, the ideal pattern is to concentrate on the work for 25 minutes and then relax for the next 5 minutes and do a little physical activity or drink a cup of tea. Note that if you look at the Internet, social networking sites, or do other work during this 5-minute break, you will not be able to rest your body and mind.

    * Pomodoro Technique: A time management technique developed by Francesco Sirillo, a consultant from Italy. It is characterized by repeating a set of short periods of work and short breaks.

    No. 3: Communication is important

    Now, as already mentioned, loneliness is a surprisingly significant pitfall of remote work.

    This depends on your personality, but some people who continue to work remotely cannot stand the idea of working alone at home and want to go to the office. This shows the importance of ensuring some means of communication and having opportunities for communication, even when working remotely.

    For example, Questetra uses Questetra BPM Suite for business progress and management, and one of its functions is Open Chat. This is a communication tool that allows users to chat within the company or team, and to send mentions to individuals using the @ symbol.

    I mostly use Open Chat to talk to people about business, and it’s helpful that I can easily look back at past conversations.

    Of course, we try to ask business questions in Open Chat as appropriate, but unlike in the office, when working remotely, you don’t know what is going on with the other person, so you may wonder if the time is right to ask a question. This kind of consideration, if taken too far, can cause stress.

    I try not to waste time by asking questions or getting unnecessary confirmation, but if it is essential for my work I will ask questions in the chat room right away. Another advantage of chat is that the person who answers those questions can reply at a time that is convenient for them.

    We also use Google Meet to hold video meetings for problems that are too hard to solve over chat. This is because it is much smoother to talk face to face than to send messages back and forth endlessly. I think that video meetings and open chats have solved communication problems to some extent for me.

    Incidentally, our Open Chat sometimes (often?) includes some casual chit-chat. I think this kind of communication is necessary, especially when working remotely.

    No. 4: Value sharing

    Closely related to the above discussion of communication, I realize that in remote work various types of sharing are more important than in the office. This sharing can range from small topics of conversation at work to information and data necessary for business operations.

    I am going to talk about Questetra BPM Suite again, but the reason I am able to work remotely so smoothly is that my business processes are shared by Questetra BPM Suite.

    For example, Questetra displays the progress of operations at a glance as shown in the figure below.

    Sharing processes and progress is also important to reaffirm that you are working as a team. For example, if it is clear who is in charge of what tasks and where they stand, the loneliness and anxiety of working remotely may be alleviated.

    The same can be said for the sharing of work results and deliverables. By clearly defining the goal of your work, your position in the business will become more apparent, and it will be easier to feel a sense of accomplishment. This sense of accomplishment is very important when working remotely, where people tend to feel lonely and anxious.

    No. 5: Environment

    Now that we have listed the key pitfalls to avoid when working remotely, let’s look at the basic premise of these points.

    • It is very important to have an environment suitable for remote work

    For example, Questetra BPM Suite is a cloud-based service that allows users to access and work on the same system from anywhere with an Internet connection, just as if they were in the office. In addition, because work progresses automatically according to a work flow diagram, work can be transferred smoothly even if you are working from home. This is another crucial point for remote work.

    Incidentally, there are many cases in which managing employee attendance is an issue for remote workers, but Questetra has solved this problem by using an App called the Attendance and Absence Report Flow. This is a great tool that allows employees to report their arrival and departure times from home, as well as post the day’s work to Open Chat by filling out an entry screen.

    Sample Attendance and Absence Reporting Flow

    In addition, if we are talking about improving the environment, there is no better way than to promote paperless work and eliminate the use of stamps. In the first place, paper documents cannot be circulated when working remotely, and having to go to the office to affix a stamp or sign a document is a real hassle.

    Questetra BPM Suite can solve these problems by utilizing functions such as automatic PDF generation and automatic file storage in conjunction with cloud storage. In addition, Questetra is evolving daily to support business efficiency and paperless operations; for example, the integration with Box has recently been further enhanced to centralize and automate the electronic signature process (from generating documents for signature to requesting signatures) for documents stored in Box.

    Summary

    Finally, here is a list of five points to avoid difficulties when working remotely.

    1. Take care of your mental and physical health
    2. Have a good work ethic
    3. Value communication
    4. Value sharing
    5. Care for the environment

    The above are just a few points to keep in mind based on my own experience, but I would like to work remotely in an environment that is as comfortable as possible while taking care of my physical and mental health.

    We recommend Questetra BPM Suite, which we also fully utilize in our business, for creating an environment suitable for remote work. A free trial is also available.

    ▼ “Remote Work” Related Links

    https://www.toptal.com/freelance/how-to-work-remotely-and-still-be-the-best

  • Google Icon: Material Icons & Material Symbols

    Google Icon: Material Icons & Material Symbols

    Icons have the potential to overcome language barriers because they can be understood by everyone, and they can be understood immediately. And now, in 2022, Google Icons seem to have moved. I’m a little late to the game, but I’m going to give it a try right away.

    0. Material Symbols

    I’m really interested in Material Symbols, which is the latest icon system.

    When I see something like Variable Font Technology I want to look it up.

    Say hello to the newest iconography using variable font technology, Material Symbols! Available in 3 styles: Outlined, Rounded and Sharp. Each provides 4 stylistic attributes: Weight, Fill, Optical size, and Grade. Check out the full library at http://fonts.google.com/icons

    [icon name=”twitter” prefix=”fa-brands”] 2022-04-21 Google Fonts https://twitter.com/googlefonts/status/1516934123700383744

    1. The Possibilities of Icons

    Icons (pictograms) are indispensable to human society.

    • Road signs
    • Danger signs ⇒ ISO 7010
    • Olympic event guides
    • Pictograms…

    In recent years a common understanding has developed in the IT industry, that

    • settingsThe gear icon is the settings menu
    • menuThe three-line icon (⇔ hamburger icon) is the main menu

    In the future, the dependence on languages will decrease more and more. If the standardization of icons continues at this rate, it may become possible to use any language without feeling uncomfortable, even if the appropriate language is not selected. (Maybe the day is not far off when all mankind will be operating with the same interface.)

    Is it because of the spread of smartphones with narrow screens? In any case, the culture of the last century of explaining things clearly with words has completely gone out of fashion.

    2. Are There Any Easy to Use Icons?

    All systems/software in the world should use the same icons. (originality should be kept to a minimum)

    • Accessible to all
    • Easy to use
    • Free to use

    Such an icon collection continues to be anticipated. As of today, the most promising are:

    • Font Awesome and
    • Google Fonts Material Icons

    And in 2022, a sister collection to Google Fonts Material Icons appeared.

    • Google Fonts Material Symbols

    ※ It is more like a parent-child version (i.e. slightly higher) than a sister version (where both are equal).

    The Material Symbols font is the variable version of the Material Icons font.

    https://material.io/blog/introducing-symbols (2022-04-19)

    Incidentally, Questetra’s website uses Font Awesome, and in 2018 the company became a user of the paid version (Font Awesome Pro). In addition, Questetra products have recently introduced Google Fonts Material Icons by Google Inc. All the operation screens already have Google Icons (I think).

    3. Variable Font Technology!?

    In layman’s terms, it is a technology that covers the variation/customization of:

    • FILL axis: Fill or not (Fill)
    • wght axis: 7 levels of Weight (thickness)
    • GRAD axis: Grade 3 levels (degree of embossment)
    • opsz axis: Size 4 steps (size)

    ※ It does not cover the differences in shape (Outlined, Rounded, and Sharp).

    ★ For example, the “unselected” and “selected” states of an icon can be achieved by changing the CSS style from FILL 0 to FILL 1.

    ★ When “Fill” was made an on-off variable (0-1 variable), the two-tone icon (e.g.email) that existed in the Material Icons era could no longer exist (← the price of evolution).

    <div style="font-variation-settings: 'FILL' 0, 'wght' 700;">
    <div style="font-variation-settings: 'FILL' 1, 'wght' 700;">

    In other words, what used to be done by replacing the unselected state icon with a selected state icon can now be done by changing a single icon.

    • Animation “Web Animations API animate()” and other useful things!
    • It may be useful for expressing pointer hover (CSS : hover), etc.!

    Android’s Material Design icon font supports variable font technology
    ~4 styles in a single font file~

    https://forest.watch.impress.co.jp/docs/news/1404656.html

    Incidentally, an unfilled email in global standard Business Process Management Notation (BPMN) means incoming (Catch). A filled email means sending (Throw). Material Symbols can be displayed with the same font data! (How cool is that?)

    ▽ “Static font” mode

    ▽ “Variable font” mode

    4. Better to Learn By Doing!

    Google Fonts Material Symbols will be used in many fields.

    The mere mention of being able to reduce the amount of font data is attractive enough. (Just the mention that it was created by Google?)

    Therefore, I set up Google Fonts’ icon font Material Symbols and (Material Icons) so that they can be displayed on websites.

    • help_outline What icons are available in Google Fonts Material Icons?
    • What icons are available in Google Fonts Material Symbols?
    • How well does Google Fonts work with WordPress?
    • What operations are required to edit a WordPress post?
    • How is it different from FontAwesome?
    • Where should icons be used in HTML text?
    • And what is the point of having them alongside FontAwesome?

    Questetra uses the cloud service WordPress.com (WordPress theme: Astra) as its Content Management System (CMS).

    5. Directions

    Basically, all you have to do is select an icon in the respective gallery and embed the code that appears. Material Symbols, Font Awesome and Material Icons are not all that different from each other.

    5-0. In the Case of Material Icons

    If you type <span class="material-icons">settings</span>

    The filled character settings will be displayed.

    If you type <span class="material-icons-outlined">settings</span>

    The outlined character settings will be displayed.

    (Note: Default Filled and Outlined are treated as different shapes.)

    5-1. In the Case of Material Symbols

    If you type <span class="material-symbols-outlined">settings</span>

    settings will be displayed.

    If you type <span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">settings</span>

    settings will be displayed.

    5-2. In the Case of Font Awesome

    If you type <i class="fa-solid fa-gear"></i>

    [icon name=”gear” prefix=”fa-solid”] will be displayed. Incidentally, if you have installed the Plugin, you may enter [[icon name="gear" prefix="fa-solid"]].

    6. Troubles that Occurred

    6-1. Icon display position shifts up and down

    WordPress administrative privileged users are to be set up with reference to the documentation.

    However, when used as is, there was a discrepancy. It seems that the reason is that the setting is 「line-hight:1, display:inline-block, …」. Although the intention is unclear, this trouble is avoided by applying the netizens’ recommendation of (↓ Static font / Variable font):

    • display: inline-blockdisplay: inline-flex
    • vertical-align: middle
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet" />
    <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
    <style type="text/css" id="material-css-nandezurennen">
    .material-icons { display: inline-flex; vertical-align: middle; }
    .material-icons-outlined { display: inline-flex; vertical-align: middle; }
    .material-symbols-outlined { display: inline-flex; vertical-align: middle; }
    </style>
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet" />
    <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet" />
    <style type="text/css" id="material-css-nandezurennen">
    .material-icons { display: inline-flex; vertical-align: middle; }
    .material-icons-outlined { display: inline-flex; vertical-align: middle; }
    .material-symbols-outlined { display: inline-flex; vertical-align: middle; }
    </style>

    6-2. Compatibility with WordPress Editor is Not Good

    Like Font Awesome, Material Symbols (and Material Icons) are incompatible with the WordPress editor (Gutenberg).

    Currently, if you use “Edit as HTML” for each block to input span tags, the input you have written may be rewritten. In particular, multi-level listings cannot be input.

    It is a hassle to enter span tags when editing as HTML to begin with. Font Awesome is a stable editing tool because you don’t have to switch to Edit as HTML by entering a shortcode. (⇒Material Symbols (and Material Icons) should also be made into a plug-in)

    6-3. The range of CSS loading that should be there is troubling

    • 0. Don’t use Material Symbols
    • 1. I want to use Material Symbols as a Static font
    • 2. I want to use Material Symbols as Variable font

    It depends on each page. If you want to compose various axes in a static font and want to control it in detail, does the writer themself decide the range to be read (in number..number format)? (This is too cumbersome, tedious & difficult to maintain.)

    However, the font file (WOFF2) for the whole pattern is almost 10 times larger, 2026KB. (Should we assume that there is only one?)

    ▽ For the time being, all patterns should be considered…?

    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet" />
    <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet" />
    <style type="text/css" id="material-css-nandezurennen">
    .material-icons { display: inline-flex; vertical-align: middle; }
    .material-icons-outlined { display: inline-flex; vertical-align: middle; }
    .material-symbols-outlined { display: inline-flex; vertical-align: middle; }
    </style>

    (The trick of loading that Font family again in the middle of an article does not work)

    <!-- loads the entire Variable Font -->
    <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet" />

    6-4. The Japanese in the manual is strange

    Sometimes it says, “Hmmm…” (It’s usually the readers who are annoyed.)

    7. Experimenting With All Kinds of Things…

    ※ If you have any requests, I’d love to hear them!

    There is still very little information on how to use the site. At any rate, I think the Official website [icon name=”arrow-up-right-from-square” prefix=”fas”] is a must-read.

    • Material Symbols guide
      • Using Material Symbols
        • Use in Web
          • Static font with Google Fonts
          • Variable font with Google Fonts
          • Self-hosting the font
          • Using the icons in HTML
          • Styling icons in Material Design
        • Use in Android
        • Use in iOS
        • Use in Flutter
    <span class="material-symbols-outlined"
    >add_circle</span>
    
    <span class="material-symbols-outlined"
     style="font-variation-settings: 'FILL' 1;"
    >add_circle</span>
    
    <span class="material-symbols-outlined"
     style="font-variation-settings: 'opsz' 48;"
    >add_circle</span>
    
    <span class="material-symbols-outlined"
     style="font-variation-settings: 'FILL' 0, 'opsz' 40;"
    >add_circle</span>
    
    <span class="material-symbols-outlined"
     style="font-variation-settings: 'wght' 700, 'opsz' 40;"
    >add_circle</span>
    
    <span class="material-symbols-outlined"
     style="font-variation-settings: 'wght' 700, 'opsz' 40;
     background: black;"
    >add_circle</span>
    add_circle add_circle add_circle add_circle add_circle add_circle
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 48;
     "
    >mail</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
     "
    >mail</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48;
     "
    >mail</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 0, 'opsz' 48;
     "
    >mail</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
     "
    >mail</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
     "
    >mail</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
     "
    >mail</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
     "
    >mail</span>
    mail mail mail mail mail mail mail mail
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
     "
    >forward_to_inbox</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
     "
    >forward_to_inbox</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
     "
    >inbox</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
     "
    >inbox</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
       font-size: 40px;
     "
    >forward_to_inbox</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
       font-size: 40px;
     "
    >forward_to_inbox</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
       font-size: 40px;
     "
    >inbox</span>
    
    <span class="material-symbols-outlined"
     style="
       font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
       font-size: 40px;
     "
    >inbox</span>
    forward_to_inbox forward_to_inbox inbox inbox forward_to_inbox forward_to_inbox inbox inbox
    <script>
    function user_enlargeIcon ( spanId ) {
      let elIcon = document.querySelector( "#" + spanId );
      elIcon.animate([
        {
          fontVariationSettings: "'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48",
          fontSize: "20px"
        },
        {
          fontVariationSettings: "'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48",
          fontSize: "80px"
        }
      ],{duration:5000,fill:'none',easing:'ease-in'});
    }
    </script>
    
    <button type='button' onclick='user_enlargeIcon( "account_tree" );
    '>Grow BIGGER</button>
    
    <span class="material-symbols-outlined"
     id="account_tree"
    >account_tree</span>
    account_tree

    Addendum

    HTML input is still not realistic. We have created a plugin that allows short code input and are currently testing it.

    • If you type [gfmi name=home]
      • A Material Icons home icon (Filled) will be displayed
    • If you type [gfmio name=home]
      • A Material Icons home icon (Outlined) will be displayed.
    • If you type [gfmso name=home]
      • A Material Symbols home icon (Outlined) will be displayed.
      • If you type [gfmso name=home fill=1], the status “FILL: 1” will be displayed.
    add_shortcode ( 'gfmi', 'q_gfmi' );
    // https://developer.wordpress.org/reference/functions/add_shortcode/
    
    function q_gfmi ( $atts ) {
      //// set default
      $supported_attributes = array(
        'name' => 'home', 
      );
      //// get shortcode attributes
      $atts = shortcode_atts( $supported_attributes, $atts, 'gfmi' );
        // https://developer.wordpress.org/reference/functions/shortcode_atts/
      //// build up the output string
      $output  = '<span class="material-icons">';
      $output .= $atts['name'];
      $output .= '</span>';
      return $output;
    }
  • BCPとワークフローの密接な関係

    BCPとワークフローの密接な関係

    こんにちは、マーケティング部の林です。

    突然ですが、2011年の東日本大震災のとき、私はビルの11階にあるオフィスで仕事をしていました(クエステトラ社ではありません)。オフィスは関西にあったので、震度は大きくありませんでしたが、ビル周辺の地盤がゆるいことも関係して、私がいた11階ではビルが折れそうなほどの揺れに感じられました。そして、その揺れは長い時間続きました。さて、そのとき、私がいたオフィスではみんなどうしていたかというと…

    「うっそー」
    「えー」

    みたいな黄色い声を上げながら、笑っている人が大半だったのです。

    今にして思えば、これは恐怖のあまり何も行動できず、笑ったまま「固まってしまった」という感じなのでしょう。ごく一部の人たちが、非常階段につながる扉を開けて避難ルートを確保するなどの対応を自主的におこないましたが、誰も具体的な指示を出せる人はいませんでした。

    これは無理もないことで、逃げようにもエレベーターは止まっているし、揺れが続いている中で非常階段を11階から1階まで下りるのは危険です。みんな、「どうしたらいいかわからない」のは当たり前です。実際、そのとき即座に避難をしたのは、ビルの2階にいた人たちだけでした。

    しかし、こうした場合に備えて色々と取り決めがされていれば、状況は違ったと思います。災害時の対応や、その後の事業継続に向けての対策は BCP(Business Continuity Plan / 事業継続計画)の基本といえるものです。残念ながら、私が当時勤めていた会社では、災害など緊急事態に備えたガイドラインなどはまったく定められていませんでした。

    一方、現在ではコロナ禍の影響により、以前よりも企業に BCP の策定が求められるようになり、事業継続についての意識も高まってきています。そこで今回は、クエステトラ社の例や自分の実感を元に、Questetra BPM Suite やワークフローを、BCP に役立てる方法について解説します。

    コロナ禍は BCP 策定のチャンス?

    2020年の初頭から本格化したコロナ禍では、多くの企業が影響を受けました。もちろん、コロナ禍をきっかけに業績を伸ばした企業もありますが、そういった「マイナスをプラスに転じる」ことができたケースは少ないかもしれません。しかし、BCP に関して言うと、コロナ禍は適切な BCP を策定するチャンスといえます。なぜなら、いまだコロナ禍が続いている状況にあることで、

    • どのようなことで困っているのか?
    • 何をどう決めておけばよいのか?

    といったポイントを実感を持って検証でき、より実践的で非常時に役立つプランを策定できるからです。

    クエステトラ社の業務はコロナ禍でどう変化したか?

    さて、クエステトラ社における私の業務ですが、「コロナ以前」と「コロナ以後」であまり変わったところはありません。

    これには、私がもともとリモートワークで業務をおこなっていたことも関係しています。私は入社した当初こそオフィスで仕事をしていましたが、やがてリモートワークが主体になり、今はコロナ禍をきっかけに完全なリモートワークに移行しています。

    リモートワークに移行する際、当時の上司とも話し合ったのですが、私の場合は特にオフィスに出社しなければならない理由は見当たらず、スムーズに「完全リモート」に移行できました。これには以下の2つの理由があります。

    • クエステトラ社の業務では Questetra BPM Suite が最大限に利用されていること
    • それに付随してペーパーレス化が進められていること

    次の項ではこれらのポイントについて詳しく述べていきます。

    なぜ、クエステトラ社の業務はコロナ禍でも「変わらなかった」のか?

    上の項でも述べたように、クエステトラ社の業務では Questetra BPM Suite がフル活用されています。それぞれの業務はワークフロー図に沿って自動で進行していくため、仕事の受け渡しの手間はなく、メールや電話を使ってやり取りすることもほぼありません。

    給与に関することなど、プライベートな事柄についてはメールでやり取りがおこなわれることもありますが、私たちは通常の連絡には Questetra BPM Suite の社内SNS機能である『オープンチャット』を利用しています。

    クエステトラ社には、遠隔地でリモート勤務をおこなう人もいます。また、オフィス勤務とリモート勤務を使い分けている人も多く見られます。こうした状況において、リアルタイムでやり取りができる『オープンチャット』はとても役に立ちます。

    ちなみに弊社では、勤怠管理にも『オープンチャット』を活用しています。掲示板に投稿していく形式の『オープンチャット』は、業務の開始や遅刻・早退といった連絡だけでなく、災害時の安否確認にも有効なツールです。たとえば、どこかで地震があったときなどは、現地にいる人が即座に「ゆれた」といった書き込みをしたり、それに誰かが詳細な情報をコメントしたりといったやり取りも見られます。これは、大雨や交通機関の遅延など、ほかに業務に影響のありそうな出来事があった場合も同様です。

    <Questetra BPM Suite『オープンチャット』:タイムラインのサンプル画面>

    また、Questetra BPM Suite はクラウド型のソフトウェアなので、インターネット環境さえあれば、どこにいてもオフィスと同じシステムにアクセスして仕事ができます。これも、リモートワークにスムーズに移行する上で大きなポイントとなりました。

    日頃、こうした業務の進め方をしているおかげで、私はコロナ禍の影響をあまり受けずに業務を続けることができています。

    いかにして「普段通り」に業務を継続するか?

    これまでの話をまとめると、クエステトラ社で私がおこなっている業務には、まず、

    • Questetra BPM Suite によって構築・管理される業務プロセス

    というしっかりした「軸」があります。Questetra BPM Suite は、パソコン上でワークフロー図を作成すると、その通りに業務を自動で進行させられるだけでなく、構築した業務プロセスの変更や共有も簡単におこなえます。そのため緊急事態が発生した場合でも、臨機応変にプロセスを変更して対応できます。こうしたプロセスの柔軟性も、BCP における重要なポイントといえます。

    また上述したとおり、Questetra BPM Suite はクラウド型のソフトウェアであり、オフィス以外の場所で、スマートフォンやタブレットからでも業務プロセスにアクセスして仕事ができるというフットワークの軽さを持っています。

    このように、ワークフローというしっかりした「軸」と、状況の変化に即座に対応できる「柔軟性」、そして場所やデバイスを選ばず業務を進行できる「フットワークの軽さ」の3つが、災害などの緊急事態が起こったときでも「普段通り」に業務を継続するための3つの柱といえるかもしれません。

    もちろん、建物が倒壊するレベルの地震など、大規模な災害が起きた際には、普段とまったく同じように業務を進行することは不可能でしょう。しかしそうした状況でも、電力の供給やインターネット環境が無事な状態であれば、上記の『オープンチャット』で安否確認や情報交換をおこないながら、業務の再開に備えることはできるはずです。

    ちなみに Questetra BPM Suite をご利用いただいているミラクル・リナックス株式会社(現:サイバートラスト株式会社)様からは下記のようなコメントをいただいています。

    「(東日本大震災の際に社内サーバが利用できなくなったり、帰宅困難になったりという混乱した状況の中でも)クラウド型サービスである『G Suite(現:Google Workspace)』(メール/ファイル)と『Questetra』(ワークフロー)は安定して利用し続ける事ができた」

    「当時は身をもって『クラウド型サービスのお陰でビジネス活動を止めずに済んだのだ』と実感した」

    というコメントをいただいています。

    同社が Questetra BPM Suite を導入したのは、東日本大震災が発生する1年ほど前のこと。上記の例は、平時の業務で構築してきた業務プロセスが、非常時に力を発揮した好例といえるでしょう。

    非常時への備えは平時の業務を見直すことから始まります。まずは無料お試しから、Questetra BPM Suite で「いつもの業務プロセス」を見直してみませんか?

  • Optimize Operations and Reduce Unnecessary Overtime

    Optimize Operations and Reduce Unnecessary Overtime

    Original Japanese version

    Hello, this is Hayashi from the Marketing Department.
    Suddenly, not many people like to work overtime, do they?

    If it is also wasted overtime, even more so.

    At my former company, long hours of overtime work were the norm. It was common practice to stay at the office until late at night just to check in with your boss or wait for the return of circulated documents. Looking back on it now, we wasted most of that overtime. There were many people who worked overtime to make up for their low base salary, and there was even one particular person who spent all his time at his desk making origami “turtles” to kill time (unrelated to his work, of course).

    This is an extreme example, but even though sweatshops and death from overwork have become social problems, the reality is that there are still many company employees in Japan who usually return home late at night. Both workers and companies should not want to work overtime if possible.

    Therefore, in this article we will explain how to reduce overtime work by improving business processes, using actual examples. Even the turtle maker in the above example, would not have to do this kind of overtime work if the company’s operations were made more efficient, leading to higher salaries.

    What is the best way to reduce unnecessary overtime?

    Operations need to be optimized to improve efficiency and reduce wasteful overtime.

    The meaning of the word “optimization” varies depending on the situation in which it is used, but when used in the context of optimizing business processes, it refers to:

    • reviewing and improving business flows and procedures

    Below are some examples of operations that we would like to optimize if possible.

    1. Time-consuming approvals, applications and requests for approval
    2. Past cases that are difficult to refer to
    3. Obviously wasteful work, such as duplication of work or duplication of effort
    4. Where only the person in charge knows about the work
    5. Where it is time-consuming to communicate with external parties

    These are issues and problems that we see a lot in our operations.

    So how can we review these points?

    In the next section, we will provide examples of how we have successfully optimized operations and reduced overtime.

    A Case Study of Reducing Overtime Work by Optimizing Operations
    (From a case study of Ichijo Sendai Corporation)

    A custom-built housing manufacturer, Ichijo Sendai Construction Co., Ltd. had a problem with excessive overtime work by site supervisors.

    FAX Communication Becomes a Major Burden

    In general, various types of construction work are outsourced to outside subcontractors for the construction of custom-built houses. In addition, these subcontractors are subject to a wide variety of procedures, such as requests, inspections, and payments.

    The company’s business process involves reporting, communicating, and confirming these procedures by fax, so it was necessary to improve efficiency in the following areas.

    • Burden of documentation (site supervisor)
    • Too much time and effort required to send faxes (both site supervisor and subcontractors)
    • Need to return to the office only to check the faxed documents (site supervisor)
    • Burden of follow-up confirmation when faxing errors occur (both site supervisors and subcontractors)

    In addition, fax communication not only caused excessive overtime for site supervisors, but also delayed construction work due to the difficulty of checking the status of the work.

    Automate, Digitize and Optimize Operations

    First and foremost, in order to optimize operations in this case, it was imperative to make the fax-based operations paperless. Therefore, the company decided to introduce Questetra BPM Suite to automate and digitize operations.

    Specifically, construction plan data is input into Questetra BPM Suite, and PDF files of documents such as request forms and notices are automatically generated accordingly. These files are automatically sent to the subcontractors via email, greatly reducing the workload of the site supervisor in creating documents and communicating with external parties. The subcontractors can also simply reply to the email with a simple comment, and the work proceeds more smoothly, as they can report the completion of construction and notify the client of the billing process.

    Files generated by Questetra BPM Suite are also automatically saved to Google Drive. This means that the foreman can now check the contents of documents on his smartphone or tablet while on site. There is no longer a need to return to the office just to check an incoming fax.

    Challenges Solved by Optimization

    Ichijo Sendai Corporation has succeeded in drastically reducing overtime work for site supervisors by optimizing operations.

    As many of you may have noticed, the company’s case study included issues such as:

    • More efficient communication with external parties
    • Easier reference to records and tracking of progress
    • Improving inefficient operations

    This applies to the operations we mentioned at the beginning of this article, which we would like to optimize if possible. We have already mentioned that the company solved these issues by utilizing Questetra BPM Suite and Google Drive.

    Although not directly mentioned in the company’s case study, the problem of time-consuming approvals, applications, and requests for approval can also be solved by eliminating paper documents through automation and paperless processes, thereby eliminating the need for a rubber stamp. In particular, cloud-based BPM tools and workflow systems can speed up the application and approval process, as they can be used anywhere as long as there is an Internet environment.

    Questetra BPM Suite to Support Business Optimization

    Questetra BPM Suite, introduced in the case study above, is a cloud-based BPM tool.

    To begin with, BPM tools are software that supports the progress and improvement of business operations in accordance with the concept of BPM (Business Process Management). BPM is a business management concept that aims to keep business processes constantly optimized through the PDCA cycle.

    In other words, it is inevitable that Questetra BPM Suite, a BPM tool, was used for business optimization in the case of Ichijo Sendai Corporation. Business optimization is the process of identifying problems and issues in business processes and improving them, and BPM tools play an important role in this process.

    For example, with Questetra BPM Suite you can draw a business process diagram on the computer screen and proceed with the business automatically according to the diagram. In addition, it is easy to refer to past cases as data related to the business is accumulated. Such convenience in business visualization and data reference makes it easy to identify issues and problems latent in the business and strongly supports the optimization of the business.

    Optimization of operations has a direct impact on improving the workplace environment, such as reducing overtime work, and leads to improved corporate performance. Why don’t you take this opportunity to take the first step toward optimizing operations to reduce wasteful overtime with Questetra BPM Suite, which you can try for free?

  • Relationship between Business Process Management and Tools (2) Cloud Storage

    Relationship between Business Process Management and Tools (2) Cloud Storage

    Hello, this is Hayashi from the Marketing Department.

    In the previous article we discussed how spreadsheet-based operations can be improved from a business process management (BPM) perspective. That article was mainly about how to improve business processes within a team.

    However, there are cases where business processes are not limited to those within the team, but also include those outside the team (clients and business partners, etc.). In addition, these processes may involve exchanging files and data with external companies.

    Cloud storage such as Google Drive and Box are useful tools not only for sharing within a team, but also for such external interactions.

    In this issue, we will discuss BPM methods and business process improvement using BPM tools with specific examples on the theme of external interactions utilizing cloud storage.

    The Importance of Sharing in BPM

    The details of Business Process Management (BPM) have been explained in the previous article, so I won’t go into them here, but in general, BPM is:

    • A business management approach that continuously improves business processes through the PDCA (Plan-Do-Check-Act) cycle

    and the 4 components are,

    1. Business modelling (definition and visualization of business processes)
    2. Execution of operations
    3. Monitoring of process status (grasping the situation)
    4. Analysis, problem detection, and process improvement

    Now, two types Sharing will be the major points in improving business processes through BPM.

    The first is the sharing of business processes within the team, which is essential to the execution of operations described above. The other is the process of sharing documents and data in the business process.

    In many cases, sharing such documents and data has become a business challenge. In the next section, we will introduce an example of business process improvement by reconsidering sharing from the perspective of BPM.

    Sharing via Cloud Storage

    In the case of Ichijo Sendai Corporation, it was reported that by reviewing the exchange/sharing of documents with external parties, operations were greatly improved.

    The company is a custom-built housing manufacturer specializing in wooden houses, but in the past, communication with subcontractors involved in the construction of houses was handled by fax. This was in order to handle the wide variety of procedures involved in the construction of houses, including requests, inspections, and payments. However, each time a report, communication, or confirmation is made, a large number of documents are naturally created and sent. This was a huge burden for both companies, leading to excessive overtime work for site supervisors and delays in construction. This is a problem stemming from the sharing of documents.

    The company therefore embarked on a fundamental review of its construction management operations and began to improve processes using Questetra BPM Suite.

    Questetra BPM Suite is a software (BPM tool) that supports the progression and improvement of business operations based on the BPM concept. In this improvement activity, the linkage between Questetra and Google Drive was an important point.¥

    In the new construction management process using Questetra, documents such as construction request forms and inspection acceptance notification forms, which were previously prepared by the person in charge and sent by fax, are now automatically generated as PDF files by Questetra and automatically sent to subcontractors via email.

    Upon receiving the file via email, the subcontractor simply replies to the email with a brief comment ( which was previously done by fax), and the completion report and invoicing notice can be sent. At the same time, Questetra automatically generates the related documents (completion reports and invoicing notifications). The generated files are also automatically saved to Google Drive, so that the person in charge can check the documents with a smartphone or other device even when they are not in the office.

    Results of Reviewing Sharing Procedures in BPM

    Ichijo Sendai Corporation, which introduced Questetra BPM Suite and improved its business processes using BPM methods, achieved the following results.

    • Reduced the burden of paperwork
    • Eliminated the need to return to the office to confirm receipt of faxes (significantly reducing overtime work)
    • Reduced the time and effort required to exchange documents with subcontractors
    • Significantly reduced construction delays due to fax omissions, etc.

    The key point of this business improvement is that the sharing of documents for construction management, which used to be done by fax, was made more efficient by linking Questetra BPM Suite, a BPM tool, with Google Drive, a cloud storage system. The effect was not only to reduce the time and effort required for document preparation, transmission, and confirmation, but also to drastically reduce overtime work for site supervisors and construction delays.

    Further Improvement by Integrating Questetra BPM Suite and Cloud Storage

    Incidentally, the Kyoto University iPS Cell Research Foundation, which also utilized Questetra BPM Suite to streamline its purchasing process, cited the following reason for choosing Questetra BPM Suite over other workflow products:

    • Questetra comes standard with functions that can be integrated with Box

    As more and more companies and organizations are utilizing Box for their business operations in recent years, Questetra is also strengthening its Box integration functions.

    Cloud storage, which allows access to files and data from anywhere with an Internet environment, is a tool that can be used on its own to improve business efficiency. However, as shown in the above case study, when considering further streamlining and improving business processes, including file sharing via cloud storage, integration with BPM tools is an effective option.

    Why don’t you start with Questetra BPM Suite, a free trial of which is also available, to connect with BPM tools that will take your business on the next step towards improving efficiency by implementing cloud storage?

  • Relationship between Business Process Management and Tools (1) Spreadsheet Software

    Relationship between Business Process Management and Tools (1) Spreadsheet Software

    Original Japanese version

    Hello, this is Hayashi from the Marketing Department.

    Today, many companies utilize a variety of tools on their PCs, ranging from simple programs such as Word and Excel to workflow systems that manage the entire business. Without these tools, many companies would not be able to conduct their daily operations.

    Furthermore, in the past few years there have been major changes in work styles, as typified by remote work. Many companies are reviewing their business processes (work flow and procedures) and re-selecting the tools used in their operations.

    BPM (Business Process Management) is an effective business management method for reviewing and improving such business processes. The use of appropriate tools is an important aspect of business process improvement.

    In this series, we will examine how typical tools used in the office can be used to improve business operations from a BPM perspective.

    In the first session, we will discuss spreadsheet software such as Excel, based on actual examples of business efficiency improvement.

    What is BPM (Business Process Management)?

    BPM (Business Process Management) is a business management approach that continuously improves business processes through the PDCA cycle and consists of the following four elements:

    1. Modeling of business operations (definition and visualization of business processes)
    2. Business implementation
    3. Process condition monitoring (monitoring the status of process conditions)
    4. Analysis, problem identification and process improvement

    The purpose of BPM is to constantly optimize business processes by repeating these elements. If a system is established in which the status of business processes is constantly checked and problems are immediately corrected when discovered, errors and retention will be reduced, and business can always proceed efficiently.

    In addition, the field’s ability to independently identify and improve operational issues and problems will help improve organizational capabilities.

    For more information on the relationship between the PDCA cycle and BPM, please refer to this article.

    Relationship between BPM and Tools

    We will now discuss the relationship between spreadsheets and BPM.

    Advantages and Disadvantages of Excel

    Many companies use Excel in their operations.

    One of the advantages of Excel is its versatility; it does not require special knowledge to write or save data and can be handled by anyone. Spreadsheet software such as Excel is indispensable, especially for administrative tasks that involve tabulation.

    In the past Excel had weaknesses such as:

    • Difficulty sharing files in real time
    • Multiple people could not edit a file at the same time

    However, with the advent of Excel Online, a cloud-based service, these disadvantages have been improved considerably.

    However, when Excel is used by itself, the time-consuming process of adding and deleting information is a point where there is room for improvement.

    It is not uncommon for the updating process of opening an Excel file, entering and deleting information, and so on, to become a burden on the business process. If this work is done manually, there is a risk of input errors and omissions.

    In the next section, we will discuss the possibilities of integrating tools based on a case study that successfully improved the efficiency of tabulation operations from the perspective of BPM.

    Manual Input into Spreadsheet Software Becomes a Burden on Operations

    In the case study of Impress Professional Works Inc. it was reported that the company succeeded in going paperless and improving efficiency by utilizing Questetra BPM Suite to handle inquiries that were previously handled by paper-based systems.

    The company’s conventional inquiry response operations had the following problems:

    • Time-consuming data entry and tabulation
    • Difficulty keeping track of progress

    This was due to the fact that the company used to manage and tally the status of responses using paper inquiry response forms, and the data necessary for tallying was manually entered into a spreadsheet software program by counting the number of inquiry response forms. In addition, it was impossible to confirm who was in charge of which case and how the case was being handled without asking the person in charge about the progress of the case.

    Therefore, the company introduced Questetra BPM Suite, a BPM tool, and embarked on full-scale business improvement.

    What is the Right Tool for BPM Promotion?

    Questetra BPM Suite and other BPM tools are software specialized for promoting business and operational improvements in line with the concept of Business Process Management (BPM).

    Software known as BPM tools or workflow systems are characterized by their ability to approach the entire business process, for example, a BPM tool can easily do things like:

    • Schematize business processes and automatically execute operations according to the diagram (modeling and execution of operations)
    • Real-time display of the progress of operations and the workload of each person (monitoring)
    • See how long it took to complete a process (analysis and problem detection)

    Now, the figure below is a sample screen of a business process visualized by Questetra BPM Suite.

    Sample screen of a Questetra BPM Suite “Work Request Flow”

    Questetra visualizes the progress of operations in real time, so the problem of struggling to grasp the progress status described in the above section is easily solved.

    Real-life Examples of Business Improvement by Linking Tools

    On the other hand, the company solved the other problem of time-consuming data entry and tabulation by linking the tools together.

    This was done by using the ability to link data from Questetra BPM Suite to Google SpreadSheet, and the company has built a business process so that inquiry data is automatically added to Google SpreadSheet. The integration of these tools has greatly reduced the time and effort required for data entry and tabulation.

    Example of an Inquiry Response Flow incorporating automatic processing tasks to Google SpreadSheet

    Smoothly Implement BPM with Questetra BPM Suite

    As in the case study described in the section above, the options for business process improvement can be greatly expanded by linking BPM tools with other tools. Furthermore, it cannot be overlooked that such improvements are greatly influenced by the BPM concept of visualizing business processes, monitoring the processes, and identifying and improving issues and problems.

    As mentioned at the beginning, Questetra BPM Suite is a BPM tool that supports business progress and process improvement in line with the concept of BPM. These BPM tools are indispensable for the smooth implementation of the BPM method.

    Questetra BPM Suite, a cloud-based BPM tool, can be used immediately after application, and a free trial is also available. Why don’t you take this opportunity to improve your business processes by BPM with Questetra BPM Suite?

  • 業務プロセスの「ホンネ」と「タテマエ」

    業務プロセスの「ホンネ」と「タテマエ」

    こんにちは、マーケティング部の林です。

    当たり前のことですが、企業では日々多くの業務がおこなわれています。しかし、そうした業務の中には「それ、本当に必要なの?」と首を傾げてしまうものがあるのも実情です。「ずっとこのやり方でやってきているから」「変えるのが面倒だから」といった理由で、中身のない「タテマエ」だけの工程や手順に煩わされていませんか?

    今回は、ワークフローを活用して業務における「タテマエ」を取り除き、効率的な「ホンネ」の業務プロセスに改善していく方法について解説します。

    ホンネとタテマエ その1:ペーパーレス化

    近年、業務効率化やコスト削減のために「脱ハンコ」や「ペーパーレス化」に踏み切る企業が増えています。しかし、多くの人が紙の書類によるやり取りに効率の悪さや不満を感じていても、「上司のハンコ」や「書類の回覧」をやめられない、というケースは少なくありません。

    なぜ、ペーパーレス化に踏み切れないのか?

    私が以前勤めていた会社では、商品提案であれ、広告デザインであれ、すべて社長のチェックを受けなければなりませんでした。そうやって社長が「すべての書類はワシが目を通すっ!」ということになると、なぜか専務までもが「ワタクシもっ!」と言い出し、結局すべての書類を「社長と専務」に回覧するのがルールとなっていました。

    その会社は従業員300人程度の通販メーカーでしたが、社長&専務に回覧される書類の数はそれなりに膨大な量です。たとえ小さな広告のラフ案であっても、リーダー→専務→社長、と回覧しなければならず、手元に戻ってくるまでに1週間ぐらいはかかっていました。しかし、この非効率的な回覧作業は社長命令なので、誰も「やめよう」とは言い出せないのでした。

    まあこれは極端な例ですが、単に「長年の習慣だから変えられない」(=変えるのが面倒)というケースも多いのではないでしょうか。

    ペーパーレス化に成功すると…

    その一方で、ペーパーレス化を実践して、業務効率化やコスト削減に成功している企業もたくさんあります。

    たとえば、Questetra BPM Suite を導入していただいている三信電気株式会社様の事例では、受発注業務と申請業務をペーパーレス化して、管理コストを50%削減したことが報告されています。同様に、ヴァイタル・インフォメーション株式会社様の事例でも、Questetra BPM Suite を利用して受注決裁業務をペーパーレス化し、管理部門の業務時間を月間20時間削減したことが述べられています。

    また、2021年に一般社団法人日本能率協会がおこなった調査では「職場でのペーパーレス化はメリットがある」とする回答者が全体の8割以上を占めたという結果も報告されています(一般社団法人日本能率協会「2021年ビジネスパーソン1,000人調査【ペーパーレス化の実施状況】」より)。

    ホンネとタテマエ その2:その会議は本当に必要なのか?

    さて、「タテマエ」でおこなわれている業務といえば、会議やミーティングも挙げられます。もちろん、業務上どうしても必要な会議やミーティングもあるでしょう。また、リモートワークが一般化した現在だからこそ、直接顔を合わせてのコミュニケーションが大切な場合もあると思います。しかしミーティングの多さや、会議のための「資料作成」があまりにも負担になっているのなら、その「あり方」を見直す必要があるかもしれません。

    資料作成で燃え尽きる若手社員

    これは『その1』で述べたのとは別の企業ですが、私がかつてお世話になっていた出版系の会社では、「いざ会議」となると若手の社員が徹夜で資料を作成している光景がよく見られました。会議が終わったら、資料作成で疲れ果てた社員は机に突っ伏して寝ていたり…。このように、会議のための資料作成が従業員の大きな負担となっている例はめずらしくないと思われます。

    しかし、そこまで苦労して資料を作らなくても、ほかに情報の共有手段はないのでしょうか?というより、情報を共有するため「だけ」に、その会議をおこなう必要はあるのでしょうか?

    これは、小人数でのミーティングも同様です。メールや社内SNSなどの文章で伝えきれない内容ならばともかく、情報を共有するためだけ、あるいは上司の話を聞くためだけのミーティングなら、それは単なる時間の浪費になっているかもしれません。

    『オープンチャット』でスムーズに情報を共有

    情報共有といえば、Questetra BPM Suite には『オープンチャット』という社内チャット機能があります。

    チャットツールの大きなメリットは、リアルタイムで情報を共有できること。『オープンチャット』では、ファイルを添付したり、特定の相手にメンションを飛ばしたりすることも可能です。ほかにも、『オープンチャット』の画面から業務の詳細を簡単な操作で確認したり、ワークフローのタスク処理画面から『オープンチャット』に投稿したりと、構築した業務プロセスとさまざまな形で連携できます。

    この『オープンチャット』で情報の共有がスムーズになれば、ムダな会議やミーティングも削減できるでしょう。

    また、Questetra BPM Suite を利用すると、業務プロセスの変更や共有も簡単におこなえます。そのため、「業務の手順が変わった」などの理由で会議やミーティングをおこなう必要もなくなります。

    Questetra BPM Suite で「ホンネ」の業務プロセスを

    「それって本当に必要なの?」という業務を検証し、業務プロセスの見直しをおこなうことは、業務効率化や生産性向上、コスト削減などのためには欠かせません。そうしてムダな負担が軽減されれば、従業員も本来の業務にもっと注力できるはずです。

    では、「タテマエ」を捨てて、「ホンネ」の業務プロセスを構築していくためにはどうすれば良いのでしょうか?

    長い前置きになりましたが、Questetra BPM Suite を活用すれば、「ホンネ」の業務プロセスを構築しやすくなります。Questetra BPM Suite は、パソコン上で業務プロセス図を作成すると、その通りに業務を自動で進行させる BPM ツール です。

    Questetra BPM Suite では業務プロセスが図として「見える化」されるため、ムダな「タテマエ」の部分を発見しやすくなり、プロセスの「検証→変更→共有」もスムーズにおこなえます。

    また、Questetra BPM Suite はクラウド型のソフトウェアなので、インターネット環境さえあれば、どこにいてもオフィスと同じシステムにアクセスして、「必要なタイミングで、必要な業務を」処理することができます。お申込み後、面倒な手続きなしでスグにご利用いただけるのも強みです。

    この機会にまずは無料お試しから、Questetra BPM Suite で「ホンネ」の業務プロセス構築への第1歩を踏み出してみませんか?

  • What Business Processes Prevent Work Errors?

    What Business Processes Prevent Work Errors?

    Original Japanese version

    Hello, I am Hayashi from the Marketing Department.
    Who hasn’t experienced an inadvertent mistake at work?

    As human beings, it is difficult to eliminate 100% of these mistakes.

    However, sometimes a small mistake in work can develop into a major situation that could affect the company’s credibility, so error prevention is a major issue regardless of industry.

    In this article we will explain how to create a system to prevent work errors in the context of business processes.

    What are the Causes of Work Erarors?

    Careless mistakes are often caused by a lack of attention. Forgetting a task that needs to be done or skipping a necessary step are examples of such mistakes.

    So why do these mistakes happen? The causes can vary. For example, if fatigue is causing a loss of attention and concentration, taking appropriate breaks may help prevent mistakes.

    However, if there are problems with work procedures or the work environment that are causing frequent errors, then these need to be reviewed from the ground up.

    Problem #1: No “check” process

    If no one in the business process checks the work (deliverables), then;

    • Establishing a “checking process”

    …may help to reduce errors in the work process.

    The figure below shows a business process diagram for handling inquiries.

    At first glance, there appears to be no problem, but there is no checking step in this process, and no measures are taken to prevent operational errors. This could result in a response email with errors or misspellings being overlooked.

    Therefore, we will improve this as shown in the figure below.

    By designating a third party to perform the checks, errors can be detected at an early stage and their effects can be prevented from spreading.

    Another method is to incorporate processes such as double-checking if a simple check is not sufficient. However, it is also important to keep in mind that checking also costs time, labor, and other costs, and to be careful to avoid unnecessary duplication of work.

    Problem #2: Operations are not Standardized

    On the other hand, there are cases in which each individual has his or her own way of doing the work, which may cause work errors.

    While veteran workers can perform tasks according to the procedures that are easiest for them, newcomers have a disadvantage in that they find it difficult to understand the correct procedures.

    Even those who know the work well may make mistakes due to carelessness caused by familiarity, and performing work without a clear understanding of the procedures is a high-risk activity.

    Therefore, standardization of operations is necessary.

    Standardization of operations means extracting the best business procedures at that point in time, and then creating manuals so that everyone can follow the same procedures.

    If standardization is properly implemented, it will be easier to avoid mistakes caused by lack of knowledge or experience. However, even if a manual is prepared for a person who is familiar with the work, he or she may ignore the manual and skip processes that are not considered necessary or cut corners in less important processes.

    This disregard for manuals is troublesome because it may lead to more efficient work for the employee, but if this disregard for manuals becomes the norm, it is hard to understand why manuals exist.

    Therefore, it is important to constantly optimize the work process by promptly improving the manual when a problem is discovered or a better method is found. By taking the initiative in this process, each member of the team will have a sense of ownership, and a culture of compliance with the manual will be fostered.

    Establish Business Processes to Prevent Work Errors

    Now, we have discussed the causes of work errors and their solutions. As many of you may have already noticed, preventing work errors is closely related to improving business processes.

    For example, whether it is improving or restructuring a business process to include a checking process, or extracting the best procedures and creating a manual, such work cannot be done without first gaining a firm grasp of the entire business process.

    What is needed is visualization of business operations.

    The modelling of business operations is intended to make it easier to grasp the flow of business operations by presenting a graphical representation of the flow. In the above section, process diagrams without checking processes and process diagrams with checking processes have already appeared, but these are business process diagrams (workflow diagrams) drawn in BPMN notation.

    For example, the figure below is an example of a basic business process diagram drawn using BPMN. The “process” part actually includes specific tasks, but this diagrammatic representation allows anyone to intuitively grasp the flow of the entire business process.

    Other business processes can also be represented visually to obtain advantages such as the following:

    • Gain a bird’s eye view of the entire business
    • Make it easier to identify problems and issues

    For example, bottlenecks in operations (points where operations have become stagnant) and unnecessary duplication of work, which have been somehow overlooked, may become clear at a glance when they are depicted in a diagram.

    Automate Operations to Prevent Work Errors

    On the other hand, there is a solution to avoid human error, although it may sound a bit rough, which is to not have humans perform the work.

    For example, if the work involves data collection, entry, and processing, one approach is to introduce RPA tools and have robots take charge of these tasks. Of course, there is a cost involved in introducing RPA, but the advantage of RPA is that by having a robot perform simple tasks on behalf of a human, the human can focus on more important tasks. Robots do not lose concentration due to fatigue, nor do they make mistakes because of it.

    Another effective way to prevent work errors is to use BPM tools to automate the progress and management of the entire business. In the case of Sanshin Electric Co. Ltd. which uses Questetra BPM Suite for order management, it is reported that the introduction of BPM tools has not only reduced input errors but also succeeded in reducing costs.

    Questetra Helps Build a System to Prevent Work Errors

    In the above section, we discussed two types of software: RPA tools and BPM tools. Roughly speaking, RPA tools are tools that automate specific tasks that are part of business operations, while BPM tools automate the progress and management of the entire business.

    However, there are cases in which the handing over of tasks becomes an issue when introducing RPA tools, for example. This is because there are cases where it is time-consuming for a human to give work instructions to a robot or for a human to receive the results of work done by a robot.

    However, these issues can be solved by linking BPM tools with RPA tools.

    This is a collaboration in which the entire business process is managed by the BPM tool and the process by the RPA tool is incorporated into the BPM tool. This linkage automates the work transfer between humans and robots and enhances the effectiveness of RPA tool implementation.

    Questetra BPM Suite, introduced in the case study mentioned above, is a cloud-based BPM tool that can be widely integrated with RPA tools.

    Reference: Collaboration between BPM Workflow and RPA Tool

    Questetra BPM Suite is available for free trial. Why don’t you start by visualizing and reviewing your business processes with Questetra and practice preventing work errors?