workflowgroups

package
v1.0.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Workflow Groups

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(opts ...option.RequestOption) *Client

func (*Client) CreateChildWorkflowGroup

func (c *Client) CreateChildWorkflowGroup(
	ctx context.Context,
	org string,
	wfGrp string,
	request *sgsdkgo.WorkflowGroup,
	opts ...option.RequestOption,
) (*sgsdkgo.WorkflowGroupCreateResponse, error)

Create Child Workflow Group

func (*Client) CreateWorkflowGroup

func (c *Client) CreateWorkflowGroup(
	ctx context.Context,
	org string,
	request *sgsdkgo.WorkflowGroup,
	opts ...option.RequestOption,
) (*sgsdkgo.WorkflowGroupCreateResponse, error)

Create Workflow Group in an Organization

func (*Client) DeleteWorkflowGroup

func (c *Client) DeleteWorkflowGroup(
	ctx context.Context,
	org string,
	wfGrp string,
	opts ...option.RequestOption,
) (*sgsdkgo.WorkflowGroupDeleteResponse, error)

Delete Workflow Group

func (*Client) ListAllChildWorkflowGroups

func (c *Client) ListAllChildWorkflowGroups(
	ctx context.Context,
	org string,
	wfGrp string,
	opts ...option.RequestOption,
) (*sgsdkgo.WorkflowGroupListAllResponse, error)

List all Child Workflow Groups

func (*Client) ListAllWorkflowGroups

func (c *Client) ListAllWorkflowGroups(
	ctx context.Context,
	org string,
	opts ...option.RequestOption,
) (*sgsdkgo.WorkflowGroupListAllResponse, error)

List all Workflow Groups

func (*Client) ReadWorkflowGroup

func (c *Client) ReadWorkflowGroup(
	ctx context.Context,
	org string,
	wfGrp string,
	opts ...option.RequestOption,
) (*sgsdkgo.WorkflowGroupGetResponse, error)

Read Workflow Group

func (*Client) UpdateWorkflowGroup

func (c *Client) UpdateWorkflowGroup(
	ctx context.Context,
	org string,
	wfGrp string,
	request *sgsdkgo.PatchedWorkflowGroup,
	opts ...option.RequestOption,
) (*sgsdkgo.WorkflowGroupPatch, error)

Update Workflow Group

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL