boomi process development

Atom:

Single tenant(account) and Single node atmosphere run time engine

Molecule:

Single tenant(account),Set of atoms/node, those are clustered.

Head node decides which child node should get the traffic, if the head node goes down then the child node takes responsibility of the head node.

Clustering is enabled by NFL

Multi-tenant:

Your infrastructure is being shared with other customers.

Deciding when to use Atoms and Molecules depends on a number of factors. We can say that an Atom is a combination of single-tenant and single-node runtime engines. On the other hand, Molecules are similar to Atoms, but with multiple-node runtime engines.

Difference between logic and process route:

 the logic shape has just if-else, but the process route can route to many paths

what is the meaning of no data and data pass-through in the start shape

 No data mean it will start without data, and passthrough means whatever comes as input request it will go as it is.

What is use of data processer steps?

 split the data

Branch shape

When you want to execute all operation in sequence and all operations should execute. If branch 1 is fully executed then only it will go in branch 2. It is not parallel processing.

Flow control shape

It is used for multi-threading.

Components:

Components are reusable like connectors and can be reused in shape.

 what is listen in the atom queue

Listen is keep listening to the message from the queue.

How is dell boomi license provisioned?

Boomi licensing is the based on number of connections we consumed.

How to pass sub-process response to main process?

Using return document at the end of sub-process.

How to map more than one source profile to a single profile?

 Using document cache in map step

How to deactivate the process from production env?

by detaching in deployed process under atom management

Leave A Comment?