ブログ

  • Box ファイルアップロード – 自動化のススメ

    Box ファイルアップロード – 自動化のススメ

    こんにちは!矢作です!

    クラウドストレージ Box は、多くの企業で利用されていると思います。特に、コロナ禍においてリモートワーク体制を構築するにあたり、社内のファイルサーバシステムを Box に移行した企業も多いのでは無いでしょうか?

    本記事では「人が◯◯したら、ファイルが Box のフォルダに自動アップロードされる」というような仕組みを作る方法を紹介します。

    ノーコード開発プラットフォーム Questetra BPM Suite

    「業務の自動化」には、クラウド型のノーコード開発プラットフォーム「Questetra BPM Suite」を利用します。

    Questetra BPM Suite では、業務の流れ図(ワークフロー図)の作成を通じて、業務システムが構築されます。構築されたシステムでは、業務データが電子化されるだけではありません。人への業務データの受け渡しが自動化されるとともに、文字変換、数値計算、メール送信、なども自動化されます。更に、他のクラウドサービスへのデータ連携も自動化されます。

    このような自動化は、ワークフロー図の中で自動化したいタイミング(例えば、問い合わせ窓口担当者が回答を入力した後)に、何らかの自動処理が行われるアイテム(例えば、問い合わせや回答が Google スプレッドシートに追記される)を配置することで実現されます。

    Questetra BPM Suite に用意されている様々な自動化アイテムが用意されています。これらを利用すると、カンタンに(ノーコードで)「業務を自動化」できるようになります。

    クラウドストレージサービス Box ファイルアップロード

    Box は企業向けのクラウドストレージサービスです。Box を利用すると、インターネット上にあらゆる形式のファイルを保存することができます。97,000 社に利用されており、フォーチュン 500 企業の 68 %が Box 利用企業です。

    前節で紹介した「Questetra BPM Suite」に用意されている自動化アイテムには、Box に関するものが用意されています。(v13.3.0)

    • Box: ファイルアップロード
    • Box: ファイルコピー
    • Box: ファイル移動
    • Box: ファイル共有リンク作成
    • Box: ファイル共有リンク削除
    • Box: ファイル削除
    • Box: ファイルダウンロード
    • Box: フォルダ作成
    • Box: フォルダ検索
    • Box: フォルダ共有リンク作成
    • Box: フォルダ共有リンク削除
    • Box: フォルダ削除
    • Box: コラボレーション追加
    • Box: コラボレーション削除

    次節で作る仕組みでは「Box: ファイルアップロード」(太字)が使用されます。

    レビュー後、画像ファイルが自動的にアップロード

    次のような業務を Questetra BPM Suite を利用してシステム化します。

    • マーケティング部門のメンバなど、画像を必要とする人(依頼者)が、画像制作を依頼します。
    • 画像制作チームの制作担当者は、依頼内容に基づいて画像を制作。完成した画像を添付します。
    • レビュワーは画像を確認し、OK/NGを判断します。
    • OK された画像は Box にアップロードされ、画像のURLが差し込まれたメールが依頼者に送信されます

    このうち、最後の「画像が Box にアップロードされる」「画像のURLがメールで送信される」という 2 つの工程は(太字)は自動処理されます。

    まずは、このような業務の流れ図(ワークフロー図)を作成します。(以下、Questetra BPM Suite で構築)

    画像制作ワークフロー図
    画像制作ワークフロー図

    ワークフロー図の中にある、以下の 4 つの工程は人が処理する工程です。(青四角のアイテム)

    • 1.画像制作依頼(by 制作者依頼者)
    • 2.画像制作(by 制作担当者)
    • 3.レビュー(by レビュワー)
    • 4.NG対応(by 制作担当者)

    「3.レビュー」工程で OK 処理されると、グレーのアイテム「5.Boxにアップロード」で完成した画像が Box に自動アップロードされます。その後、丸いアイテム「6.画像完成報告メール」で、依頼者に画像 URL がメールで自動送信されます。

    自動化アイテムの設定
    自動化アイテムの設定

    Box には、ファイルがアップロードされるフォルダを予め作成しておきます。「5.Boxにアップロード」の “C3: ファイルをアップロードするフォルダの ID” には、作成しておいたフォルダの URL の一部(次の青い部分)を設定します。

    https://example.app.box.com/folder/xxxxxxxxxxx

    次の図は、「2.画像制作」工程で添付した画像が Box にアップロードされるイメージです。

    画像制作業務の自動化イメージ
    画像制作業務の自動化イメージ

    まとめ

    クラウドストレージ Box にファイルが自動アップロードされる仕組みの構築方法を紹介しました。

    今回は、

    • 制作された画像がレビュワーによりOK処理されたら、Box にアップロードされる
    • アップロードされた画像の URL がメールで送信される

    という処理が自動化されました。

    この自動化により、ファイルアップロードの手間、依頼者にメールを送信する手間、が削減されます。更に、次のようなミスも防止されます。

    • ファイルのアップロード忘れ
    • ファイルのアップロード場所の誤り
    • メールの宛先や本文の誤り

    今回の自動化に使用した、ノーコード開発プラットフォーム「Questetra BPM Suite」に用意されている自動化アイテムを利用すると、Box の API (Application Programming Interface) に関する知識・経験がなくても、Box にファイルが自動アップロードされる仕組みを構築できます。

    「Questetra BPM Suite」には60日間無料でご利用いただけるトライアルが用意されています。ご興味のある方は、是非、以下よりお申し込みください。

    他にもたくさんの自動化が可能です。

    今回はここまで!

  • コミュニケーションエラーを改善するワークフロー

    コミュニケーションエラーを改善するワークフロー

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

    最近、「滞在型のホテル」に宿泊する機会が何度かありました。京都には何日か連泊すると料金が安くなるこうしたホテルが増えているようです。

    しかし、ここでちょっとした問題が発生しました。

    まず、Aというホテル。このホテルは3日に1度の清掃や、週に1度のシーツ交換がルールとなっており、私は予約時に「外出中の日曜日」に清掃をしてもらうように頼んでいました。ところが、そのことが伝わっていなかったらしく、チェックイン時に対応したフロント係が「清掃はいつにしますか?」と確認してきます。まあ、ここまではいいでしょう。

    チェックインを済ませた後で、部屋にオプションで借りられる机とイスを運んでもらったのですが、今度はそれらを運んでくれたスタッフが「清掃はいつにしますか?」と確認してきます。そして、とどめは翌日、私の携帯に電話がかかってきて、別のスタッフが「ちょっと確認したいのですが…」といって、やはり清掃の日にちを聞いてきます。私は、あまりにもスタッフ間で情報共有がされていないことに少々うんざりしつつ、「日曜にお願いします」と、おなじ回答を繰り返しました。

    そして日曜日。外出から戻ってくると…なんと部屋の清掃がされていません。シーツ交換もなく、部屋は出かけたときの状態のままです。いままでのやり取りはなんだったのだ、と途方に暮れながら、私はフロントに電話して「何度もしつこく確認されたのに、部屋が掃除されていない」と伝えました(この日はあわててフロント係がやってきて、最低限の清掃をしてくれました)。

    そして、もうひとつのBというホテル。こちらは3泊だけだったので、予約時に「清掃は不要」と伝えてあったのですが、毎朝11時きっかりに清掃の担当者がカギを開けて入ってくる始末。不思議なのは、1回目に「清掃は不要」と伝えても、何もなかったかのように翌日も翌々日も清掃の担当者がやってきたことです。「まったく情報が伝わっていないのかな?」と思ってしまいました。

    長い前フリになりましたが、今回はこうした「コミュニケーションエラー」によるミスをワークフローシステムで防ぐ方法について考えたいと思います。

    コミュニケーションエラーとは

    コミュニケーションエラーとは、情報伝達において生じる不具合を指す言葉であり、下記の2種類に大別できます。

    1. 情報伝達の不足によるエラー
    2. 誤った情報が伝わることによるエラー

    冒頭に述べたホテルでの出来事は、あきらかに1.の「情報伝達の不足によるエラー」ですね。ちなみに2.については、送り手が誤った情報を伝えるだけでなく、受け手が情報を誤って解釈するようなケースもあります。

    いずれにしても、こうしたコミュニケーションエラーは業務上のミスやトラブルの元になり、企業の信用を損なう事態を招いてしまう可能性があります。また医療や介護といった業種においては、人命に関わるような事故を引き起こしかねません。コミュニケーションエラーを防ぐことは、業務を円滑に進めるうえで欠かせない条件といえるでしょう。

    コミュニケーションエラーの原因は?

    人間である以上、「うっかりミス」や「カン違い」というのは誰にでも起こり得ます。

    その一方で、コミュニケーションエラーには環境的要因が大きく関わっている面もあります。

    たとえば職場が、

    • 忙しすぎて情報の伝達に手が回らない
    • 部署間の連携が取れていない
    • コミュニケーションが取りづらい雰囲気がある

    といった状況にある場合、コミュニケーションエラーは起こりやすくなります。

    余談になりますが、冒頭に述べたAという滞在型ホテルのスタッフに話を聞いたところ、慢性的な人手不足に悩まされている様子でした。このホテルではフロントに人がいないことが多かったのですが、聞くとフロント係が清掃を担当したり、1人で同じグループのホテルを何軒も掛け持ちして自転車で移動しながら仕事をしたりしているとのこと。

    たしかに、上述したように「忙しさ」や「人手不足」はコミュニケーションエラーの原因となります。しかしこうした状況でも、情報を共有する体制が構築されていれば、何度も何度も何度もスタッフが清掃日時を宿泊客(私です)に確認するような事態にはならなかったはず。ホテル業においては、こうしたコミュニケーションエラーに起因するミスは、クレームや顧客離れの原因にもなるのでなんとかしたいところですね。

    また同様に、組織がいわゆる「縦割り型」になっていたり、業務を個人が抱え込んで「属人化」したりしていると、コミュニケーションエラーは発生しやすくなります。さらに職場が質問や発言をしづらい雰囲気だと、新入社員などは与えられた情報をキチンと理解できないまま業務を進めてしまう可能性もあるので注意が必要です。

    『他部署間・分業下の情報共有』というワークフローテンプレート

    ところで、弊社では Questetra BPM Suite で利用できるワークフローテンプレートを無料で多数公開しています。その中に、その名もズバリ『他部署間・分業下の情報共有』というものがあります。

    <『他部署間・分業下の情報共有』ワークフローテンプレートのサンプル画面>

    これはホテルでの清掃や顧客対応を想定したワークフローであり、宿泊客のチェックアウトをフロント担当が入力すると、清掃担当にプロセスが流れ、即座に清掃を実施できるのが特長です。

    また、宿泊客からの苦情など情報共有が必要な事項がある場合には、夜勤担当からフロント係に「社内メモ」を残せるのも、このワークフローのポイントです。「社内メモ」に記載があった場合には、フロント担当に自動でメール通知がおこなわれるため、見落としによるコミュニケーションエラーを回避しやすくなっています。

    そして、このワークフローのもうひとつのポイントは、スマートフォンやタブレットからも簡単に処理をおこなえること。これなら冒頭に述べたAホテルのように、現場を忙しく駆け回っているスタッフでも利用しやすいはずです。

    『オープンチャット』というコミュニケーションツール

    ちなみに近年では、情報共有の手段として『LINE』を使用している企業や団体も多いようです。特に飲食店などのサービス業においては、アルバイトやパートの従業員が業務上での連絡で LINE を利用しているケースをよく見かけます。

    しかし、個人用の LINEアカウントを業務で使うことには、誤送信による情報漏えいなどさまざまなリスクが伴います。そのため、業務上の情報共有には専門のチャットツールや社内 SNS を利用した方が、アカウントやログの管理の面から見ても安全です。

    Questetra BPM Suite にも『オープンチャット』という社内 SNS 機能が標準装備されています。オープンチャットは掲示板のように書き込むスタイルですが、特定の相手やグループに対して投稿することも可能です。また、自分や自分が所属するグループ宛てに書き込みがあった場合にはメール通知もおこなわれるので、重要な投稿を見落としにくいのもポイントです。

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

    たとえば「言った言わない」といった情報伝達の齟齬は、コミュニケーションエラーのひとつですが、オープンチャットでは過去の投稿を簡単に参照できるため、こうした行き違いは生じにくいでしょう。

    なお、リモートワークや現場作業でオフィスにいなかったとしても、コミュニケーションをスムーズに取れるのもオープンチャットのメリットです。メールの場合はメールソフトを立ち上げたり、受信箱をチェックしたりといった手間がかかりますし、電話は作業中には出られません。しかしオープンチャットであれば、即座に必要事項を書き込むことが可能であり、受け手は任意のタイミングで投稿を見られます。

    オープンチャットを活用すれば、部署間の連携を取りやすくしたり、新人が質問や発言をしやすい環境を整えたりする「コミュニケーション環境の改善」もおこないやすいでしょう。

    Questetra BPM Suite で社内コミュニケーションの改善を

    Questetra BPM Suite は「見える化」→「自動化」→「最適化」という3つのステップで業務を効率化する BPM ツールです。パソコンの画面上でワークフロー図を簡単に作成でき、作成した図に沿って業務を自動で進行します。

    また Questetra BPM Suite では構築した業務プロセスを簡単に共有でき、業務プロセス上に問題や課題を発見した場合には、変更や修正を簡単におこなえます。さらにワークフローアプリのメモや掲示板といった機能や、上述した『オープンチャット』を駆使することにより、コミュニケーションエラーは格段に回避しやすくなるでしょう。

    この機会に Questetra BPM Suite で社内のコミュニケーションや業務プロセスの改善に乗り出してみませんか?

    すでにご紹介した『他部署間・分業下の情報共有』以外にも、Questetra BPM Suite では無料でご利用いただけるワークフローテンプレートを多数ご用意しています。業務の状況に合わせたテンプレートを選ぶことで、より手軽に業務改善活動を実践できますよ。

    まずは無料トライアルから、お気軽にどうぞ!

  • AI and Blog Production

    AI and Blog Production

    Hello, this is Hayashi from the Marketing Department.

    At the end of November last year (2022), ChatGPT, an interactive AI released by Open AI, Inc. in the U.S., attracted a great deal of attention because it is capable of smoother and more natural chat exchanges and (perceived) logical sentence construction.

    In recent years, writing tools that automatically generate articles based on keywords that are entered have also been put to practical use. Some newspapers and news agencies in Japan and abroad have already adopted AI-generated articles.

    As a writer by profession, the rise of these “AI writers” is a threat. However, there is no denying that the efficient use of AI writers, who can quickly mass-produce articles of a certain quality, can dramatically improve the efficiency of work such as web content production.

    In this article, we will discuss the integration of AI and robots with workflow systems, while covering the workflow templates of Questetra BPM Suite.

    Using AI in the Blog Write-Post Flow

    Now, we have published many free workflow templates that can be used with Questetra BPM Suite, and one of them is the “Blog Write-Post Flow”. This workflow separates the responsibilities for writing, proofreading, and posting, and automates the process until the blog is finally published.

    Sample screenshot of the Blog Write-Post Flow

    Even simple division of labor, such as in this workflow, can streamline operations and reduce the risk of errors and compliance breaches.

    And what if an AI that automatically creates sentences is utilized in the “1. Write draft” process of this flow? The draft of the article would be completed simply by the person in charge picking up keywords and inputting them. The speed would be unmatched by humans.

    Questetra BPM Suite is already automating the workflow, and this flow also automatically notifies the entire company via email when an article is published. Once AI is added to the process, all that remains is for the human to prepare the text and proofread it. It seems that a fairly efficient system for mass-producing blog posts can be constructed.

    Click here to download the Blog Write-Post Flow.

    Cooperation with Robots

    By the way, speaking of process automation, Questetra BPM Suite has long been focusing on integration with RPA tools.

    RPA (Robotic Process Automation) is a method of streamlining operations by having robots perform tasks automatically, and RPA tools are software that automates tasks such as data collection, processing, and extraction that were previously performed by humans.

    While RPA tools partially automate work processes in business processes, Questetra BPM Suite automates the passing of tasks between work processes and the flow of the entire business.

    By combining Questetra BPM Suite and RPA tools, it is possible to:

    • Launch RPA tool robots from Questetra BPM Suite at any time in the business process
    • Automatically select tasks for the RPA tool when they arrive and have the robot process them

    This combination of automations will dramatically improve the efficiency of business operations.

    So what should people do?

    By the way, recently I have been seeing a lot of articles about jobs that will disappear in the near future.

    Many of these articles are predictions based on technological advances such as AI and robotics, but some of them feel realistic when considering ChatGPT, mentioned at the beginning of this article, and the unmanned convenience stores that have already begun operations.

    So, how should humans cope with this situation where AI and robots are automating many tasks?

    For example, RPA tools are introduced to automate tasks and improve efficiency, but beyond that, the main objective is;

    • To have robots perform tasks so that humans can focus on more important tasks

    Only when this goal is achieved will AI and robotic automation be meaningful.

    In order to achieve this major objective, it is necessary to carefully determine which parts of the business should be handled by robots and AI. What will be effective here is the BPM method, which visualizes issues and problems latent in the business by graphically displaying the business process.

    Although we will not go into details here, BPM aims to constantly update (i.e. optimize) business processes to the best possible state through continuous verification and improvement. In the process, procedures that should be handled by AI or robots and those that can be automated to improve efficiency and operations are also highlighted. In addition, these business improvement activities will also clarify which tasks should be focused on by humans.

    As AI and IT technologies advance and the automation and mechanization of work advances, it may be necessary to seriously consider the work that only humans can do and the work that humans must do.

    Questetra BPM Suite to Support Business Improvement Activities with BPM

    As mentioned above, BPM is a very effective method to determine which tasks can be performed by AI or robots and which tasks should be focused on by humans. Questetra BPM Suite is software that supports business improvement activities through BPM.

    With Questetra BPM Suite, you can easily make a diagram of business processes by arranging icons on the computer screen. Since operations proceed automatically according to the created business process diagram, there is no need to manually pass the work to the next person. In addition, it is easy to change the process and share the changed process when problems or issues are found through the schematic diagram.

    Why don’t you take this opportunity to review your business processes with Questetra BPM Suite? You may find a new way to improve your business by collaborating with AI and robots. No complicated setup is required. Please feel free to try the free trial and experience business improvement with BPM.

  • The KGIs and KPIs We Want to Set This Year

    The KGIs and KPIs We Want to Set This Year

    Hello, this is Hayashi from the Marketing Department.

    The New Year holidays are over, I am writing this article at the beginning of the work year 2023, and I am sure that many of you have set your New Year’s resolutions and goals at the beginning of the year.

    Because of my profession, I tend to be physically inactive, so I often set goals related to health management and exercise, and not just for the New Year. However, it is quite difficult to achieve them, and often all I do is end up setting goals without actually achieving them. Perhaps this is because my goals are vague: to overcome my lack of exercise…

    Now, the “KGI” and “KPI” discussed in this article are both indicators used in the business. However, they are also useful in achieving the daily goals mentioned above.

    This article explains the meaning of the terms, the importance of defining KGIs and KPIs in business operations, and the relationship between BPM tools and these indicators.

    KGI is the Ultimate Goal

    KGI (Key Goal Indicator) is a numerical measure of the final goal that a company or other organization wants to achieve in a business or project.

    The key to setting KGIs is to express goals quantitatively. Vague goals, such as the one I set for exercise, cannot be considered KGIs. For example, in the case of a company, it is necessary to set concrete figures such as the percentage increase in sales or the number of orders.

    This is to make it easier to share the company’s goals with all parties concerned and to measure the degree of achievement. By setting a KGI, the degree of progress toward the target is clarified, and it becomes easier to consider the direction of improvement and efforts to achieve it.

    In the case of my exercise goals, health is hard to quantify, but it would be easier to understand if the KGI were, for example, to reduce weight by X kilograms or body fat by a certain percentage.

    As a side note, when I used to go to the gym there was once a young man with a superbly toned body who came into the gym’s sauna. The other guests were all older men who were in less-than-perfect shape. All these men were asking the young man, who looked like an underwear model, in unison, “What percentage of body fat do you have?” It was amusing to see them all asking the same question. I guess body fat is an easy-to-understand indicator for physical fitness.

    I digress, but I think that KGIs must be qualified and quantified in such a way that everyone can easily understand them.

    KPIs are steps to reach KGIs

    Key Performance Indicators (KPIs), on the other hand, refer to intermediate goals as steps toward reaching a final goal.

    For example, if you set a KGI of losing 10 kg in one year, the KPI would set a target weight three months or six months from now to reach that goal. Of course, it is important that KPIs be as specific and quantified as KGIs. This is easy to understand if you think of a company’s sales targets.

    Now, KGIs basically set one major goal, whereas KPIs are characterized by multiple cut-off points.

    For example, if a company has set a KGI of increasing sales by X% in one year, sales targets for the next three months or six months would be the first KPI to emerge. In order to achieve the sales goal, various KPIs can be set, such as increasing the number of orders by X%, reducing production costs by X%, and improving the closing rate in sales by X%, and specific actions can be derived from these KPIs.

    Diagram of the relationship between KGIs, KPIs, and actions

    Thus, KPIs are intermediate indicators, as well as goals that are subdivided into smaller goals relative to KGIs.

    Why do we need to set KGIs and KPIs?

    There are many reasons for setting KGIs, but the most important one is to understand where you are headed and to make it easier to share that information.

    Whether it is work or daily exercise, it is difficult to stay motivated without purpose. This is where KGIs and KPIs, which are clear, quantified goals, come into play.

    These indicators are also important when judging whether business performance is favorable or unfavorable and whether a project is successful or not. To take an extreme example, if you are presented with monthly or annual sales figures while you have no idea whether these figures are good or bad, it would be impossible to run a company. If KGI and KPI are set, the criteria for such judgments will become clear.

    This is like getting on the scale and seeing the number X kilos, but not knowing what it means to you. By knowing your best weight for your health and using it as an indicator, you will know whether the number on the scale is good or not, which will lead you to your next action.

    In this way, KGI and KPI setting is indispensable for understanding the current situation, motivating employees, and determining results.

    Points to Consider in Setting KGI/KPI

    While it is important for a company to set KGIs and KPIs, if they are not done correctly they will not only be meaningless, they may even be counterproductive.

    The three key points in setting KGIs and KPIs are:

    • They must be clear
    • They must be achievable
    • Deadlines must be set

    As I mentioned at the beginning of this article, exercising more is vague as a goal, isn’t it? In setting KGIs and KPIs, goals must be qualified and quantified, such as how many kilos to weigh, what percentage of body fat to reduce, and so on. This is an important element in objectively judging the results of operations.

    However, no matter how quantifiable the goal may be, if you set an unreasonable goal such as losing 10 kg in two weeks, you are bound to fail, and if you try to achieve the goal by force, you will damage your body. The same is true for setting KGI and KPI in a company. It is important to consider the current status of resources and costs, and set goals that can be achieved by streamlining and improving operations.

    It is also necessary to set clear deadlines for KGIs and KPIs, such as one year, six months, or three months from now. Only when such deadlines are set will it be possible to determine whether business performance is favorable or unfavorable at that point in time and whether or not the goal has been achieved.

    Finally…

    Questetra BPM Suite is a BPM tool that provides powerful support for setting KGI/KPIs, determining the progress of goal achievement, and subsequent business improvement activities.

    When operations are managed by Questetra BPM Suite, various data related to the operations are recorded. By accumulating such data, for example, the time taken to process a task or the number of tasks processed in a certain period of time can be easily referenced. These features of Questetra BPM Suite are very useful for understanding the current situation, setting goals, and measuring the degree of achievement.

    Why don’t you take this opportunity to visualize your business processes and results with Questetra BPM Suite, which is a cloud-based service that can be used immediately after application, and a free trial is also available.

  • AI とブログ制作

    AI とブログ制作

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

    昨年(2022年)11月末、アメリカの Open AI 社が公開した『ChatGPT』が大きな話題を呼びました。ChatGPT は対話型の AI であり、 よりスムーズで自然なチャットでのやり取りや、論理的(と感じられる)文章の構築が可能である点が特徴です。

    また近年では、 いくつかのキーワードを入れると、それを元に文章を自動生成するライティングツールも実用化されています。すでに国内外には、AI が作成した記事を実際に採用している新聞社や通信社もあります。

    ライターを生業としている立場からすると、こうした「AI ライター」たちの台頭は脅威にも感じます。しかし、一定のクオリティの記事をスピーディーに量産できる「AI ライター」を上手に活用すれば、Web コンテンツの制作などの業務を飛躍的に効率化できることは否定できません。

    そこで今回は、Questetra BPM Suite のワークフローテンプレートを取り上げつつ、AI やロボットとワークフローシステムの連携について解説します。

    『ブログ執筆投稿フロー』に AI を使うと…

    さて、弊社では Questetra BPM Suite で利用できるワークフローテンプレートを無料で多数公開していますが、そのなかに『ブログ執筆投稿フロー』というものがあります。このワークフローでは「執筆」と「校正・投稿」に担当者を分けて、最終的にブログが公開されるまでの流れを自動化します。

    <『ブログ執筆投稿フロー』のサンプル画面>

    このワークフローのように分業化がおこなわれるだけでも業務は効率化され、ミスやコンプライアンス違反などのリスクを低減できます。

    そしてさらに、このフローの[草稿執筆]の工程に文章を自動で作成する AI を活用したら…?担当者がキーワードをピックアップして入力するだけで、記事の草稿は完成してしまいます。そのスピードは人間の比ではないでしょう。

    すでに Questetra BPM Suite によって業務の進行は自動化されており、本フローでは記事の公開時に社内全体へのメール通知も自動でおこなわれます。これに AI による原稿作成が加われば、あとは人間が文章を整えて校正するだけ。かなり効率的なブログ記事の量産体制が構築できそうです。

    ブログ執筆投稿フローのダウンロードはこちら

    ロボットとの連携も

    ところで工程の自動化といえば、Questetra BPM Suite では以前から RPA ツールとの連携に力を入れています。

    RPA(Robotic Process Automation)は「ロボットに自動で作業をおこなわせる」ことで業務を効率化する手法であり、RPA ツールは、従来は人間がおこなっていた「データの収集・加工・抽出」などの作業を自動化するソフトウェアです。

    RPA ツールが業務プロセスにおける作業工程を「部分的に」自動化するのに対して、Questetra BPM Suite は作業工程の間での「仕事の受け渡し」や、業務全体の「流れ」を自動化します。

    Questetra BPM Suite と RPA ツールを組み合わせることで、

    • 業務プロセスの任意のタイミングで Questetra BPM Suite から RPA ツールの「ロボット」を起動させる
    • RPA ツール向けのタスクが届いたらそれを自動で選別して「ロボット」に処理させる

    といった自動化が可能となります。この「自動×自動」の連携が、業務を飛躍的に効率化する訳ですね。

    では、人間はどうすればいいのか?

    ところで最近、「近い将来なくなる仕事」みたいな記事をよく目にします。

    こうした記事の多くは、AI やロボットといった技術の進歩に基づいた予測を述べたものですが、冒頭に述べた ChatGPT や、すでに運用がスタートしている「無人コンビニ」のことを考えると、リアルに感じる部分もあります。

    それでは、このように AI やロボットによって多くの業務が自動化されていく状況に、人間はどのように対処していけばよいのでしょうか?

    たとえば RPA ツールは、業務を自動化して効率化するために導入するものですが、その先にはロボットに作業をおこなわせることにより、

    • 人間がより重要な業務に注力できるようにする

    という大きな目的があります。この目的が達成されてこそ、AI やロボットによる自動化の意味があるといえるでしょう。

    この大きな目的を達成するためには、業務の「どの部分をロボットや AI に担当させるか?」という見極めをしっかりおこなわなくてはなりません。ここで有効となるのが、業務プロセスを図式化し、業務に潜む課題や問題を「見える化」する BPM(Business Process Management)の手法です。

    ここでは詳細は省きますが、BPM では業務プロセスを継続的に検証・改善しながら、常に最良の状態に更新すること(=最適化)を目指します。その過程において、「AI やロボットに担当させるべき工程」や「自動化により効率化や業務改善が図れる工程」も浮き彫りになっていきます。そして、こうした業務改善活動をおこなうことにより、「人間が注力すべき業務」もハッキリしてくることでしょう。

    AI や IT の技術が進歩して、業務の自動化や機械化が進めば進むほど、「人間にしかできない仕事」や「人間がやらなければならない仕事」を真剣に考える必要があるのかもしれませんね。

    BPM による業務改善活動をサポートする Questetra BPM Suite

    上述したように、「AI やロボットにおこなわせる業務」や「人間が注力すべき業務」をしっかりと見極める上で、BPM は大変有効な手法です。そして Questetra BPM Suite は、BPM による業務改善活動をサポートするソフトウェアです。

    Questetra BPM Suite では、パソコンの画面上でアイコンを配置することにより、簡単に業務プロセスを図式化できます。作成した業務プロセス図に沿って業務が自動で進行するため、作業を受け渡す手間もありません。また、図式化によって問題や課題を発見した際にプロセスを変更したり、変更したプロセスを共有したりする作業も容易におこなえます。

    この機会に Questetra BPM Suite で業務プロセスの見直しをしてみませんか?AI やロボットと連携する、新たな業務改善方法が見つかるかもしれませんよ。Questetra BPM Suite はクラウド型のサービスなので、お申し込み後スグにご利用でき、面倒なセットアップも必要ありません。まずは無料トライアルから、BPM による業務改善を気軽に体験してみてくださいね。

  • 今年こそ設定したい「KGI」と「KPI」

    今年こそ設定したい「KGI」と「KPI」

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

    お正月休みが明け、私は2023年の仕事始めにこの記事を書いているのですが、年の初めに新年の抱負や目標を立てた方も多いのではないでしょうか?

    私は職業柄、運動不足になりがちなので、新年に限らず健康管理や運動に関する目標をよく立てます。しかし、これを達成するのはなかなか難しく、「目標を立てただけ」で終わってしまうことも少なくありません。これは、私の目標が「運動不足の解消」という漠然としたものだからでしょうか…。

    さて、今回とりあげる「KGI」「KPI」はいずれもビジネスの場で使われる指標です。しかし、これらは上に述べたような日常の目標を達成する上でも役立つものです。

    本稿ではその言葉の意味と、業務において KGI や KPI を定めることの重要性、そして BPM ツールとこうした指標の関わりについて解説します。

    KGI は「最終的な目標」

    KGI(Key Goal Indicator)は、企業などが事業やプロジェクトで最終的に達成したい目標を数値化した指標です。KGI は日本語では「重要目標達成指標」と訳されますが、これは文字通り「重要な」「目標を」「どれぐらい達成したか」計るためのものですね。

    KGI の設定でポイントとなるのは、目標をあくまで定量的に数値化すること。私が立てた運動の目標のように「運動不足の解消」といった曖昧なものは KGI にはなり得ません。たとえば企業であれば、売上高や受注件数を何パーセントアップするのかといった具体的な数値の設定が必要となります。

    これは、企業としての目標を関係者間で共有しやすくするためであり、その達成度を計りやすくするためです。KGI を設定することによって、それに対して「現状はどうなのか」という進捗の度合いが明確になり、改善やそのための努力の方向性を検討しやすくなります。

    私の運動目標の場合、健康は数値化しにくいものですが、たとえば「体重を〇キロ減らす」「体脂肪率を〇パーセント減らす」といった KGI であればわかりやすいでしょう。

    余談になりますが、かつてジムに通っていたころ、ジムのサウナに見事に鍛えられた肉体の若者が入ってきたことがありました。先客はみんな「まだあまり鍛えられていない体型」のオジサンたちです。このオジサンたちが、下着モデルのような体型の若者に、一斉に「体脂肪は何パーセントなの?」と質問していたのは印象的でした。体脂肪というのは、体を鍛える際の「わかりやすい指標」なのでしょう。

    話が脱線しましたが、KGI はこのように「誰もがわかりやすい」状態に定量化・数値化されていなければならないということですね。

    KPI は「KGI に到達するためのステップ」

    一方、KPI(Key Performance Indicator)は「最終的な目標に到達するためのステップ」としての中間的な目標を指します。

    たとえば、「1年後に10キロ減」という KGI を設定したのなら、KPI ではそこに至るまでの3ヶ月後や半年後の目標体重を設定します。もちろん KPI も KGI と同じく「具体的に数値化されている」ことが重要です。これは企業の売上目標を考えていただければわかりやすいかと思います。

    さて、KGI は基本的に大きな目標を1つ設定するものですが、これに対して KPI には複数の切り口があるのが特徴です。

    たとえば企業において、「1年後の売上〇パーセントアップ」という KGI を定めたのであれば、3ヶ月後や半年後の売上目標がまず KPI として浮上するでしょう。さらに、売上目標を達成するためには、「受注件数を〇パーセント増やす」「生産コストを〇パーセント削減する」「営業における成約率を〇パーセント向上させる」など、さまざまな KPI が設定でき、そこから具体的な行動も導き出されていきます。

    <KGI・KPI・行動の関係についてのイメージ図>

    このように、KPI は中間的な指標であるとともに、KGI に対して細分化された目標ということができます。

    なぜ KGI や KPI の設定が必要なのか?

    KGI を設定する意義はいろいろとありますが、もっとも大きなものは「自分たちがいま、どこに向かっているのか?」を把握し、共有しやすくすることです。

    仕事にせよ、日々の運動にせよ、私たちは無目的なままでモチベーションを維持しつづけることは困難です。そこで数値化された明確な目標である KGI や KPI が必要となります。

    また、業績の好不調やプロジェクト成功の可否を判断する際にもこうした指標は重要です。極端な話ですが、月間や年間の売上高が「〇〇万円」と提示されても、その数字が良いのか悪いのかさっぱりわからない、というのでは会社経営は成り立ちませんよね。KGI や KPI を設定していれば、こうした際の判断基準も明確になります。

    これは、体重計に乗って「〇〇キロ」という数字を見ても、それが自分にとってどういう意味を持つのかわからない、というのと同じです。自分の健康にとってベストな体重を知り、それを指標とすることによって、そのとき体重計に表示された数字がどんな意味を持つのか(OKなのか、NGなのか)がわかり、次の行動につながる訳ですね。

    このように現状を把握し、業務へのモチベーションを高め、成果を判断する上で KGI や KPI の設定は欠かせないものといえます。

    KGI・KPI 設定の注意点

    さて、企業において KGI や KPI の設定はたしかに大切ですが、正しくおこなわれなければ意味がないばかりか逆効果になりかねません。

    KGI や KPI の設定においては、

    • 明確であること
    • 達成可能であること
    • 期限が設けられていること

    の3つが重要なポイントとなります。

    たとえば冒頭でも述べたように、「運動不足の解消」は目標として漠然としていますよね。KGI や KPI の設定では「体重を何キロにする」「体脂肪率を何パーセントにする」といったように、目標が定量化・数値化されていなければなりません。これは業務の成果を客観的に判断する上で大切な要素です。

    しかしいくら数値化されていても、「2週間で体重10キロ減!」といった無茶な目標を立ててしまっては挫折は目に見えていますし、無理に目標を達成しようとすると体を壊してしまいます。これは企業における KGI やKPI の設定でも同じことで、リソースやコストの現状を考え、業務の効率化や改善により達成可能な目標を設定することが大切です。

    また、KGI や KPI では「1年後」「半年後」「3ヶ月後」といったように、明確な期限を設けることも必要です。こうした期限が設定されていてこそ、その時点での業績の好不調や目標達成の成否の判断が可能になります。

    最後に

    Questetra BPM Suite は、KGI・KPI の設定から目標達成度の判断、さらにはその後の業務改善活動までを強力にサポートする BPM ツールです。

    Questetra BPM Suite で業務を管理すると、おこなった業務に関するさまざまなデータが記録されていきます。こうしたデータが蓄積されることで、たとえば「タスクの処理にかかった時間」や「一定期間に処理したタスクの件数」などを容易に参照できるようになります。また、Questetra BPM Suite では業務における成果やその推移を、ひと目でわかるようにグラフで表示することも可能です。Questetra BPM Suite のこうした機能は、現状を把握し、そこから目標を設定したり、達成度を判断したりする際に大いに役立ちます。

    この機会に Questetra BPM Suite で業務のプロセスやその成果を「見える化」してみませんか?Questetra BPM Suite はクラウド型のサービスなのでお申し込み後スグにご利用できますし、無料トライアルも可能ですよ。

  • Four Workflow Apps for Managing Attendance

    Four Workflow Apps for Managing Attendance

    Original Japanese version

    Hello, this is Hayashi from the Marketing Department.

    It is getting colder and colder. During this season, you may have to take a day off from work due to a sudden illness such as a cold.

    However, it is quite a tiresome task to make a phone call to the company when you are not feeling well. I have to call them when I am really sick and make my voice sound like I’m having a hard time…. Well, anyway, Questetra uses “Open Chat” in Questetra BPM Suite for this kind of communication.

    Open Chat is an internal social networking function of Questetra BPM Suite that allows users to post messages like on a bulletin board, or to send messages to a specific person or group.

    Screenshot of Questetra BPM Suite Open Chat

    In fact, this is much easier than a phone call because you can type from your phone even when you are lying on your futon.

    On the other hand, for those who manage employee attendance, it is also a time-consuming task to record and tally absenteeism, tardiness, and early departures. Especially for remote and telecommuting workers, time and attendance management is a major issue. Companies that use time cards, attendance records, or Excel to manage attendance may need to review their attendance management methods when introducing remote work.

    However, by using software like workflow systems and BPM tools, tasks like reporting, recording, and keeping track of attendance can be done automatically. This makes it easier on both the applicant and the manager.

    Incidentally, Questetra BPM Suite is a cloud-based BPM tool, and its strength is that as long as you have an Internet connection you can access the same system as in the office and perform tasks. The workflow Apps introduced here are all useful for time and attendance management in remote or telecommuting work.

    Let’s take a look at Questetra BPM Suite’s four workflow Apps for time and attendance management.

    Workflow Apps for Attendance Management

    Part 1: Hours-worked Report Flow

    First, we will introduce the most basic workflow App.

    The Hours-worked Report Flow is a workflow that focuses on the reporting of arrival and departure times and the automatic calculation of work hours. The system automatically starts at 7:00 a.m. every morning, and when employees report their arrival and departure times, their work hours are automatically calculated. After that, the leader checks the work hours.

    Screenshot of the Hours-worked Report Flow

    Also, if you leave the system alone for 20 hours without entering any information, it will automatically count as a vacation day, so you don’t have to run it during long vacations or other times when you do not need to.

    This flow also includes innovations to reduce the input load by setting initial values and providing input support. For example, if initial values are set as clocking in at 9:00, clocking out at 17:00, and taking a one-hour break, no numerical input is required if the worker works the same hours as those set in the initial values.

    Part 2: Attendance Management

    Next is a workflow application that incorporates a device to prevent report leakage through email notifications.

    The system automatically starts at 7:00 a.m. on weekdays and automatically calculates work hours based on arrival and departure times and break times, which is the same as the Hours-worked Report Flow described above. The difference is that a reminder email is automatically sent if the arrival or departure time has not been entered. This workflow is completed only by the reporter, and there is no process for the leader to check the work hours.

    Screenshot of the Attendance Management Flow

    Part 3: Daily Report Application Process

    As the name implies, the Daily Report Application Process is a workflow App that allows users to report attendance and submit daily reports at the same time.

    In this workflow, when the attendance time is entered, the daily report and the clocking out time are assigned as tasks. The manager then confirms the work by entering and processing the break time and clock-out time in the daily report. Vacation and sick leave can also be reported through this flow.

    Screenshot of the Daily Report Application Process

    Part 4: Attendance Reporting Process, Automatic Overtime Calculation

    This is a workflow App that automatically calculates work hours and overtime hours and notifies the applicant of the receipt by email.

    Employees are automatically assigned a task at 7:00 a.m. every morning (excluding company holidays) to submit their arrival and departure times as a task. The total number of hours worked and overtime hours outside of regular working hours are then automatically calculated, and the applicant is notified by email with a copy of the calculation.

    Screenshot of Attendance Reporting Process, Automatic Overtime Calculation

    When an application is submitted, the applicant’s supervisor is assigned a checking process to ensure that there are no errors or inaccuracies in the contents of the application.

    Make Time and Attendance Management Easier with Questetra BPM Suite

    Preventing reporting omissions and errors is an important aspect of time and attendance management.

    The four workflow apps introduced here are designed to reduce the applicant’s workload with automatic startup and email notifications to prevent missed reports, as well as input support and other features. In addition, if there is a mistake in a report the supervisor can send it back to the applicant, and past data can be reviewed retroactively.

    You can start using Questetra BPM Suite immediately after you apply for it, even if you don’t need to introduce a large-scale attendance management system. Why don’t you take this opportunity to review attendance management with Questetra BPM Suite? A free trial is also available.

  • 勤怠管理に役立つ4つのワークフローアプリ

    勤怠管理に役立つ4つのワークフローアプリ

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

    めっきり寒くなってきましたね。こうした季節には、風邪などの急な体調不良で会社を休まなければならない場合もあると思います。

    しかし、体調が悪いときに会社に電話をかけるのはなかなか骨の折れる作業です。本当に体調が悪いのに、わざわざ「しんどそうな声」を作って電話したりして…。まあそれはともかく、クエステトラ社ではこうした連絡は Questetra BPM Suite の『オープンチャット』を利用しておこなっています。

    『オープンチャット』は Questetra BPM Suite に備わっている社内SNS機能 であり、掲示板のように書き込めるほか、特定の相手やグループに対して投稿することも可能です。

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

    実際のところ、布団に横になっていてもスマホから入力できるので、これは電話よりもはるかにラクですね。

    一方、従業員の勤怠を管理する側にとっても、欠勤や遅刻・早退などを記録して集計するのは手間のかかる作業です。特にリモートワークや在宅勤務においては、勤怠管理は大きな課題です。タイムカードや出勤簿、あるいは Excel などで勤怠管理をおこなっている企業においては、リモートワークを導入する際に勤怠管理の方法を見直す必要に迫られるケースもあるでしょう。

    しかし、ワークフローシステムやBPM ツールと呼ばれるソフトウェアを活用すれば、出退勤の報告・記録・集計といった作業を自動化し、申請者・管理者双方の負担を軽減することも可能です。

    ちなみに Questetra BPM Suite はクラウド型の BPM ツールであり、インターネット環境さえあればオフィスと同じシステムにアクセスしてタスクを処理できるのが強みです。ここでご紹介するワークフローアプリは、リモートワークや在宅勤務における勤怠管理にも役立つものばかりです。

    それでは、「勤怠管理」に役立つ Questetra BPM Suite の4つのワークフローアプリをご紹介しましょう。

    勤怠管理に役立つワークフローアプリ

    その1:出退勤報告フロー

    まずは、もっとも基本となるワークフローアプリをご紹介します。

    『出退勤報告フロー』は、出退勤時刻の報告と、勤務時間の自動計算を主軸としたワークフローです。毎朝7時に自動でスタートし、従業員が「出勤時刻の報告」と「退勤時刻の報告」をおこなうと、勤務時間が自動計算されます。その後はリーダが「勤務時間の確認」をおこなう流れです。

    <『出退勤報告フロー』のサンプル画面>

    ちなみに、何も入力せずに20時間放置すると自動的に「休暇日」とみなされるため、長期休暇などの際には操作の必要はありません。

    また、本フローには初期値設定や入力支援により、入力負荷を軽減する工夫も盛り込まれています。たとえば、初期値を「出勤9:00/退勤17:00/休憩1時間」と設定した場合、その通りの時間で勤務した場合には、数字の入力は必要ありません。

    『出退勤報告フロー』のダウンロードはこちら

    その2:出退勤管理

    次は、「メール通知」により報告モレを防ぐ工夫が盛り込まれたワークフローアプリです。

    平日7時に自動スタートし、出退勤時刻や休憩時間から勤務時間を自動計算するのは、上でご紹介した『出退勤報告フロー』と同じです。異なる点は、出退勤時刻が未入力の場合、リマインドメールが自動で送付されるところ。こちらのワークフローは報告者のみで完結しており、リーダが勤務時間を確認する工程はありません。

    <『出退勤管理』のサンプル画面>

    『出退勤管理』のダウンロードはこちら

    その3:出退勤・日報申請プロセス

    『出退勤・日報申請プロセス』は、その名の通り「出退勤報告」と「日報提出」を同時におこなえるワークフローアプリです。

    このワークフローでは、まず出勤時刻を打刻すると、次の「日報・退勤打刻」がタスクとして割り当てられます。そこで休憩時間や退勤時刻、日報などを入力して処理すると、管理者が確認をおこなう仕組みです。また、休暇や病欠についても本フローから報告できます。

    <『出退勤・日報申請プロセス』のサンプル画面>

    『出退勤・日報申請プロセス』のダウンロードはこちら

    その4:出退勤報告プロセス, 残業自動計算

    こちらは勤務時間や残業時間を自動で算出し、申請者に控えをメール通知するワークフローアプリです。

    従業員には、毎朝7時(会社の休日を除く)にタスクとして自動で『出退勤時刻を申請する』が割り当てられるので、申請者は「出退勤の時刻」と「休憩時間の合計」を入力して報告します。すると「勤務時間の合計」や「法定時間外の残業時間」などが自動で算出され、申請者本人にその控えがメールで通知される仕組みです。

    <『出退勤報告プロセス, 残業自動計算』のサンプル画面>

    なお、出退勤時刻の申請がおこなわれると、申請者の上司には『チェック』工程が割り当てられ、申請の内容にミスや虚偽が無いかを確認します。

    『出退勤報告プロセス, 残業自動計算』のダウンロードはこちら

    Questetra BPM Suite で勤怠管理をもっとラクに

    勤怠管理においては、報告のモレや間違いを防ぐことが重要なポイントとなります。

    今回ご紹介した4つのワークフローアプリは、自動スタートやメール通知で報告モレを防ぎつつ、入力支援などで申請者の負担を軽減する工夫が盛り込まれています。また、報告に間違いがあった場合には、上司による差戻しで対応できるほか、過去のデータをさかのぼって確認することも可能です。

    大規模な勤怠管理システムを導入しなくても、Questetra BPM Suite ならお申し込み後スグにご利用になれます。この機会に Questetra BPM Suite で勤怠管理を「ラクに」見直してみませんか?無料トライアルも可能ですよ。

  • One-Person Operation and Division of Labor

    One-Person Operation and Division of Labor

    Original Japanese version

    Hello, this is Hayashi from the Marketing Department.

    The other day I saw a jazz bar near our house was looking for a new manager. The requirements for the job were:

    • Must be able to cook (including making drinks and cocktails)
    • Must be able to serve customers
    • Must be able to operate the sound system for live music
    • Must be able to manage purchases and sales
    • English speaking (if possible)

    A fairly high level of skill is required, and if you’re wondering about salary, it is to be subcontracted. In essence, this is the same as a commission system.

    I had mixed feelings when I saw this job opening because the previous manager of this restaurant was an acquaintance of mine, and I knew that he quit because it was too hard for him to handle the one-man operation (and the commission-based salary), in which he was responsible for preparation, cooking, customer service, sound, sales management, etc. all by himself.

    This type of solo operator work has been widely covered by the mass media as a social problem. As a result, the situation has improved at major chains, but it seems that many people are still affected by so-called “one-ops”, both at work and at home.

    This paper describes the problem of solo operators, and the division of labor as a remedy for this problem.

    この記事の目次
    1. Problems with Solo Operators
    2. The Solution: Division of Labor
    3. Disadvantages of Division of Labor
    4. Visualization and Transparency with Questetra BPM Suite
    5. Finally

    Problems with Solo Operators

    The term “one-op” has the nuance of requiring a single person to do everything, even more than multitasking. The term “one-op” is short for “one-person operation”, but in any case, the biggest problem with one-ops is that

    • it places too much of a burden on the person performing the task.

    For example, at a restaurant chain that has been widely reported in the mass media, it was common practice for one employee to perform all the tasks, including preparing food, cooking, serving customers, and cleaning. The chain also had problems with employees working long hours and being overworked due to continuous work hours, and even late-night robberies were common due to the fact that there was only one employee in the restaurant late at night.

    Incidentally, the terms “one-operator childcare” and “one-operator nursing care” were coined because the situation is similar to one-operator work at a restaurant, where everything has to be done by oneself and there is no one around to ask for help.

    In any case, when the burden is concentrated on one person in such a situation, the mind and body of the person involved will be exhausted. In severe cases, it may become difficult to continue work or daily life. The only way to prevent burnout caused by such one-ops is to distribute the load.

    The restaurant chain mentioned above finally decided to abolish the one-operator system after the tragic death of an employee due to overwork. As this example shows, the only way to avoid the different risks that come with a one-operator arrangement is to hire more people.

    • Do everything alone
    • Several people share the role and work together

    Comparing the two, it is obvious which can work more efficiently. Even so, there are probably costs and other issues behind the inability to increase the number of employees. However, if one-operator businesses are built upon one employee being forced to do too much, it is inevitable that the employee retention rate will be low and that it will be difficult to secure personnel. Considering these points, one-operator systems are probably not a positive thing for a company.

    The Solution: Division of Labor

    On a different note, I used to work at a facility called Type B Employment Support, where I worked in support of people with disabilities.

    At the facility where I worked, people with intellectual disabilities mainly did a variety of jobs for rehabilitation and social training. Most of the work was simple tasks, such as sealing envelopes for direct mail or putting disposable chopsticks into bags, but the division of labor was inevitably divided according to the abilities of the workers.

    For example, in the mail sealing process each person piles up the flyers they have received, such as A flyers, B flyers, and C flyers, and passes them to the next person. After that, there is a person who is in charge of aligning the flyers and sealing them in envelopes with sellotape.

    Of these tasks, piling up flyers is one that can be done by relatively anyone, so many people are assigned to this task. In contrast, the number of people who can arrange flyers and place them in envelopes is small, and when it comes to those who can seal them properly with sellotape, only two people out of several dozen can do so.

    Now that I think about it, the way work is carried out at this facility seems to reveal the advantages and disadvantages of the division of labor.

    The reason for the division of labor in the above facilities is the difference in the abilities of the personnel. By adopting the division of labor, those who can only perform a limited number of tasks can participate in the work, and this allows those who can perform more advanced tasks (such as sealing and taping) to concentrate on the work in question. And these things ultimately made the work more efficient and improved productivity.

    This is not limited to employment support facilities for people with disabilities, but as companies and stores grow in size it becomes impossible for a solo operator to handle everything on their own. In the case of a company, it is common to divide the workload by assigning a specialized person in charge of accounting, sales, and so on. In some cases, non-core operations other than the company’s main operations may be outsourced (BPO). Such a division of labor has the following advantage.

    • By separating operations into specialized areas, each person is able to focus more on their own work

    This is an important point for the growth of a company

    Disadvantages of Division of Labor

    On the other hand, there are disadvantages that arise from the increasing division of labor.

    As a matter of course, the division of labor requires the appropriate number of personnel. If you simply do not have enough staff, you may be able to solve the problem by outsourcing the work as described in the above section. If you do not have the budget to increase the number of staff, you can implement RPA tools or other tools by looking for areas in your business that can be automated.

    Another disadvantage is that in an organization with an advanced division of labor and specialization, it is easier for work to become dependent on an individual. In the example of the above-mentioned mailing work, the process of sealing envelopes with sellotape can only be done by a certain person. If this happens, there is a possibility that the person in charge will not be able to proceed with the work if they are absent, so it is important to do something about it.

    In addition, the following are some of the negative effects of the division of duties.

    • You lose track of what the rest of the team is doing.
    • It becomes difficult to get a complete picture of the business

    These are the disadvantages of having operations closed to the team (or individual).

    Visualization and Transparency with Questetra BPM Suite

    One solution to the disadvantages mentioned in the section above is to open up operations and their processes.

    This is where software such as workflow systems and BPM tools come in handy.

    Questetra BPM Suite is a BPM tool that makes it easy to visualize and open business processes. You can easily create workflow diagrams (i.e. visualization of business processes) on your PC, and automatically proceed with your business according to the diagrams.

    The disadvantages of the division of labor can be greatly reduced if the flow of work and procedures can be opened up, and who is doing what, when, and how they are doing it can be seen at a glance. Another feature of Questetra BPM Suite is that it is easy to change and share business processes, as well as to integrate with other software such as RPA tools.

    Finally

    Recently, the opening of an AI-based unmanned convenience store in Japan has been in the news, and the evolution of AI and RPA is likely to lead to the automation of not only one-operator businesses, but also a wide range of unmanned operations. For now, however, the shortcut to greater operational efficiency is to review business processes and personnel assignments, and steadily improve wasteful and unnecessary systems in your business operations.

    Why don’t you take this opportunity to visualize your business processes with Questetra BPM Suite and review the waste and inefficiency in your business? Questetra BPM Suite is a cloud-based system that can be used immediately after application. A free trial is also available.

  • ワンオペと分業化

    ワンオペと分業化

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

    先日、ウチの近くのジャズバーが新しい店長を募集していました。条件を見てみると、

    • 調理(お酒・カクテルを含む)ができること
    • 接客ができること
    • ライブの際に音響のオペレーションができること
    • 仕入れや売上の管理ができること
    • (できれば)英語ができること

    と、かなり高度なスキルが要求されていて、気になる給与は「業務委託でお願いします」とのこと。これは実質、「歩合制」と同じです。

    実はこのお店の以前の店長が私の知り合いで、仕込み・調理・接客・音響・売上管理etc…をひとりでこなす「ワンオペ」(と、歩合制の給与)がしんどくて辞めたことを知っていたので、私はこの求人募集を見て複雑な気持ちになりました。

    こうしたワンオペは、社会問題としてマスコミに大きく取り上げられたこともあります。その結果、大手チェーンなどでは状況の改善が見られたとのことですが、仕事の現場から家庭まで、ワンオペに振り回される人はいまも多いようです。

    本稿ではワンオペの問題点や、その改善策としての「分業化」について解説します。

    ワンオペの問題点

    前回のブログでは「マルチタスク」を取り上げましたが、ワンオペという言葉にはマルチタスク以上に、「なんでも1人でこなさなければいけない」というニュアンスがあります。ワンオペは「ワン・オペレーション」あるいは「ワンマン・オペレーション」を略した和製英語ですが、いずれにしてもワンオペの最大の問題は、

    • それをおこなう人の負担が大きすぎる

    という点にあります。

    たとえば、ワンオペの常態化がマスコミに大きく取り上げられた外食チェーンでは、従業員が「仕込み・調理・接客・清掃」といった業務を1人でこなすのが当たり前になっていたそうです。それだけではなく同チェーンでは、長時間勤務や連続勤務による従業員の過労、果ては「深夜に従業員が1人」という状況が強盗被害の多発を招いていることなども問題となりました。

    ちなみに、「ワンオペ育児」「ワンオペ介護」という言葉。これらはいずれも「なにもかも1人でこなさなければいけない」「周囲に協力を頼める人がいない」という状態が、飲食店のワンオペ勤務とそっくり、ということから来た造語ですね。

    いずれにしても、こうしたワンオペで1人に負担が集中すると当事者の心身は疲弊します。ひどい場合には、業務や日常生活を続けることが困難になる場合もあるでしょう。こうしたワンオペによる「燃え尽き」を防ぐためには、負荷を分散させるしかありません。

    上述の外食チェーンは、従業員の過労死という痛ましい出来事をきっかけに、ようやくワンオペの廃止に踏み切りました。この例を見てもわかるように、結局のところワンオペで生じるさまざまなリスクを回避するには「人員を増やす」以外に方法は無いように思います。

    • 何もかも1人でこなす
    • 複数名で役割を分担して作業を進める

    この2つを比べると、どちらが効率よく作業を進められるかは一目瞭然です。それでも人員を増やせない背景にはコスト等の問題があるのでしょう。しかし、そもそもワンオペが「1人の従業員に無理をさせる」ことで成り立っているのならば、従業員の定着率が低くなったり、人員の確保が難しくなったりするのは必然です。こうした点を考えても、ワンオペが企業にとってプラスになることは無いのではないでしょうか。

    「分業化」という解決策

    話は変わりますが、私はかつて「就労支援B型」と呼ばれる施設で、障がい者支援の仕事をしていました。

    私が働いていた施設では、おもに知的障がい者といわれる人たちが、リハビリや社会生活の訓練としてさまざまな仕事をしていました。仕事のほとんどは、「ダイレクトメール(DM)の封入」や「割り箸を袋に入れる」といった単純作業ですが、そこでは必然的に人員の能力に応じた「分業」がおこなわれることになります。

    たとえば DM の封入作業では、「チラシA」「チラシB」「チラシC」といったように、それぞれが自分の受け持ったチラシを重ねて次の人に渡していきます。その先には「チラシを揃えて封筒に入れる」「セロテープで封をする」といった作業を担当する人がいます。

    この作業のうち、チラシを重ねていくのは比較的誰でもできる作業であるため、多くの人がこの作業を受け持つことになります。それに対して、「チラシを揃えて封筒に入れられる人」の数は少なく、さらに「きちんとセロテープで封ができる人」に至っては数十名の人員の中で2人しかできる人がいないという状況です。

    さて、いまになって考えてみると、この施設での作業の進め方は「分業」のメリットとデメリットを明らかにしているように思います。

    上記の施設で「分業」が採用されている背景には、人員の能力差があります。「分業」を取り入れることで、限られた作業しかできない人も仕事に参加でき、そのことによってより高度な作業(封入やテープ貼り)ができる人は、当該作業に専念できます。そして、これらのことが結果的に作業を効率化し、生産性を向上させていました。

    これは何も障がい者の就労支援施設に限った話ではなく、企業でもお店でも、規模が大きくなると1人ですべてをこなす「ワンオペ」は不可能になっていきます。会社であれば、経理や営業など専門の担当を設けて「分業化」するのが一般的ですね。あるいは、企業のメインとなる業務(コア業務)以外のノンコア業務を外部に委託(BPO)するケースもあるでしょう。こうした分業には、

    • 業務を専門分化することによって、各々がより業務に注力できるようになる

    というメリットがあります。これは企業の成長にも関わる重要なポイントです。

    分業のデメリット

    その一方で、分業化が進むことによって生じるデメリットもあります。

    当たり前のことですが、まず「分業」をおこなうためには、それに見合った人員が必要です。単に「人が足りない」というだけなら、上の項で述べたように、その業務を外部に委託することで解決できるかもしれません。「人員を増やす予算がない」ということであれば、業務の中で自動化できるポイントを探し、RPA ツール等を導入する方法もあります。

    ほかにも、「分業化」や「専門分化」が進んだ組織においては、業務の「属人化」が起きやすくなるというデメリットがあります。上述した DM 封入作業の例でいうと、「セロテープで封をする工程は〇〇さんしかできない」というのはまさに業務の「属人化」ですね。こうなってしまうと、担当者が休んだ場合には業務を進められなくなってしまう可能性もあるため、なんとかしたいところです。

    また、業務の属人化には下記のような弊害もあります。

    • 他のチームの仕事内容がわからなくなる
    • 業務の全体像を把握しづらくなる

    これらは業務がチーム(あるいは個人)の中に「閉じて」しまうことによるデメリットといえるでしょう。

    Questetra BPM Suite で「見える化」してオープンに

    上の項で述べたようなデメリットの解決策として「業務やそのプロセスをオープンにする」という方法があります。

    そこで役立つのがワークフローシステムや BPM ツールと呼ばれるソフトウェアです。

    Questetra BPM Suite は、業務プロセスを簡単に「見える化」してオープンにできる BPM ツールです。パソコン上で簡単にワークフロー図を作成(=業務プロセスの「見える化」)でき、その図に沿って業務を自動で進められます。

    業務の流れや手順がオープンになり、「誰が、いつ、どんな作業をしているか」ということがひと目でわかるようになれば、分業のデメリットは大幅に改善できます。業務プロセスの変更や共有、さらには RPA ツールをはじめとする他のソフトウェアとの連携をおこないやすいことも Questetra BPM Suite の特長です。

    最後に

    最近では、国内に AI を活用した「無人コンビニ」がオープンしたことがニュースになっていましたが、AI や RPAの進化はワンオペどころか、さまざまな業務の「無人化」を実現させそうな勢いです。しかしいまのところは、業務プロセスや人員の配置を見直し、「業務上のムダ」や「ムリな体制」を地道に改善していくことが業務効率化への近道なのではないでしょうか。

    この機会に Questetra BPM Suite で業務プロセスを「見える化」し、業務における「ムリ」や「ムダ」を見直してみませんか? Questetra BPM Suite は、お申し込み後スグにご利用できるクラウド型。無料お試しも可能ですよ。

  • Unnecessary Business Processes and Productive Business Processes

    Unnecessary Business Processes and Productive Business Processes

    Original Japanese version

    Hello, this is Hayashi from the Marketing Department

    As a matter of course, companies perform many tasks on a daily basis. Some of these tasks, however, may leave you wondering, “Is that really necessary?”

    Are you bothered by formal processes and procedures that have no value, but are done because you have always done things that way or because it’s too much trouble to change?

    In this issue, we will explain how workflow can be used to remove these meaningless tasks from business operations and refocus on efficient, productive business processes.

    Value vs Waste Part 1: Going Paperless

    In recent years, an increasing number of companies have been streamlining and going paperless in order to improve operational efficiency and reduce costs.

    However, it is not uncommon for many people to feel that paper-based communication is inefficient and frustrating, but they cannot stop their bosses from rubber stamping and circulating documents.

    Why Can’t We Go Paperless?

    At my former company, all product proposals and advertising designs had to be checked by the president.

    So the president said,

    “I’ll look over all the documents!”

    And then, for some reason, even the managing director said,

    “I’ll look over all the documents too!”

    and eventually it became a rule that all documents were circulated to the president and the managing director.

    The company was a mail-order manufacturer with about 300 employees, but the number of documents circulated to the president and managing director was quite large. Even a small rough draft of an advertisement had to be circulated from the leader to the managing director to the president, and it took about a week before it was returned. However, the president had ordered this ineffective circulation process, so no one could do anything to stop it.

    Well, this is an extreme example, but I think there are many cases where people simply cannot change their long-standing habits (i.e. it is troublesome to change them).

    Successfully Going Paperless…

    On the other hand, many companies have found that going paperless has helped them improve operational efficiency and cut costs.

    For example, in the case of Sanshin Electronics Co., Ltd, which has introduced Questetra BPM Suite, it is reported that they have reduced their administrative costs by 50% by making their ordering and application processes paperless. Similarly, Vital Information, Inc. also reported a reduction of 20 hours per month of work time in their administration department by using Questetra BPM Suite to make their order approval process paperless.

    In addition, according to a survey conducted by the Japan Management Association in 2021, more than 80% of the respondents indicated that going paperless in the workplace is beneficial (from the 2021 Survey of 1,000 Businesspersons [Status of Paperless Implementation] by the Japan Management Association).

    Read more about going paperless here.

    Value vs Waste Part 2: Is This Meeting Really Necessary?

    Speaking of pointless work, conferences and meetings are another example.

    Of course, there will be meetings and conferences that are absolutely necessary for business purposes. In addition, now that remote work has become commonplace, there are times when face-to-face communication is important. However, if the number of meetings and the preparation of materials for meetings are becoming too burdensome, it may be necessary to rethink the way things are done.

    Young Employees Burnt Out on Documentation

    This is a different company from the one I mentioned in Part 1, but at a publishing company I used to work for it was common to see young employees staying up all night preparing materials for meetings. After the meeting was over, the employees, exhausted from preparing the materials, would lie down on their desks and sleep. It is not uncommon to find employees burdened with the task of preparing materials for meetings.

    But is there any other way to share information without having to go through all that trouble? Or rather, is it necessary to hold a meeting just to share information?

    Even for small-group meetings, if the content of the meeting cannot be conveyed in writing via email or internal social networking services, but the purpose of the meeting is to share information or to listen to the boss, it may simply be a waste of time.

    Use Open Chat for Smooth Information Sharing

    Speaking of information sharing, Questetra BPM Suite has an internal chat function called “Open Chat”.

    A major advantage of chat tools is the ability to share information in real time. In Open Chat it is possible to attach files and send mentions to specific people. In addition, you can check business details from the Open Chat screen with simple operations, post messages from the workflow task processing screen, and link to the business processes you have established in a variety of ways.

    Open Chat sample screen
    Questetra BPM Suite Workflow Task Processing sample screen

    Open Chat will facilitate the sharing of information and reduce wasteful meetings and conferences.

    Also, with Questetra BPM Suite, business processes can be easily changed and shared. This eliminates the need for meetings and conferences due to changes in business procedures.

    Questetra BPM Suite Enables Business Processes with Real Value

    Reviewing the business process by examining the tasks that are not really necessary is essential for improving business efficiency and productivity, and for reducing costs. If the burden of waste is reduced, employees will be able to focus more on their primary tasks.

    So, what should we do to abandon worthless work habits and build beneficial business processes?

    This is a long preface, but if you utilize Questetra BPM Suite it will be easier to construct business processes that have genuine value. Questetra BPM Suite is a BPM tool that automatically executes the business process according to the business process diagram created on a PC.

    Questetra BPM Suite shows business processes in the form of a diagram. This makes it easier to find redundant parts of a process and makes it easier to validate, change, and share processes.

    In addition, Questetra BPM Suite is a cloud-based software, so you can access the same system as in your office wherever you are, as long as you have an Internet connection, and perform the necessary tasks at the necessary time. Another advantage of Questetra BPM Suite is that you can start using it immediately without any troublesome procedures after applying.

    Why don’t you take the first step toward building beneficial business processes with Questetra BPM Suite by taking this opportunity to start with a free trial?

  • Streamline Progress Management with Workflow

    Streamline Progress Management with Workflow

    Original Japanese version

    Hi there, this is Hayashi from the Marketing Department

    Progress management is an essential part of production-related work. As the name implies, this position manages the progress of work, and is necessary for everything from the production of flyers in small areas to national-scale projects in larger areas.

    No matter what type of business you are in, the person in charge of progress management is responsible for keeping track of the progress of the work and adjusting schedules and other details as needed. To put it bluntly, it is a tough job. At least, everyone I have seen in charge of progress management has had a hard time.

    So this time, we have come up with a way to streamline the work of such progress managers with workflow.

    What is the Function of Progress Management?

    I have never worked in progress management. However, I have had many opportunities to work with progress managers in my work as a writer and editor, and I have seen what they do up close.

    I have often written about this, but I used to work as a copywriter for a mail-order manufacturer, and although it was about 15 years ago and things may have improved since then, I found the catalog production progress management work there to be truly grueling.

    To begin with, the schedule rarely goes as planned at these production sites. For example, it is an everyday occurrence that product samples do not arrive, product photos cannot be taken, and designs cannot be created. Each time this happened, the production manager would revise the schedule created in Excel, print it out, and distribute it to the team.

    Even so, the director would yell at them and ask what was going on, the sales staff would look at me disapprovingly when I made a request, and the writers and designers would fail to meet deadlines. For this reason, the company I worked for did not attract any personnel to the position of progress control.

    Save the Progress Manager with Workflow!

    It is true that not all progress management in the world is as demanding as described above. However, a friend of mine who worked at a game app production company as a progress manager also used to come home late at night and stay overnight at the company before a deadline, so it is not unusual for progress management to be overburdened with excessive workload. It is a fact that at least in the company I worked for, there were inefficient parts of the business in need of progress management.

    We have selected workflow templates that may be useful in improving the efficiency of workflow management operations from the free workflow templates that Questetra has made available to the public, using catalog production as an example. We hope that these workflows will help the frustrated progress managers all over the country, if only a little!

    Workflow #1: Work Request Flow

    The process of requesting work is fundamental to workflow.

    This “Work Request Flow” is a simple but effective workflow that allows the project manager to communicate with various people inside and outside the team.

    This flow not only allows the work to proceed automatically, but also allows the person receiving the request to ask questions of the requester and to send the request back to the requester if there are any deficiencies in the content. This will at least greatly reduce the burden of email and telephone communication.

    Also, if the director uses this workflow, it may save the time and effort of the progress manager in coordinating between the two.

    ※ Click here for a description and download of the Work Request Flow.

    Workflow #2: Progress Report Process

    The Progress Report Process is a workflow that designates one to four reporters and requests progress reports as of a specified date.

    If you require designers, writers, photographers, etc. to report in, you can check early on whether the work is progressing according to schedule. If there are many people, it is also a good idea to require chiefs and leaders to complete reports.

    After receiving the report the reported values are also tabulated, which is useful in understanding the overall progress of the project.

    ※ Click here for an explanation and download of the Progress Report Process.

    Workflow #3: Manga Production Flow

    The Manga Production Flow is a template that can be used for more than just making manga.

    In this flow, the process progresses through repeated exchanges of production, submission, and confirmation. As the work progresses, the status is automatically updated and displayed on the input screen, such as “Meeting completed,” “Rough draft being checked,” and “Draft completed”.

    This template may be more suitable for directors, but if the progress manager has permission to view the flow, it will be easier to keep track of the progress.

    ※ Click here for an explanation and download of the Manga Production Flow.

    Workflow #4: Entrusted-Delivery Flow

    The key point of the “Entrusted-Delivery Flow” is that it is linked to Google Calendar, and once the leader confirms the delivery date, that date is automatically written into the calendar.

    For example, in catalog production, different pages or roles may have different deadlines. In such cases, all deadlines for each can be listed on a single calendar.

    Today, many companies share their schedules on Google Calendar. This flow goes one step further and automates the posting of events to the calendar. Although some modifications to the wording of the processes in the flow are necessary, this flow is rather straightforward and will help reduce the workload of progress managers.

    ※ Click here for a description and download of Entrusted-Delivery Flow.

    Reduce your Workload with Questetra BPM Suite!

    As well as the workflows introduced in the section above, Questetra BPM Suite is good at highlighting

    • At what stage of completion a process is
    • Who is currently dealing with a task

    …amongst other things.

    If everyone on the team uses the same flow and Questetra BPM Suite makes it paperless and automated, the progress manager will have a lot less to do.

    Nowadays, remote work is commonplace. There are many cases where progress managers work outside of the office. Questetra BPM Suite is a cloud-based system, which allows you to access the same system as in the office and proceed with your work from anywhere where there is an internet environment.

    Another advantage of the cloud-based system is that you can start immediately without any troublesome procedures after applying. Please feel free to start with a free trial!