kappa_sdk.IncrementalRTA#

class kappa_sdk.IncrementalRTA(user_task_id, name, output_documents, outputs, script_instance_id, automation_api)[source]#

Incremental RTA object.

Presents a KAPPA Automate incremental RTA workflow object.

Attributes

IncrementalRTA.id

Gets the id of the IncrementalRTA object.

IncrementalRTA.name

Gets the name of the IncrementalRTA.

IncrementalRTA.output_documents

Gets the list of output documents of the IncrementalRTA.

IncrementalRTA.outputs

class: IncrementalRTA.

Methods

IncrementalRTA.get_automation_status()

Get the automation status

Parameters:
  • user_task_id (str)

  • name (str)

  • output_documents (List[Document])

  • outputs (List[Data])

  • script_instance_id (str)

  • automation_api (AutomationAPI)

__init__(user_task_id, name, output_documents, outputs, script_instance_id, automation_api)[source]#
Parameters:
  • user_task_id (str)

  • name (str)

  • output_documents (List[Document])

  • outputs (List[Data])

  • script_instance_id (str)

  • automation_api (AutomationAPI)

property id: str#

Gets the id of the IncrementalRTA object.

property name: str#

Gets the name of the IncrementalRTA.

property output_documents: List[Document]#

Gets the list of output documents of the IncrementalRTA.

property outputs: List[Data]#

class: IncrementalRTA.

Type:

Gets the list of outputs of the

get_automation_status()[source]#

Get the automation status

Returns:

AutomationStatus – Automation status

Return type:

AutomationStatus