Class Resource

java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.Resource
All Implemented Interfaces:
HasExtensionAttributes

public class Resource extends BaseElement
The Resource class is used to specify resources that can be referenced by Activities. These Resources can be Human Resources as well as any other resource assigned to Activities during Process execution time.
Author:
Tim Stephenson
  • Field Details

    • name

      protected String name
  • Constructor Details

    • Resource

      public Resource(String resourceId, String resourceName)
  • Method Details