You've already forked dokumenta-semantiska-analize
Import UAPF package
feat(3.1.0): align with UAPF v2.4.0 — algorithm card refs move to BPMN task #2
Reference in New Issue
Block a user
Delete Branch "v3.1.0-bpmn-algorithm-task"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
UAPF v2.4.0 reverses the v2.3.0 decision to place algorithm card
references on resource targets. The card belongs on the BPMN task
itself, where it is visible as a first-class process element and its
inputs/outputs render as visible data objects on the diagram.
Changes from v3.0.0:
carries xmlns:uapf24=https://uapf.dev/bpmn/v2.4 + the
uapf24:algorithmCardRef attribute pointing at the governing card,
plus a bpmn:ioSpecification synthesised from the card's io block
so inputs/outputs render as visible data objects
3 targets (they go back to being just dispatch endpoints)
Cards themselves are unchanged. DMN files are unchanged.