-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: main
Are you sure you want to change the base?
[SEP] Send tasks #22
Conversation
Added scripts for easily building and serving
Improved the scripts and removed the bat versions
There was a problem hiding this 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"); |
There was a problem hiding this comment.
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(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get cached FhirContext
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. |
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.