Documentation
¶
Index ¶
- func CancelWorkflow(c *cli.Context) error
- func CountWorkflow(c *cli.Context) error
- func DeleteWorkflow(c *cli.Context) error
- func DescribeWorkflow(c *cli.Context) error
- func ListWorkflow(c *cli.Context) error
- func NewWorkflowCommands() []*cli.Command
- func ParseFoldStatusList(flagValue string) ([]enumspb.WorkflowExecutionStatus, error)
- func QueryWorkflow(c *cli.Context) error
- func QueryWorkflowUsingStackTrace(c *cli.Context) error
- func ResetInBatch(c *cli.Context) error
- func ResetWorkflow(c *cli.Context) error
- func ShowHistory(c *cli.Context) error
- func SignalWorkflow(c *cli.Context) error
- func StartWorkflow(c *cli.Context, printProgress bool) error
- func StartWorkflowBaseArgs(c *cli.Context) (taskQueue string, workflowType string, et, rt, dt int, wid string)
- func TerminateWorkflow(c *cli.Context) error
- func TraceWorkflow(c *cli.Context) error
- func UnmarshalMemoFromCLI(c *cli.Context) (map[string]interface{}, error)
- func UnmarshalSearchAttrFromCLI(c *cli.Context) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CancelWorkflow ¶
func CountWorkflow ¶
CountWorkflow count number of workflows
func DeleteWorkflow ¶
DeleteWorkflow deletes a workflow execution.
func DescribeWorkflow ¶
DescribeWorkflow show information about the specified workflow execution
func ListWorkflow ¶
ListWorkflow list workflow executions based on filters
func NewWorkflowCommands ¶
func ParseFoldStatusList ¶
func ParseFoldStatusList(flagValue string) ([]enumspb.WorkflowExecutionStatus, error)
func QueryWorkflow ¶
QueryWorkflow query workflow execution
func QueryWorkflowUsingStackTrace ¶
QueryWorkflowUsingStackTrace query workflow execution using __stack_trace as query type
func ShowHistory ¶
ShowHistory shows the history of given workflow execution based on workflowID and runID.
func SignalWorkflow ¶
func StartWorkflow ¶
StartWorkflow starts a new workflow execution and optionally prints progress
func StartWorkflowBaseArgs ¶
func TerminateWorkflow ¶
func TraceWorkflow ¶
func UnmarshalMemoFromCLI ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.