Download Bonita Workflow Development Guide
Transcript
1.1 Role of Designer This guide provides the designer with the information necessary to be able to: 1.2 • Access Process Management to create or modify Process Models using the ProEd Workflow editor. • Manage Bonita Process Models: import XPDL files. Role of Developer At different points during the Workflow process, Bonita Workflow process models may call external Java classes to perform specific tasks. These Java classes are divided into four categories, according to the task they are to perform during a Workflow process. The four types of Java classes that can be involved in a Workflow process are: − Hooks and Action Connectors: triggering automatic actions at specific moments during the process or during an activity. − Mappers: specifying the person(s) corresponding to a specific role. − Initiator Mapper: specifying the person(s) allowed to start the process. − Performer assignment: refining the assignment of a Participant to an activity. This guide provides the developer with the information necessary to: 12 • Add hooks, action connectors, mappers, initiator mappers, and performer assignment entities, to a Workflow process definition. • Compile and deploy those entities in the Bonita Workflow environment (where those entities are Java classes). Bonita Workflow - Development Guide