idmtools_platform_comps.ssmt_work_items.icomps_workflowitem module¶
-
class
idmtools_platform_comps.ssmt_work_items.icomps_workflowitem.
ICOMPSWorkflowItem
(_uid: uuid.UUID = None, _IItem__pre_creation_hooks: List[Callable[[IItem, IPlatform], None]] = <factory>, _IItem__post_creation_hooks: List[Callable[[IItem, IPlatform], None]] = <factory>, platform_id: uuid.UUID = None, _platform: IPlatform = None, parent_id: uuid.UUID = None, _parent: IEntity = None, status: idmtools.core.enums.EntityStatus = None, tags: Dict[str, Any] = <factory>, _platform_object: Any = None, _IRunnableEntity__pre_run_hooks: List[Callable[[IRunnableEntity, IPlatform], None]] = <factory>, _IRunnableEntity__post_run_hooks: List[Callable[[IRunnableEntity, IPlatform], None]] = <factory>, name: str = 'idmtools workflow item', assets: idmtools.assets.asset_collection.AssetCollection = <factory>, item_name: dataclasses.InitVar = <property object>, asset_collection_id: dataclasses.InitVar = <property object>, transient_assets: idmtools.assets.asset_collection.AssetCollection = <factory>, asset_files: dataclasses.InitVar = <property object>, user_files: dataclasses.InitVar = <property object>, task: idmtools.entities.itask.ITask = None, related_experiments: list = <factory>, related_simulations: list = <factory>, related_suites: list = <factory>, related_work_items: list = <factory>, related_asset_collections: list = <factory>, work_item_type: str = None, work_order: dict = <factory>, plugin_key: str = '1.0.0.0_RELEASE')¶ Bases:
idmtools.entities.iworkflow_item.IWorkflowItem
,abc.ABC
Interface of idmtools work item
-
name
: str = 'idmtools workflow item'¶
-
work_order
: dict¶
-
work_item_type
: str = None¶
-
plugin_key
: str = '1.0.0.0_RELEASE'¶
-
get_base_work_order
()¶
-
load_work_order
(wo_file)¶
-
set_work_order
(wo)¶ Update wo for the name with value :param wo: user wo
Returns: None
-
update_work_order
(name, value)¶ Update wo for the name with value :param name: wo arg name :param value: wo arg value
Returns: None
-
clear_wo_args
()¶ Clear all existing wo args
Returns: None
-