kappa_sdk.SaveStrategyEnum#
- class kappa_sdk.SaveStrategyEnum(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
KW save strategy for IPTA workflows
Defines how outputs from IPTA workflows are saved to documents.
Attributes
Use a single document for all shut-in outputs from the IPTA workflow.
Use one document for each shut-in output from the IPTA workflow.
- single = 'Single'#
Use a single document for all shut-in outputs from the IPTA workflow.
All shut-in analysis results are consolidated into one document.
- multiple = 'Multiple'#
Use one document for each shut-in output from the IPTA workflow.
Each shut-in analysis result is saved as a separate document.