Skip to content

Workflow Concepts in Martini

This section delves into the fundamental concepts that underpin Workflows in Martini. Understanding these concepts is essential for effectively designing, implementing, and managing workflows that meet your integration and automation needs.

Topics Covered

  1. Key Concepts: An overview of the core ideas that define workflows in Martini, including what workflows are and their purpose in automation.

  2. Synchronous vs Asynchronous: Explore the differences between synchronous and asynchronous workflows, including use cases for each type:

  3. Synchronous Workflows: These workflows complete tasks in a sequential manner, where each step waits for the previous one to finish before proceeding.
  4. Asynchronous Workflows: In contrast, these workflows allow steps to operate independently, enabling tasks to run concurrently without waiting for others to complete.

  5. Workflows vs Services: Understand the distinctions between workflows and services