Skip to documentation
myCGS integration

Keep Login Alive

Perform Keep Login Alive through myCGS.

View as Markdown
mycgs_keepalive
writemycgs

Inputs

  • enabled
    boolean
    Enabled

    Optional true-or-false value.

    Default: true

  • skip_reason
    expression
    Skip Reason

    Optional literal value or workflow expression.

  • jurisdiction
    expression
    Jurisdiction

    Optional literal value or workflow expression.

    Default: "C"

Outputs

  • successSuccess
  • statusStatus
  • skippedSkipped
  • needs_humanNeeds Human
  • portalPortal
  • jurisdictionJurisdiction
  • logged_in_atLogged In At
  • errorError
  • error_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
}
View all myCGS actions