You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/workflows/zowe/workflows_for_zowe_sdk/response/workflows.py
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ class CreateWorkflowResponse:
21
21
22
22
See more at: [Create a workflow: Response from a create workflow request](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-create-workflow#POSTMethodCreateAWorkflow__CreateWorkflowResponse)
23
23
24
-
Attributes
24
+
Parameters
25
25
----------
26
26
workflowKey: Optional[str]
27
27
Workflow key. A string value, which is generated by z/OSMF to uniquely identify the workflow instance.
@@ -60,7 +60,7 @@ class GetWorkflowPropertiesResponse:
60
60
61
61
See more at: [Get the properties of a workflow: JSON object that is returned to a get workflow properties request](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetProperties)
62
62
63
-
Attributes
63
+
Parameters
64
64
----------
65
65
workflowName: Optional[str]
66
66
Descriptive name for the workflow.
@@ -217,7 +217,7 @@ class WorkflowAutomationStatusResponse:
- [Response content: Format of the automation-info object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetPropertiesAutomation)
219
219
220
-
Attributes
220
+
Parameters
221
221
----------
222
222
startUser: Optional[str]
223
223
User ID of the user who initiated the automation processing.
@@ -267,7 +267,7 @@ class WorkflowStepResponse:
267
267
- [Get the properties of a workflow: Effects of access type on the returned data](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ConsiderationsForAccessType__title__1)
268
268
- [Get Workflow Properties request: Format of the step-info object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetPropertiesSteps)
269
269
270
-
Attributes
270
+
Parameters
271
271
----------
272
272
name: Optional[str]
273
273
(All step types) Name of the step.
@@ -490,7 +490,7 @@ class WorkflowJobInfoResponse:
490
490
For more information:
491
491
- [Get Workflow Properties request: Format of the jobInfo object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__table_jobInfoObject)
492
492
493
-
Attributes
493
+
Parameters
494
494
----------
495
495
jobstatus: Optional['WorkflowJobStatusResponse']
496
496
Contains the WorkflowJobStatusResponse object, which contains details about the job.
@@ -529,7 +529,7 @@ class WorkflowJobStatusResponse:
529
529
For more information:
530
530
- [Get Workflow Properties request: Format of the jobstatus object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__table_jobstatus)
531
531
532
-
Attributes
532
+
Parameters
533
533
----------
534
534
retcode: Optional[str]
535
535
Job completion code.
@@ -584,7 +584,7 @@ class WorkflowJobFileResponse:
584
584
For more information:
585
585
- [Get Workflow Properties request: Format of the jobfiles object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__table_jobfiles_object)
586
586
587
-
Attributes
587
+
Parameters
588
588
----------
589
589
id: Optional[int]
590
590
Data set number (key).
@@ -637,7 +637,7 @@ class WorkflowVariableReferenceResponse:
637
637
For more information:
638
638
- [Get Workflow Properties request: Format of the variable-reference object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetPropertiesVarRef)
639
639
640
-
Attributes
640
+
Parameters
641
641
----------
642
642
name: Optional[str]
643
643
Name of the variable.
@@ -668,7 +668,7 @@ class WorkflowVariableResponse:
668
668
For more information:
669
669
- [Get Workflow Properties request: Format of the variable-info object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-get-properties-workflow#GETMethodRetrieveInformationAboutWF__ResponseBodyGetPropertiesVars)
670
670
671
-
Attributes
671
+
Parameters
672
672
----------
673
673
name: Optional[str]
674
674
Name of the variable.
@@ -707,7 +707,7 @@ class ListWorkflowsResponse:
707
707
708
708
See more at: [List workflows request: Format of the workflow-info object](https://www.ibm.com/docs/en/zos/3.1.0?topic=services-list-workflows-system-sysplex#GETMethodListWorkflows__ResponseBodyListWorkflows)
0 commit comments