Simple, Composable, Business-oriented Workflows for Scala

2 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub
Complete drafting API about 2 months ago

AI Summary: Enhance the Workflows4s library's drafting API (`WIO.draft`) by adding support for missing operations to achieve parity with the non-drafting API. This involves reviewing existing operations, determining which require drafting support, implementing that support where necessary, and documenting the usage of each operation, including those without dedicated drafting support.

Complexity: 4/5
good first issue

Simple, Composable, Business-oriented Workflows for Scala

Scala

AI Summary: Standardize the workflow ID type across different runtimes (Akka and Postgres) within the Workflows4s library, changing it from a runtime-specific type (String for Akka, Long for Postgres) to a consistent String type. This involves modifying the codebase to handle the String type uniformly and potentially adding runtime-specific conversions or validations where necessary to accommodate existing constraints.

Complexity: 4/5
good first issue rough edge

Simple, Composable, Business-oriented Workflows for Scala

Scala