Avatar for the workfloworchestrator user
workfloworchestrator
orchestrator-core
BlogDocsChangelog

Fix TypeError when resuming process through the callback endpoint

#948Merged
Comparing
Haak1981:patch-1
(
a47f1ad
) with
main
(
ebbeb34
)
CodSpeed Performance Gauge
0%
Improvements
0
Regressions
0
Untouched
12
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

test_single_simple_subscription
test/unit_tests/graphql/test_subscription.py::test_single_simple_subscription
CodSpeed Performance Gauge
0%
10 ms
9.9 ms
test_subscription_model_vertical_references
test/unit_tests/domain/test_base_performance.py::test_subscription_model_vertical_references
CodSpeed Performance Gauge
0%
4.4 ms
4.4 ms
test_subscription_does_not_exist
test/unit_tests/graphql/test_subscription.py::test_subscription_does_not_exist
CodSpeed Performance Gauge
0%
9.3 ms
9.3 ms
test_single_subscription_schema
test/unit_tests/graphql/test_subscriptions.py::test_single_subscription_schema
CodSpeed Performance Gauge
0%
45.7 ms
45.7 ms
test_subscription_model_vertical_references_save
test/unit_tests/domain/test_base_performance.py::test_subscription_model_vertical_references_save
CodSpeed Performance Gauge
0%
133.4 ms
133.4 ms
test_subscription_model_horizontal_references_save
test/unit_tests/domain/test_base_performance.py::test_subscription_model_horizontal_references_save
CodSpeed Performance Gauge
0%
143.1 ms
143.2 ms
test_single_complex_subscription
test/unit_tests/graphql/test_subscription.py::test_single_complex_subscription
CodSpeed Performance Gauge
0%
21.6 ms
21.6 ms
test_subscriptions_single_page
test/unit_tests/graphql/test_subscriptions.py::test_subscriptions_single_page
CodSpeed Performance Gauge
0%
94.2 ms
94.3 ms
test_subscription_model_horizontal_references
test/unit_tests/domain/test_base_performance.py::test_subscription_model_horizontal_references
CodSpeed Performance Gauge
0%
9.3 ms
9.4 ms
test_single_subscription_with_depends_on_subscriptions
test/unit_tests/graphql/test_subscriptions.py::test_single_subscription_with_depends_on_subscriptions
CodSpeed Performance Gauge
0%
66.9 ms
67.1 ms
test_subscription_detail_with_domain_model
test/unit_tests/api/test_subscriptions.py::test_subscription_detail_with_domain_model
CodSpeed Performance Gauge
0%
19.6 ms
19.7 ms
test_subscription_detail_with_domain_model_does_not_exist
test/unit_tests/api/test_subscriptions.py::test_subscription_detail_with_domain_model_does_not_exist
CodSpeed Performance Gauge
-1%
4.6 ms
4.6 ms

Commits

Click on a commit to change the comparison range
Base
main
ebbeb34
0%
Update celery.py Getting a TypeError: _celery_resume_process() missing 2 required keyword-only arguments: 'user_inputs' and 'user'. Scenario is when using callback in combination with Celery. When using threadpool execution context the issue is not seen as there a default (None) is set.
a47f1ad
1 month ago
by Haak1981
© 2025 CodSpeed Technology
Home Terms Privacy Docs