def create_or_update_workflow()

in src/pydolphinscheduler/java_gateway.py [0:0]


    def create_or_update_workflow(
        self,
        user_name: str,
        project_name: str,
        name: str,
        description: str,
        global_params: str,
        warning_type: str,
        warning_group_id: int,
        execution_type: str,
        timeout: int,
        worker_group: str,
        release_state: int,
        task_relation_json: str,
        task_definition_json: str,
        schedule: str | None = None,
        online_schedule: bool | None = None,
        other_params_json: str | None = None,