CreateEntitiesStepType
moduleRegistrationName
stringThe regitration name of the module that contains the method to be invoked.
invokeMethod
stringThe method to be invoked.
compensateMethod
stringThe method to be invoked in case of compensation (when an error occurs).
data
any[]The data to pass to the invoke method.
For example, an array of objects to create.
entityIdentifier
stringOptionalA string to pass to the compensate method.
Was this page helpful?