Documentation
¶
Index ¶
- type Option
- type Service
- func (s *Service) Ancestry(ctx context.Context, startKey int64) (rootKey int64, path []int64, chain map[int64]processinstance.ProcessInstance, ...)
- func (s *Service) CancelProcessInstance(ctx context.Context, key int64) (processinstance.CancelResponse, error)
- func (s *Service) Capabilities(ctx context.Context) camunda.Capabilities
- func (s *Service) DeleteProcessInstance(ctx context.Context, key int64) (processinstance.ChangeStatus, error)
- func (s *Service) DeleteProcessInstanceWithCancel(ctx context.Context, key int64) (processinstance.ChangeStatus, error)
- func (s *Service) Descendants(ctx context.Context, rootKey int64) (desc []int64, edges map[int64][]int64, ...)
- func (s *Service) Family(ctx context.Context, startKey int64) (fam []int64, edges map[int64][]int64, ...)
- func (s *Service) FilterProcessInstanceWithOrphanParent(ctx context.Context, items []processinstance.ProcessInstance) ([]processinstance.ProcessInstance, error)
- func (s *Service) GetDirectChildrenOfProcessInstance(ctx context.Context, key int64) (processinstance.ProcessInstances, error)
- func (s *Service) GetProcessInstanceByKey(ctx context.Context, key int64) (processinstance.ProcessInstance, error)
- func (s *Service) SearchForProcessInstances(ctx context.Context, filter processinstance.SearchFilterOpts, size int32) (processinstance.ProcessInstances, error)
- func (s *Service) WaitForProcessInstanceState(ctx context.Context, key int64, desiredState processinstance.State) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
nolint
func (*Service) Ancestry ¶ added in v0.0.30
func (s *Service) Ancestry(ctx context.Context, startKey int64) (rootKey int64, path []int64, chain map[int64]processinstance.ProcessInstance, err error)
func (*Service) CancelProcessInstance ¶
func (s *Service) CancelProcessInstance(ctx context.Context, key int64) (processinstance.CancelResponse, error)
func (*Service) Capabilities ¶
func (s *Service) Capabilities(ctx context.Context) camunda.Capabilities
func (*Service) DeleteProcessInstance ¶ added in v0.0.30
func (s *Service) DeleteProcessInstance(ctx context.Context, key int64) (processinstance.ChangeStatus, error)
func (*Service) DeleteProcessInstanceWithCancel ¶ added in v0.0.30
func (s *Service) DeleteProcessInstanceWithCancel(ctx context.Context, key int64) (processinstance.ChangeStatus, error)
func (*Service) Descendants ¶ added in v0.0.30
func (*Service) FilterProcessInstanceWithOrphanParent ¶ added in v0.0.30
func (s *Service) FilterProcessInstanceWithOrphanParent(ctx context.Context, items []processinstance.ProcessInstance) ([]processinstance.ProcessInstance, error)
func (*Service) GetDirectChildrenOfProcessInstance ¶ added in v0.0.30
func (s *Service) GetDirectChildrenOfProcessInstance(ctx context.Context, key int64) (processinstance.ProcessInstances, error)
func (*Service) GetProcessInstanceByKey ¶
func (s *Service) GetProcessInstanceByKey(ctx context.Context, key int64) (processinstance.ProcessInstance, error)
func (*Service) SearchForProcessInstances ¶ added in v0.0.30
func (s *Service) SearchForProcessInstances(ctx context.Context, filter processinstance.SearchFilterOpts, size int32) (processinstance.ProcessInstances, error)
func (*Service) WaitForProcessInstanceState ¶
Click to show internal directories.
Click to hide internal directories.