Apex Designer Documentation
What's New
Getting Started
Projects
Business Objects
Processes
User Interfaces
App Behaviors
Files
Dependencies
Project Settings
Libraries
Patterns and Best Practices
App Showcase
Frequently Asked Questions

Create An Onboard Supplier Process

Create your first process

Blank Profile Image
Written by Jim Volpe
Updated 2 years ago
4 min read

The next 3 lessons will focus on including process in the Supplier Management app that you created in the previous lessons. In this lesson, you will create a process and add activities to it. You will then add a start button from the suppliers page and run the process.

Create the Process

  1. Click Processes on the ribbon share
    Notice that Camunda Library is needed to include process functionality, so a message is shown suggesting to install it.
  2. Add the Camunda Library to your project by clicking Install the Camunda 7 Library:
    Install Camunda library
  3. Create the process by clicking the Add a Process button Add a Process button or the Add a Process card:
    Add a Process
  4. Name your process. The best practice is to use the naming convention of a verb followed by a noun:
    Name the process
  5. Click Create to add the process.
  6. Add a description in the Documentation field:
    Add a description in the Documentation field

Add and Name Swim Lanes

  1. The first swim lane is added with a default name of Participant. Select the swim lane and expand the General section. Rename it by clicking on the lane and typing "Purchasing" in the Name field on the right: Rename swim lane
  2. With the swim lane selected, add a new swim lane by clicking the Add Lane Below button:
    Add a new swim lane
  3. Select the new lane and add the name as "Supplier":
    Name swim lane as "Supplier"

Add Activities

  1. Add an activity to your process by clicking on the start event (the circle in the Purchasing swim lane) and selecting the Create User Task icon:
     Add an Activity to Purchasing swim lane
  2. The naming convention for activities is also a verb followed by a noun. Type a name for the activity as Initiate Onboarding:
    Name activity as Initiate Onboarding
  3. Create another activity. With the Initiate Onboarding activity selected, click the Create User Task icon.
  4. With the activity selected, name this activity Complete Application by typing the name and pressing enter.
  5. We would like this activity to be performed by the Supplier. Drag the activity straight down into the Supplier swim lane: Move activity to the Purchasing Analyst swim lane
  6. After this activity, you can now end the process by adding an end event. Select the Complete Application activity and select the Append End Event icon:
    Append End Event icon
  7. Your process should now look like this:
    Onboard Supplier Process

With the process defined, it is now possible to run through that process. Before we do that, we need a way to start it.

Add a Start Process Button

  1. Navigate to the User Interfaces page using the laptop button on the left ribbon and select the Suppliers Page.
  2. Delete the Add Button by clicking Delete delete .
  3. In its place, add the Start Process Button. Do this by expanding the Table component, typing "start" in the "Add element after Table" field, and selecting Start Process Button:
    Add the Start Process Button
  4. Add the process name:
    Add the process name

Generate and Run

  1. Generate the app:
    Generate the app
  2. If you have not already, launch the app:
    Launch the app
  3. From the Suppliers page, use the Onboard Supplier button  Onboard Supplier button to start the process.
  4. Congratulations! You have started your first process!
  5. As the process begins, you should see the page for the first task:
    Initiate Onboarding page
  6. Click the Show Process Diagram share
    Onboard Supplier Process Diagram 
  7. Close the diagram with the Close button.
  8. Do not complete the task, leave it open for the next lesson.

Summary

You created your first Process and added swim lanes and activities. You added a start button on the Suppliers page to initiate the process. Then, you ran the process and saw the user interface for the first activity. In the next lesson, you will add details to the user interfaces. Click the Next Topic link below to continue.

Powered by Apex Designer
Terms of ServicePrivacy Policy
© 2017-2024 Apex Process Consultants