Closed perillaroc closed 6 years ago
status and node_type is None.
status
node_type
None
When calling to_dict with a default value, self.status.name will raise an exception.
to_dict
self.status.name
use nwpc_workflow_model's NodeStatus and NodeType in all module.
So users must convert ecFlow's node type and status to them.
status
andnode_type
isNone
.When calling
to_dict
with a default value,self.status.name
will raise an exception.