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

fix: Invoke multiple connector jobs of the same type #169

Merged
merged 2 commits into from
Apr 4, 2023
Merged

Conversation

saig0
Copy link
Collaborator

@saig0 saig0 commented Apr 4, 2023

Description

Currently, the invocation of connector jobs doesn't work well if multiple jobs are active and the user clicks the button quickly. As a result, the jobs can't be invoked (i.e. not found). The root cause is camunda/camunda#5073.

Resolve the issue by removing the activation of the connector jobs. Instead, pass the job directly to the connector. Since the job is not activated, use the data from the state and build a fake job object.

Related issues

@saig0 saig0 merged commit ff10920 into main Apr 4, 2023
@saig0 saig0 deleted the invoke-connector branch April 4, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant