-
usage.ts: is a fundamental example of using the
ExecutionEngine
. -
authentication.ts: illustrates the sequential execution of functions, providing a detailed trace for each step of the workflow.
-
car.ts: an advanced example showcasing the ability to orchestrate intricate tasks simultaneously and hierarchically.
-
usage2.ts: an alternative usage of the
ExecutionEngine
that illustrates the integration of decorators (@engine
and@run
) for a more organized and class-based approach. -
weather.ts: Advanced example with custom parameters, demonstrating the Execution Engine's versatility in handling complex workflows through decorators (
@engine
and@run
) within TypeScript classes. -
usage3.ts: example of a trace with a deep workflow and consecutive tasks.
-
greeting.ts: Advanced example demonstrating the Execution Engine's traceOptions through decorators (
@engine
and@run
).