Response Types:
- workflows.WorkflowUpdateResponse
- workflows.WorkflowListResponse
- workflows.WorkflowDeleteResponse
- workflows.WorkflowGetResponse
Methods:
client.Workflows.Update(ctx context.Context, workflowName string, params workflows.WorkflowUpdateParams) (*workflows.WorkflowUpdateResponse, error)client.Workflows.List(ctx context.Context, params workflows.WorkflowListParams) (*pagination.V4PagePaginationArray[workflows.WorkflowListResponse], error)client.Workflows.Delete(ctx context.Context, workflowName string, body workflows.WorkflowDeleteParams) (*workflows.WorkflowDeleteResponse, error)client.Workflows.Get(ctx context.Context, workflowName string, query workflows.WorkflowGetParams) (*workflows.WorkflowGetResponse, error)
Response Types:
- workflows.InstanceNewResponse
- workflows.InstanceListResponse
- workflows.InstanceBulkResponse
- workflows.InstanceGetResponse
- workflows.InstanceStepResponse
Methods:
client.Workflows.Instances.New(ctx context.Context, workflowName string, params workflows.InstanceNewParams) (*workflows.InstanceNewResponse, error)client.Workflows.Instances.List(ctx context.Context, workflowName string, params workflows.InstanceListParams) (*pagination.V4PagePaginationArray[workflows.InstanceListResponse], error)client.Workflows.Instances.Bulk(ctx context.Context, workflowName string, params workflows.InstanceBulkParams) (*pagination.SinglePage[workflows.InstanceBulkResponse], error)client.Workflows.Instances.Get(ctx context.Context, workflowName string, instanceID string, params workflows.InstanceGetParams) (*workflows.InstanceGetResponse, error)client.Workflows.Instances.Step(ctx context.Context, workflowName string, instanceID string, params workflows.InstanceStepParams) (*workflows.InstanceStepResponse, error)
Response Types:
Methods:
client.Workflows.Instances.Status.Edit(ctx context.Context, workflowName string, instanceID string, params workflows.InstanceStatusEditParams) (*workflows.InstanceStatusEditResponse, error)
Response Types:
Methods:
client.Workflows.Instances.Events.New(ctx context.Context, workflowName string, instanceID string, eventType string, params workflows.InstanceEventNewParams) (*workflows.InstanceEventNewResponse, error)
Response Types:
Methods:
client.Workflows.Versions.List(ctx context.Context, workflowName string, params workflows.VersionListParams) (*pagination.V4PagePaginationArray[workflows.VersionListResponse], error)client.Workflows.Versions.Get(ctx context.Context, workflowName string, versionID string, query workflows.VersionGetParams) (*workflows.VersionGetResponse, error)client.Workflows.Versions.Graph(ctx context.Context, workflowName string, versionID string, query workflows.VersionGraphParams) (*workflows.VersionGraphResponse, error)