Versions in this module Expand all Collapse all v1 v1.0.0 Oct 15, 2021 Changes in this version + var DefaultWfConf = map[WFConfKey]string + func IsWaitingError(err error) bool + func NewInterruptError(reason, msg string) error + func NewWaitingError() error + type InterruptError struct + ErrorMsg string + Reason string + func IsInterruptError(err error) (bool, *InterruptError) + func (e *InterruptError) Error() string + type WFConfKey string + const WFInterruptMessage + const WFInterruptPrevious + const WFInterruptReason + const WFInterruptToRecover + const WorkFlowResourceName + const WorkFlowResourceNameSpace + type WaitingError struct + func (e *WaitingError) Error() string