
On Processing step — otherwise too Atom known as – is the smallest executable unit within a B1if scenario. It performs exactly one processing step: applying an XSLT transformation, checking a condition, executing a loop, calling an adapter, setting variables, or making a call to a service layer. Multiple atoms are linked together in a scenario to form a flow that moves a message from the inbound to the outbound side.
Context
A typical atom has an input XML, an output XML, and optional configuration parameters. Atom types include, but are not limited to: Transform (XSLT), Switch/Case Branching, Loop (Iteration over elements), Call (Call another scenario), Outbound Adapter (HTTA, WSAS, JDBC etc.), Log (Write to log), Error (explicit error triggering). The chaining takes place graphically Flow EditorThe developer drags atoms into the workspace, connects them, and saves the scenario. At runtime, a context object flows through the atoms, which holds the message payload, variables, and metadata is worn. Errors of an atom are intercepted, logged or propagated depending on the configuration; the BizStore persists every run, enabling retries and resumptions.
Demarcation
A Processing Step should not be confused with a complete workflow step as found in BPMN tools — it is more granular and technically oriented. Nor is it the same as an adapter: adapters provide transport; atoms orchestrate and transform. Compared to a single stored procedure or a REST call, the atom model with its chaining offers significantly more structure, monitoring, and reusability — at the cost of XMLXSLT-centric learning curve.
Why companies are hesitant about AI in ERP
Predictive maintenance: how to turn SMEs into smart factories
RPA in the ERP environment: increasing efficiency through digital process assistants
Generative AI in ERP: How LLMs are changing the role of ERP systems
Preparing the ERP future with APIs and microservices