Duplicate ActivityDefinition Resources Prevent Processes From Being Executed #247
Labels
bug
Something isn't working
ready for release
Issue is fixed and merged into develop, ready for next release
Milestone
Description
Duplicate
ActivityDefinition
resources (as in the sameurl
andversion
) prevent processes from being executed.Task
resources with statusrequested
can not be created, if a correspondingActivityDefinition
resource exists with the sameurl
andversion
more than once.Effected DSF Version
Expected Behavior
Duplicate
ActivityDefinition
resources (as in the sameurl
andversion
) should not exists on the DSF FHIR server.Logs
FHIR:
with for example:
<some url> = http://medizininformatik-initiative.de/bpe/Process/feasibilityExecute
<some version> = 1.0
Workaround
To check if there are duplicate
ActivityDefinition
resources in the DSF FHIR server database execute in/opt/fhir
:To delete duplicate
ActivityDefinition
resources from the DSF FHIR server database execute in/opt/fhir
:The text was updated successfully, but these errors were encountered: