General Workflow

The Following steps will guide you through a complete resource cycle in Rembrandt.

General Workflow

To take full advantage of Rembrandts functionality, we recommend using a BPMN modeling tool. (e.g. Gryphon) and a business process managment system (BPMS) (e.g. Chimera). Working with Rembrandt follows a certain sequence of steps:

  1. model all resource types

  2. instantiate resources (can also be done during run-time)

  3. model the optimization problem

    1. register Algorithms

    2. create transformers

    3. build the recipe

  4. model the BPMN process including resource instantiation and allocation tasks

  5. deploy the modeled process to the BPMS

  6. execute the process

Below you can see the workflow using the BPMN modeling tool Gryphon and the BPMS Chimera.

Resource Modeling and Management

The organization component in Rembrandt is used to:

  • model resource types

  • instantiate resources

  • modify resources

  • delete resources and types

See Resource Modeling and Management for further information.

Resource Assignment

Resource Assignment is done in the optimization component. Here you can:

  • register algorithms

  • create transformers

  • build recipes

See Resource Assignment for further information.

Resource Allocation

The Allocation is normally done during run-time but can be started manually from the recipe view. The Executions tab in the optimization section shows the current status of all started resource allocations.

See Resource Allocation for further information.

REST API

Communication between Frontend and Backend is handles via REST requests, which are documented in a swagger file. This means that all queries and tasks can be started without use of the front end.

Last updated