GETTING STARTED
Process Apps Overview
Concepts and Terminology
Quick Start Guide
Exploring the Process Apps Store
Building a Process Apps from Scratch
What's New
Current Version
Previous Versions

CONCEPTS
Flow Builder
Triggers
Logic
Introduction
Split
Merge
GoTo
End
Tasks
Introduction
Human Task
Script Task
Integrations
Introduction
Connect to Data Table
Connect to API
Events
Call a Subflow
Notify
Delay
Forms
Form Creation
Form Components
Form Actions
Simulate
Publish
Self-Service Portal
Dashboard

SETTINGS
General Settings
Members and Roles
Versioning
Channels
Bot Permissions
Alerts
Import & Export
Change Logs
Delete App

HOW TOs
Creating a Process App
Creating a Process App
Importing and Exporting a Process App
Sharing a Process App with Co-Developers
Configuring a Process App
Defining a Digital Form
Defining a Flow for a Process App
Defining Triggers for a Process App
Using Stencil to Define a Logic for a Process App
Using Events for a Process App
Adding Access Controls to a Digital Form
Calling a Subflow from Process App
Deploying a Process App
Configuring Channels to a Process App
Publishing a Process App
Analyzing a Process App
Stimulating a Process Instance
Creating and Publishing a Process App
Viewing a Process App Errors
Viewing Change Logs Made to Process App Definition
Creating or Restoring a Version of Process App
Adding Bot Permissions to let Bot Trigger the Process App

ADMINISTRATION
Introduction
Assistant Admin Console
Administration Dashboard
User Management
Add Users
Manage Groups
Assistant Management
Assistant Management
Enrollment
Invite Users
Send Bulk Invites
Import User Data
Synchronize Users from AD
Security & Compliance
Using Single-Sign On
Security Settings
Cloud Connector
Billing

トリガーを選択することにより、プロセスアプリをシミュレートできます。シミュレータの主な目的は、ワークフローをテストすることです。プロセスアプリに適用可能なすべてのトリガーが表示され、シミュレートするトリガーを選択できます。

プロセスアプリをシミュレート

プロセスアプリをシミュレートするには、以下の手順に従います。

  1. フローページで、右上の シミュレータをクリックします。
  2. 「シミュレーション」ウィンドウには、実行中完了 のタブがあり、進行中完了のシミュレーションが表示されます。
  3. +シミュレーションをクリックします。
  4. 「シミュレーション」ウィンドウには、トリガーが表示されています。ワークフローをテストするために、トリガーを選択します。
    1. トリガータイプがフォームの場合は、システムがフォームを開いて送信できるようになります。
    2. トリガータイプが呼び出し可能の場合、システムは、サブフローを呼び出すタスクを持ち、現在のプロセスアプリに関連するすべてのプロセスアプリを表示します。
      • 親プロセスアプリが表示されます。
        1. 実行する親プロセスアプリを選択します。選択すると、システムには、親プロセスアプリに適用されるトリガーが表示されます。
        2. トリガーを選択し、選択したトリガーがフォームの場合は、同じ画面から送信できます。それ以外の場合は、トリガーに応じてテキストメッセージが表示されます。
    3. トリガータイプが 予約済みの場合は、プロセスアプリの実行を予約できます。
      1. プロパティパネルでは、トリガーとなる入力を入力できます。
      2. プロセスアプリ実行の制限値 を入力し、その入力に基づいて、予約されたトリガーの実行が発生します。
    4. トリガータイプが 会話形式の場合、プロセスアプリのトリガーとなるボットを選択できます。  次に、トリガーをクリックすると、プロセスアプリがトリガーされます。
    5. トリガータイプがWebhookの場合、システムは各トリガーに対して以下のようなテキストメッセージを表示します。
      1. Webhookトリガー – 「エンドポイントURLへのポストコールを実行してください」というメッセージが表示され 、正常にポストされた場合は、シミュレータのインスタンスの下で実行ステータスを確認します。
      2. Webhookでシミュレートされた場合、ペイロードデータを含むヘルプテキストが追加されて通知されます。これは、シミュレータのインスタンスのペイロードの一部として追加されます。
    6. トリガータイプが メールの場合、プロセスアプリをトリガーするための以下の詳細が表示されます。
      • 送信元アドレス – それは デフォルトのプラットフォームのメール設定を使用しており、プロセスアプリのメールアドレス宛にメールを送信します。
      • 宛先アドレス – デフォルトでは、プロセスアプリケーションのトリガーとなるメールアドレスが設定されます。
      • 件名 
      • メッセージを作成 
      • トリガー 
      • メール – 「メールが正常に送信されました」というメッセージが表示されます。失敗した場合は、エラーメッセージが表示されます。
      • メールの内容がトリガー定義と一致した場合に、プロセスアプリがトリガーされます。
  5. シミュレータ終了をクリックして、シミュレーションプロセスを終了します。

シミュレータのインスタンス情報

システムは、プロセスアプリに対して実行されるすべてのインスタンスを表示します。また、シミュレートされた過去3日間のプロセスアプリを表示し、刺激を受けたインスタンスの詳細をさかのぼって確認することができます。以下の情報をご覧ください。

  1. インスタンスの開始日時
  2. トリガータイプ
  3. デバッグログ
    1. 各インスタンスに対するノードの遷移を表示
      1. 実行開始
      2. 実行成功
      3. 失敗したステップ
      4. ノードにも表示される日付と時刻
    2. コンテキストデータ
  4. 現在のステップ
  5. インスタンスの実行ステータス
    1. 進行中
    2. 失敗
    3. 完了

GETTING STARTED
Process Apps Overview
Concepts and Terminology
Quick Start Guide
Exploring the Process Apps Store
Building a Process Apps from Scratch
What's New
Current Version
Previous Versions

CONCEPTS
Flow Builder
Triggers
Logic
Introduction
Split
Merge
GoTo
End
Tasks
Introduction
Human Task
Script Task
Integrations
Introduction
Connect to Data Table
Connect to API
Events
Call a Subflow
Notify
Delay
Forms
Form Creation
Form Components
Form Actions
Simulate
Publish
Self-Service Portal
Dashboard

SETTINGS
General Settings
Members and Roles
Versioning
Channels
Bot Permissions
Alerts
Import & Export
Change Logs
Delete App

HOW TOs
Creating a Process App
Creating a Process App
Importing and Exporting a Process App
Sharing a Process App with Co-Developers
Configuring a Process App
Defining a Digital Form
Defining a Flow for a Process App
Defining Triggers for a Process App
Using Stencil to Define a Logic for a Process App
Using Events for a Process App
Adding Access Controls to a Digital Form
Calling a Subflow from Process App
Deploying a Process App
Configuring Channels to a Process App
Publishing a Process App
Analyzing a Process App
Stimulating a Process Instance
Creating and Publishing a Process App
Viewing a Process App Errors
Viewing Change Logs Made to Process App Definition
Creating or Restoring a Version of Process App
Adding Bot Permissions to let Bot Trigger the Process App

ADMINISTRATION
Introduction
Assistant Admin Console
Administration Dashboard
User Management
Add Users
Manage Groups
Assistant Management
Assistant Management
Enrollment
Invite Users
Send Bulk Invites
Import User Data
Synchronize Users from AD
Security & Compliance
Using Single-Sign On
Security Settings
Cloud Connector
Billing

트리거를 선택하여 프로세스 앱을 시뮬레이션할 수 있습니다. 시뮬레이터의 주목적은 워크플로우를 테스트하는 것입니다. 프로세스 앱에 적용할 수 있는 모든 트리거가 표시되며, 시뮬레이션할 트리거를 선택할 수 있습니다.

프로세스 앱 시뮬레이션

프로세스 앱을 시뮬레이션하려면, 다음 단계를 따르세요.

  1. 흐름 페이지의 오른쪽 상단에서 시뮬레이터를 클릭합니다.
  2. 시뮬레이션 창에서, 진행 중완료됨 시뮬레이션을 표시하는 실행 중완료됨 탭을 확인할 수 있습니다.
  3. +시뮬레이션을 클릭합니다.
  4. 시뮬레이션 창에서, 트리거를 확인할 수 있습니다. 워크플로우를 테스트할 트리거를 선택합니다.
    1. 트리거 유형이 양식인 경우, 시스템은 제출할 수 있도록 양식을 엽니다.
    2. 트리거 유형이 호출 가능인 경우, 하위 흐름 호출 작업이 있고 현재 프로세스 앱과 연결된 모든 프로세스 앱을 표시합니다.
      • 부모 프로세스 앱이 표시됩니다.
        1. 실행할 부모 프로세스 앱을 선택합니다. 선택 시, 시스템은 부모 프로세스 앱에 적용할 수 있는 트리거를 표시합니다.
        2. 트리거를 선택하고, 선택한 트리거가 양식인 경우 같은 화면에서 제출할 수 있습니다. 그렇지 않으면, 트리거에 따라 텍스트 메시지가 표시됩니다.
    3. 트리거 유형이 예약됨인 경우, 시스템을 통해 프로세스 앱을 실행을 예약할 수 있습니다.
      1. 속성 패널에서, 트리거 할 입력을 입력할 수 있습니다.
      2. 프로세스 앱 실행에 대한 제한을 입력하고 입력에 따라 예약된 트리거 실행이 발생합니다.
    4. 트리거 유형이 대화형인 경우, 프로세스 앱을 트리거 할 봇을 선택할 수 있습니다. 그런 다음, 프로세스 앱을 트리거 할 트리거를 클릭합니다.
    5. 트리거 유형이 Webhook인 경우, 시스템은 아래와 같이 각 트리거에 대해 텍스트 메시지를 표시합니다.
      1. Webhook 트리거 – 시스템은 엔드 포인트에 대한 사후 호출을 수행하고 성공적으로 게시된 경우 시뮬레이터 인스턴스에서 실행 상태를 확인하세요.라는 텍스트를 표시합니다.
      2. Webhook을 통해 시뮬레이션 되는 경우 알려주는 페이로드 데이터가 있는 도움말 텍스트가 추가됩니다. 이것은 시뮬레이터 인스턴스에 대한 페이로드의 일부로 추가됩니다.
    6. 트리거 유형이 이메일인 경우, 시스템은 프로세스 앱을 트리거 하기 위해 아래 세부 정보를 표시합니다.
      • 보낸 사람 주소 – 기본 플랫폼 이메일 설정을 사용하여 프로세스 앱 이메일 주소로 이메일을 보냅니다.
      • 받는 사람 주소 – 프로세스 애플리케이션의 트리거 이메일 주소에 대한 기본값입니다
      • 제목 
      • 메시지 작성 
      • 트리거 
      • 이메일 – 성공 시 이메일이 성공적으로 전송되었다는 메시지가 표시됩니다. 실패한 경우, 오류 메시지가 표시됩니다.
      • 이메일 내용이 트리거 정의와 일치하는 경우 프로세스 앱이 트리거 됩니다.
  5. 시뮬레이션 프로세스를 종료하려면 시뮬레이터 종료를 클릭합니다.

시뮬레이터 인스턴스 정보

시스템은 프로세스 앱에 대해 실행된 모든 인스턴스를 표시합니다. 또한, 이전으로 돌아가서 시뮬레이션 된 인스턴스의 세부 정보를 확인하기 위해 지난 3일간의 프로세스 앱을 표시합니다. 다음 정보를 확인할 수 있습니다.

  1. 인스턴스 시작 날짜 및 시간
  2. 트리거 유형
  3. 디버그 로그
    1. 노드 전환이 각 인스턴스에 대해 표시됩니다
      1. 시작된 실행
      2. 성공한 실행
      3. 실패한 단계
      4. 노드에 대해서도 표시될 날짜 및 시간
    2. 컨텍스트 데이터
  4. 현재 단계
  5. 인스턴스 실행 상태
    1. 진행 중
    2. 실패함
    3. 완료됨

GETTING STARTED
Process Apps Overview
Concepts and Terminology
Quick Start Guide
Exploring the Process Apps Store
Building a Process Apps from Scratch
What's New
Current Version
Previous Versions

CONCEPTS
Flow Builder
Triggers
Logic
Introduction
Split
Merge
GoTo
End
Tasks
Introduction
Human Task
Script Task
Integrations
Introduction
Connect to Data Table
Connect to API
Events
Call a Subflow
Notify
Delay
Forms
Form Creation
Form Components
Form Actions
Simulate
Publish
Self-Service Portal
Dashboard

SETTINGS
General Settings
Members and Roles
Versioning
Channels
Bot Permissions
Alerts
Import & Export
Change Logs
Delete App

HOW TOs
Creating a Process App
Creating a Process App
Importing and Exporting a Process App
Sharing a Process App with Co-Developers
Configuring a Process App
Defining a Digital Form
Defining a Flow for a Process App
Defining Triggers for a Process App
Using Stencil to Define a Logic for a Process App
Using Events for a Process App
Adding Access Controls to a Digital Form
Calling a Subflow from Process App
Deploying a Process App
Configuring Channels to a Process App
Publishing a Process App
Analyzing a Process App
Stimulating a Process Instance
Creating and Publishing a Process App
Viewing a Process App Errors
Viewing Change Logs Made to Process App Definition
Creating or Restoring a Version of Process App
Adding Bot Permissions to let Bot Trigger the Process App

ADMINISTRATION
Introduction
Assistant Admin Console
Administration Dashboard
User Management
Add Users
Manage Groups
Assistant Management
Assistant Management
Enrollment
Invite Users
Send Bulk Invites
Import User Data
Synchronize Users from AD
Security & Compliance
Using Single-Sign On
Security Settings
Cloud Connector
Billing

You can simulate the process app by selecting a trigger. The primary purpose of the simulator is to test the workflow. It displays all triggers applicable to the process app and you can select a trigger to simulate.

Simulate Process App

To simulate your Process App, follow the below steps:

  1. On the Flow page, click Simulator on the top-right.
  2. On the Simulations window, you can find the Running and Completed tabs that display the in-progress and completed simulations.
  3. Click +Simulation.
  4. On the Simulations window, you can find triggers. Select a trigger to test the workflow.
    1. If the trigger type is a Form, the system opens up the form for you to submit.
    2. If the trigger type is Callable, the system displays all the process apps that have Call a Subflow task and are associated with the current process app.
      • Parent process apps are displayed.
        1. Select a parent process app to execute. On selection, the system displays the triggers applicable for the parent process app.
        2. Select a trigger, and if the selected trigger is a form, you can submit it from the same screen. Else, a text message is displayed according to the trigger.
    3. If the trigger type is Scheduled, the system allows you to schedule the process app execution.
      1. On the property panel, you can enter the input to trigger.
      2. Enter the limit for the process app execution and based on the input, the scheduled trigger execution occurs.
    4. If the trigger type is Conversational, you can select the bot to trigger the process app.  Then, click Trigger to trigger the process app.
    5. If the trigger type is Webhook, the system displays a text message against each trigger as shown below:
      1. Webhook Trigger – The system displays a text stating Please do a post-call to the endpoint URL, and if posted successfully, check the execution status under simulator instances.
      2. A help text with payload data is added to notify you if simulated through a webhook. This is added as part of the payload for a simulator instance.
    6. If the trigger type is Email, the system displays the below details to trigger a process app:
      • From Address – It uses the default platform email setup to send the email to the process app email address.
      • To Address – This will default to the trigger email address of the process application
      • Subject 
      • Compose message 
      • Trigger 
      • Email – An email is sent successfully message is displayed on success. If failed, it displays an error message.
      • Process app is triggered if the email content matches the trigger definition.
  5. Click Exit Simulator to exit the simulation process.

Simulator Instances Information

The system displays all the instances that are executed for the process app. It also displays the previous 3 days process apps that are simulated to go back and check details of the instance that got stimulated. You can find the following information:

  1. Instance Initiation Date & Time
  2. Trigger Type
  3. Debug Logs
    1. Nodes transitions are displayed against each instance
      1. Execution started
      2. Execution successful
      3. Step Failed
      4. Date and time to be displayed as well for the node
    2. Context data
  4. Current Step
  5. Instance Execution Status
    1. In Progress
    2. Failed
    3. Completed