Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent arguments #14

Open
6 tasks
cprima opened this issue Nov 14, 2024 · 1 comment
Open
6 tasks

Consistent arguments #14

cprima opened this issue Nov 14, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request triage Needs to be specified

Comments

@cprima
Copy link
Contributor

cprima commented Nov 14, 2024

Description

Acceptance Criteria

  • Consistent use of TransactionItem and Config
  • most workflows have output arguments about success and statistics

Subtasks

  • Define a common out argument signature
  • Lowest units of work shall not access dictionary keys
  • Subtask 3

Related Issues / Dependencies

Priority

  • Priority:

Attachments / Additional Resources

  • Attachments:
@cprima cprima self-assigned this Nov 14, 2024
@cprima cprima added the enhancement New feature or request label Nov 16, 2024
@cprima cprima moved this to Idea in rpapub 2024-25 Nov 16, 2024
@cprima
Copy link
Contributor Author

cprima commented Nov 17, 2024

blueprint for out_Result
out_Result = New Dictionary(Of String, Object) out_Result("Count") …

blueprint for out_Status
out_Status = New Dictionary(Of String, Object) out_Status("Count") out_Status("isSuccess")

image

@cprima cprima changed the title DRAFT Consistent arguments [draft] Consistent arguments Nov 17, 2024
@cprima cprima changed the title [draft] Consistent arguments Consistent arguments Nov 17, 2024
@cprima cprima added the triage Needs to be specified label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Needs to be specified
Projects
Status: Idea
Development

No branches or pull requests

1 participant