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

[SEP] Send tasks #22

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

[SEP] Send tasks #22

wants to merge 9 commits into from

Conversation

w2ptr
Copy link
Contributor

@w2ptr w2ptr commented May 7, 2023

Support for send tasks.

IMPORTANT NOTE: this should maybe not be merged, since we did not include this in the final iteration @JortvD please correct me if I am wrong. But I left it here so the work can be viewed.

Copy link
Contributor

@JuanvdHeijden JuanvdHeijden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would like to merge this to main, but still two remaining issues on this PR

}
}
if (hasDataInput) {
addListenerToNode(sendTask, "org.camunda.bpm.delegate.SendTaskEntry", "startExecutionListener");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We expect the SendTaskExecutionListener here

@@ -32,6 +35,27 @@ public EngineQueryHandler() throws IOException {
pendingRequests = new HashMap<>();
}

public void postFhirResource(@NotNull String data) {
FhirContext ctx = FhirContext.forR4();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get cached FhirContext

@JortvD
Copy link
Contributor

JortvD commented Jun 27, 2023

Hello, @JuanvdHeijden are you sure you want to merge this branch? Because this was more of an undeveloped idea that we did not use in the final version.

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.

3 participants