Versions in this module Expand all Collapse all v0 v0.16.0 Dec 31, 2020 Changes in this version + func CreateCronTrigger(t *testing.T, client *gophercloud.ServiceClient, workflow *workflows.Workflow) (*crontriggers.CronTrigger, error) + func CreateExecution(t *testing.T, client *gophercloud.ServiceClient, workflow *workflows.Workflow) (*executions.Execution, error) + func CreateWorkflow(t *testing.T, client *gophercloud.ServiceClient) (*workflows.Workflow, error) + func DeleteCronTrigger(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteExecution(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteWorkflow(t *testing.T, client *gophercloud.ServiceClient, workflow *workflows.Workflow) + func GetCronTrigger(t *testing.T, client *gophercloud.ServiceClient, id string) (*crontriggers.CronTrigger, error) + func GetEchoWorkflowDefinition(workflowName string) string + func GetWorkflow(t *testing.T, client *gophercloud.ServiceClient, id string) (*workflows.Workflow, error) + func ListCronTriggers(t *testing.T, client *gophercloud.ServiceClient, ...) ([]crontriggers.CronTrigger, error) + func ListExecutions(t *testing.T, client *gophercloud.ServiceClient, ...) ([]executions.Execution, error) + func ListWorkflows(t *testing.T, client *gophercloud.ServiceClient, ...) ([]workflows.Workflow, error)