Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteTrackWorkflowStart ¶
func ExecuteTrackWorkflowStart(ctx workflow.Context, input TrackWorkflowStartInput)
ExecuteTrackWorkflowStart is a helper function to be called at the start of each workflow It executes a local activity to save the workflow execution to the database
Types ¶
type TrackWorkflowStartActivityInput ¶
type TrackWorkflowStartActivityInput struct {
WorkflowID string
RunID string
WorkflowType string
TaskQueue string
TenantID string
EnvironmentID string
CreatedBy string
Metadata map[string]interface{}
}
TrackWorkflowStartActivityInput is the input for the tracking activity
Click to show internal directories.
Click to hide internal directories.