kappa_sdk.user_tasks.simulation.SimulatedUserTask#
- class kappa_sdk.user_tasks.simulation.SimulatedUserTask(well, name, outputs)[source]#
User task object.
Presents a KAPPA Automate user task information object.
Attributes
SimulatedUserTask.custom_workflow_id
Get the custom workflow id of the
UserTask
object.SimulatedUserTask.documents
Gets the list of the documents under this
UserTask
.SimulatedUserTask.files
Gets the list of the files under this
UserTask
.SimulatedUserTask.id
Gets the id of the
UserTask
objectSimulatedUserTask.inputs
Retrieves the user task inputs.
SimulatedUserTask.name
Gets the name of the
UserTask
.SimulatedUserTask.outputs
Gets the list of outputs of the
UserTask
.SimulatedUserTask.plots
Gets the list of the plot instances of the
UserTask
.SimulatedUserTask.user_task_definition_name
Gets the user task definition name of the
UserTask
object.SimulatedUserTask.user_task_instance_id
Gets the user task id (processing service) of the
UserTask
object.SimulatedUserTask.workflow_id
Get the custom workflow id of the
UserTask
object.Methods
SimulatedUserTask.create_plot
(plot_name[, ...])Create a Kappa Automate Plot instance under the user task
SimulatedUserTask.delete
()Delete the User Task
SimulatedUserTask.rename
(new_name)Rename the User Task