Work Item Types

When a record, multiple records, or a saved set are sent to a workflow, the EnterWorks 2020 UI will display a Workflow Submission screen with multiple input fields, such as the following screen.

Workflow Submission Screen

The Workflow Submission screen is rendered based on the specified EPX Work Item Type. A Work Item type allows admins to specify how input should be specified by a user and what input should be gathered from the user.

Creating a Work Item Type

Work Item Types are created in EPX.

  1. Log into EPX as an admin.
  2. From the Navigator, go to Process Modeling—>Work Item Types.

  3. Right click on the directory Work Item Types.
  4. Click New...
  5. From the General tab, find the Name input field and enter “defaultSubmission.”

  6. Click on the MetaData tab.
  7. Right click inside the table.
  8. Select Add.
  9. At this point there are many different combinations of html input fields you can create. For this example, we are going to create a dropdown list.
  10. Enter “workflowApproval” in the Name field.

  11. Select String for the Data Type.



  12. Enter “Submission Type” in the Label field. This will be the label for EnterWorks Workflow Submission screen.

  13. Select List for the HTML Input Type.

  14. Enter “approval” in the Value field. This will be the default value for the dropdown list.

  15. Right click in the Possible Values table.

  16. Select Add…



  17. Enter “submissionList” in the Name field.

  18. Right click in the table below the Name field.

  19. Select Add.
  20. Enter “approval” in the Code field.

  21. Enter “Approval” in the Meaning field.

  22. Click OK.
  23. Right click in the Possible Values table again.
  24. Select Add.

  25. Enter “review” in the Code field.

  26. Enter “Review” in the Meaning field.

  27. Click OK to save the new submission value.
  28. Click OK again to return to the Define the Work Item Type’s metadata window.
  29. Within the Possible Values table under the Use column, click on the checkbox for the newly created possible value.

  30. Click OK to return to the WorkItemType window.
  31. Click Apply.
  32. Click OK.