ReviveWorkflowInstanceDetails

class oci.tenant_manager_control_plane.models.ReviveWorkflowInstanceDetails(**kwargs)

Bases: object

The parameters for reviving failed workflow

Methods

__init__(**kwargs) Initializes a new ReviveWorkflowInstanceDetails object with values from keyword arguments.

Attributes

workflow_instance_id Gets the workflow_instance_id of this ReviveWorkflowInstanceDetails.
workflow_instance_name Gets the workflow_instance_name of this ReviveWorkflowInstanceDetails.
__init__(**kwargs)

Initializes a new ReviveWorkflowInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • workflow_instance_id (str) – The value to assign to the workflow_instance_id property of this ReviveWorkflowInstanceDetails.
  • workflow_instance_name (str) – The value to assign to the workflow_instance_name property of this ReviveWorkflowInstanceDetails.
workflow_instance_id

Gets the workflow_instance_id of this ReviveWorkflowInstanceDetails. Id of failed workflow

Returns:The workflow_instance_id of this ReviveWorkflowInstanceDetails.
Return type:str
workflow_instance_name

Gets the workflow_instance_name of this ReviveWorkflowInstanceDetails. Service specific workflow instance name

Returns:The workflow_instance_name of this ReviveWorkflowInstanceDetails.
Return type:str