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
99.99% of the time, the value is true and we have to pass "stateStartApiSuccess":true to worker. We could make the field default as true so that we don't have to send this value.
However, a bool field default to true may be a bit confusing, so we could rename it to stateWaitUntilFailed in the IDL.
SDK can be adapted to the value
The text was updated successfully, but these errors were encountered:
longquanzheng
changed the title
Replace stateStartApiSuccess with stateWaitUntilFailed
Using empty stateStartApiSuccess to indicate success
Dec 16, 2024
iwf/service/interpreter/workflowImpl.go
Line 752 in 6d54278
99.99% of the time, the value is true and we have to pass
"stateStartApiSuccess":true
to worker. We could make the field default as true so that we don't have to send this value.However, a bool field default to true may be a bit confusing, so we could rename it to
stateWaitUntilFailed
in the IDL.SDK can be adapted to the value
The text was updated successfully, but these errors were encountered: