Keep Login Alive
Perform Keep Login Alive through myCGS.
mycgs_keepalivewritemycgs
Inputs
- Enabled
enabledbooleanOptional true-or-false value.
Default:
true - Skip Reason
skip_reasonexpressionOptional literal value or workflow expression.
- Jurisdiction
jurisdictionexpressionOptional literal value or workflow expression.
Default:
"C"
Outputs
successSuccessstatusStatusskippedSkippedneeds_humanNeeds HumanportalPortaljurisdictionJurisdictionlogged_in_atLogged In AterrorErrorerror_messageError Message
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"skip_reason": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"jurisdiction": {
"default": "C",
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"portal": {},
"status": {},
"skipped": {},
"success": {},
"needs_human": {},
"jurisdiction": {},
"logged_in_at": {},
"error_message": {}
},
"additionalProperties": true
}