Open Issues Need Help
View All on GitHubAI 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.
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.