We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
WebDynproCommand
런타임 정의 스키마에 대한 생각
여기를 런타임으로 정의한다 가정
GitHub Actions 스키마랑 유사하게 만들었는데, 이거 구현하려면 작업할게 엄청 많을듯 아예 모듈을 코어에서 떼야 할지도?
name: read_certificated_summary application: baseUrl: https://ecc.ssu.ac.kr/sap/bc/webdynpro/SAP/ name: ZCMB3W0017 inputs: - course_key definitions: CLIENT_INSPECTOR_WD01: type: client_inspector id: WD01 CLIENT_INSPECTOR_WD02: type: client_inspector id: WD02 LOADING_PLACEHOLDER: type: loading_placeholder id: _loadingPlaceholder_ PROGRESS_TYPE: type: combo_box id: ZCMB3W0017.ID_0001:VIW_MAIN.PROGC_VAR ATTM_CRD2: type: input_field id: ZCMB3W0017.ID_0001:VIW_MAIN.ATTM_CRD2 EARN_CRD2: type: input_field id: ZCMB3W0017.ID_0001:VIW_MAIN.EARN_CRD2 GT_GPA2: type: input_field id: ZCMB3W0017.ID_0001:VIW_MAIN.GT_GPA2 CGPA2: type: input_field id: ZCMB3W0017.ID_0001:VIW_MAIN.CGPA2 AVG2: type: input_field id: ZCMB3W0017.ID_0001:VIW_MAIN.AVG2 PF_EARN_CRD1: type: input_field id: ZCMB3W0017.ID_0001:VIW_MAIN.T_PF_ERN_CRD1 steps: # use predefined actions - uses: close-popups - command: combobox_select_event with: definition: PROGRESS_TYPE key: {{ inputs.course_key }} - command: inputfield_value_command with: definition: ATTM_CRD2 outputs: value: attempted_credits - command: inputfield_value_command with: definition: EARN_CRD2 outputs: value: earned_credits - command: inputfield_value_command with: definition: GT_GPA2 outputs: value: gpa - command: inputfield_value_command with: definition: CGPA2 outputs: value: cgpa - command: inputfield_value_command with: definition: AVG2 outputs: value: avg - command: inputfield_value_command with: definition: PF_EARN_CRD1 outputs: value: pf_earned_credits
Output:
{ "success": "true", "outputs": { "attempted_credits": "1234", "earned_credits": "1234", "gpa": "1234", "cgpa": "1234", "avg": "1234", "pf_earned_credits": "1234" } }
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: