frankframework / frank-doc

Frank!Doc
https://frankdoc.frankframework.org
Apache License 2.0
4 stars 5 forks source link

Exits isn't documented for the end user #87

Closed jacodg closed 2 years ago

jacodg commented 2 years ago

Method PipeLine.setPipeLineExits() has the following documentation:

@IbisDoc({ "PipeLine exits. If no exits are specified, a default one is created with name=\""+DEFAULT_SUCCESS_EXIT_NAME+"\" and state=\"SUCCESS\""})

But https://frankdoc.frankframework.org/#!/Other/PipeLineExits doesn't show it and the info is not available in de FrankConfig.xsd for code completion. Maybe the documentation needs to be moved to the PipeLineExits class? Or does the Frank!Doc code need to be changed? Either way the Exits needs to be documented for the end user

mhdirkse commented 2 years ago

PR https://github.com/ibissource/iaf/pull/2921 should fix this.