Code step
Last updated
Last updated
The code steps allows running JavaScript code snippets at any point without spinning an entire request. Among it's usages are introducing initialization logic at first step of a flow, processing specific data right after a generic shared flow, and providing more visibility and clarity in flows and it's special logic steps.
The code step consists of two areas:
Code editor - a place to write your JavaScript snippets
Flow control - Allows skipping to another step, stopping the flow and add wait time after step execution.