Unclear documentation of "saga_create/saga_start" in SecClient
Closed this issue · 0 comments
smklein commented
SecClient::saga_create
is documented with:
Lines 128 to 131 in 8da3eda
As stated, the documentation implies that invoking saga_create
will start running the saga.
However, SecClient::saga_start
is documented as:
Lines 211 to 212 in 8da3eda
This documentation implies that a saga_create
-ed saga won't run until saga_start
is invoked.
This documentation is somewhat contradictory - judging by the examples, invoking "create" and then "start" is necessary to actually execute the saga?