Versions in this module Expand all Collapse all v1 v1.0.0 Jun 23, 2026 Changes in this version + var IsDevProfile = workflowproj.IsDevProfile + var IsGitOpsProfile = workflowproj.IsGitOpsProfile + type ProfileReconciler interface + GetProfile func() metadata.ProfileType + Reconcile func(ctx context.Context, workflow *operatorapi.SonataFlow) (ctrl.Result, error) + type ReconciliationState interface + CanReconcile func(workflow *operatorapi.SonataFlow) bool + Do func(ctx context.Context, workflow *operatorapi.SonataFlow) (ctrl.Result, []client.Object, error) + PostReconcile func(ctx context.Context, workflow *operatorapi.SonataFlow) error