Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titledraft

...


This example shows the user how to use the ProcessMaker I/O API for the most a common organization business process present in most organizations.

Onboarding Process Example

This diagram describe the onboarding process for a new customer.

The process diagram defined below will conduct a tracking of all onboarding requests for the integration project.

...

Activity name

Activity type

Activity description

Forms

Manual requestEmpty start event

Requester asks about new access and fills out the manual request form.

Manual Request
API requestMessage start event

Onboarding process can be started from 3rd part API.


Record customerUser task

In this form the user needs to define the workflow requirement.

Record Form (Google Form)

Validate Workspace

User taskThis task is for the validators, they need to define 2 main aspects:
  1. Requested workspace ID is not taken
  2. A valid license file should be uploaded
Validate Workspace form

Create Production Workspace

Create Sandbox Workspace

Create Development Workspace

Service taskThese tasks can be performed, depending on the initial request, to create the workspace with requested information.


Generate SummaryScript taskThis activity is executed by ProcessMaker I/O engine, and is a script to generate a PDF with the information about the workspaces and credentials.
Verify Onboarding DataUser taskThis activity is created to validate that the same user has approved all information generated by the other activities.Verify Onboarding Data


Messages

Message Title

Item

Type

Content

Notification to requester

"Verify Onboarding Data" User Task /Notify Requester Message event

email message

Hello {{Requester name}},

You request was approved and implemented.

A workspaces for {{ClientName}} was created

Please find the summary document with Credential report in the attachment

Best regards!

Notification to supervisors

"Validate workspace" User task /Notify Supervisor Message event

email message

Hello {{Supervisor name}},


We just wanted to inform you, that {{Requester name}} request for creating workspaces for {{ClientName}} wasn't validated during dedicated time 

Best regards!





...