Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IExecutionCmd ¶
type IExecutionCmd interface {
InternalExecute(CommandContext engine.Context, executionEntity delegate.DelegateExecution) (interface{}, error)
}
type NeedsActiveExecutionCmd ¶
type NeedsActiveExecutionCmd struct { IExecutionCmd Ctx context.Context ExecutionId string Transactional bool ProcessVariables map[string]any }
func (NeedsActiveExecutionCmd) Context ¶
func (n NeedsActiveExecutionCmd) Context() context.Context
func (NeedsActiveExecutionCmd) Execute ¶
func (n NeedsActiveExecutionCmd) Execute(commandContext engine.Context) (interface{}, error)
func (NeedsActiveExecutionCmd) IsTransactional ¶
func (n NeedsActiveExecutionCmd) IsTransactional() bool
type Options ¶
type Options func(*NeedsActiveExecutionCmd)
func WithContext ¶
func WithProcessVariables ¶ added in v0.0.3
func WithTransactional ¶
Click to show internal directories.
Click to hide internal directories.