IWorkflowEngine#

class IWorkflowEngine#

Bases: abc.ABC

Provides the interface for the workflow engine.

This interface defines the common behavior for an engineering workflow engine that can run and monitor instances.

Overview#

get_server_info

Get information about the server that is serving the request.

Import detail#

from ansys.engineeringworkflow.api.iworkflow import IWorkflowEngine

Method detail#

abstract IWorkflowEngine.get_server_info() ansys.engineeringworkflow.api.datatypes.WorkflowEngineInfo#

Get information about the server that is serving the request.

Returns:
WorkflowEngineInfo

Object with information about the server that is serving the request.