Skip to content

ModelEntities CallbackFunctionInstance

mitchell-conrad edited this page Jan 19, 2021 · 1 revision

Table of Contents

Callback Function Instance

A Callback Function Instance is used to specify the workload that is triggered when its containing Worker receives the function's awaited message. Its contained Member Instance contains the data from the message this function just received that can be used to drive the workload within the function.

When a Callback Function Instance is constructed in the Behaviour Definitions aspect, it gets constructed with an Input Parameter Group Instance, containing the Member Instances that will be holding the data that the function receives.

Parent

Can be adopted by the below entities:

Children

Can adopt the below entites:

Dependents

This entity does not have any dependent entities.

Dependencies

This entity depends on the below entities:

Editable Data Fields

  • operation - sets the name of the function that will be called in generated code

Edges

This entity does not have any visible edges attached to it.

Clone this wiki locally