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
Gets the id of the
IncrementalRTAobject.Gets the name of the
IncrementalRTA.Gets the list of output documents of the
IncrementalRTA.class: IncrementalRTA.
Methods
Get the automation status
- Parameters:
- __init__(user_task_id, name, output_documents, outputs, script_instance_id, automation_api)[source]#
- property id: str#
Gets the id of the
IncrementalRTAobject.
- property name: str#
Gets the name of the
IncrementalRTA.
- property output_documents: List[Document]#
Gets the list of output documents of the
IncrementalRTA.
- get_automation_status()[source]#
Get the automation status
- Returns:
AutomationStatus– Automation status- Return type: