You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we can convert bpmn exclusively only to bbo or stamp. We would like to be able to do same.
Suggested CLI params: --output-stamp-file / -ostamp $FILE --output-bbo-file / -obbo $FILE --output-file -- this could be used only if only one transformation bbo | stamp is used
All of the above CLI params should be optional as there should be a convention how the output file names are generated from input file names. Suggested output file names could be:
for stamp: ${bmpn_file}-prestamp.ttl
for bbo: ${bmpn_file}-bbo.ttl
The text was updated successfully, but these errors were encountered:
@grigobog
Not really sure how it works :(, but it is not very good practice that you will explain me here or that i start reading code too much ...
i created ticket #9
Currently, we can convert bpmn exclusively only to bbo or stamp. We would like to be able to do same.
Suggested CLI params:
--output-stamp-file / -ostamp
$FILE--output-bbo-file / -obbo
$FILE--output-file
-- this could be used only if only one transformation bbo | stamp is usedAll of the above CLI params should be optional as there should be a convention how the output file names are generated from input file names. Suggested output file names could be:
The text was updated successfully, but these errors were encountered: