# Flow Actions

- [Orchestrate Saga](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/orchestrate-saga.md): These actions provide ability to coordinate end-to-end API calls, locally executing or distributing microservice steps across the platform.
- [Execute Predefined Actions](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/execute-predefined-actions.md): These actions provide ability to execute predefined reusable actions as saga steps.
- [Loop Each Entry](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/loop-each-entry.md): These actions provide ability to repeat an action for each entry in a specific payload element.
- [Run Multiple Steps](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/run-multiple-steps.md): These actions provide ability to execute sequential actions using different event handlers at once.
- [Buffer Payloads](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/buffer-payloads.md): These actions provide ability to buffer multiple event payloads into a single batch event.
- [Merge Parallel Steps](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/merge-parallel-steps.md): These actions provide ability to merge parallel saga steps in distributed flow executions.
- [Log Event](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/log-event.md): These actions provide ability to review contents of events received by a runner from logs.
- [Send Event](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/send-event.md): These actions provide ability to send events to an output stream.
- [Validate Event](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/validate-event.md): These actions provide ability to check validity of event contents using different validator types.
- [Transform Event](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/transform-event.md): These actions provide ability to transform incoming event payload using various transformation classes.
- [Do Nothing](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/do-nothing.md): These actions provide ability to pass event data through without changes.
- [Lock & Unlock](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/lock-and-unlock.md): These actions provide ability to create locks and unlock them for a given id and a domain.
- [Perform DB Transaction](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/perform-db-transaction.md): These actions provide ability to execute multiple state manipulation journals as a single database transaction.
- [Trigger Runner Command](/devops/api-flows/configuring-saga-steps/event-step/flow-actions/trigger-runner-command.md): These actions provide ability to trigger commands through event streams.
