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

Async APIs for running actions #48

Open
kariharju opened this issue Jun 13, 2024 · 1 comment
Open

Async APIs for running actions #48

kariharju opened this issue Jun 13, 2024 · 1 comment
Labels
Action Server Issue related to Action Server (auto-add to roadmap) Feature Adds a completely new feature help wanted Extra attention is needed

Comments

@kariharju
Copy link
Contributor

kariharju commented Jun 13, 2024

Issue by fabioz
Friday Jan 19, 2024 at 16:45 GMT
Originally opened as robocorp/robocorp#177


Description

The action server currently only has one API to run the actions which is synchronous. Ideally we'd like APIs which allow the action server to start running and then poll for the result (a 2nd step would be issuing a callback when it finishes).

@kariharju kariharju added Action Server Issue related to Action Server (auto-add to roadmap) Feature Adds a completely new feature help wanted Extra attention is needed labels Jun 13, 2024
@kariharju
Copy link
Contributor Author

Comment by tonnitommi
Tuesday Jan 23, 2024 at 12:02 GMT


Initially, the recommendation for long-running actions is to revert to Robocorp's Process and Control Room stack, which provides async API, webhooks and the ability to poll the results.

We might revisit the relation between Actions and Processes later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action Server Issue related to Action Server (auto-add to roadmap) Feature Adds a completely new feature help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant