Node reference

Transcoder for Joomla and WordPress

Transcoder is a Step (action) in Cloud › Google. Submits a transcoding job to Google Cloud Transcoder.

Overview

Transcoder is a Step (action) in Cloud › Google. Submits a transcoding job to Google Cloud Transcoder.

When the flow reaches this step, JOrchestrator executes Transcoder against your linked site or an external integration, using the field values you set on General and Design. Downstream steps can read the output payload fields defined for this node.

Why use this node

Transcoder is a action step in the Cloud › Google group. Action steps run in the middle or end of a flow. They perform work on your CMS, call external services, or transform data for the next step.

Typical reasons teams add Transcoder to a flow:

  • Automate "Transcoder" as part of a larger Joomla or WordPress workflow
  • Replace manual google work with a repeatable, logged flow step
  • Chain with triggers, logic, and messaging nodes on the same canvas

Example workflows

Common patterns on the canvas:

  1. Trigger or Webhook → upstream steps → TranscoderSend Email or CMS update
  2. Scheduled triggerTranscoderDebug (while testing) → production action

How to set it up

Input and output gs:// URIs and preset template (default preset/web-hd). Optionally wait for completion.

Good to know

Credentials from Node Configuration → Google; output bucket must allow the transcoder service account.

Properties panel

The designer shows these tabs for this node:

TabPurpose
InfoPlain-language description and output payload fields for downstream steps
GeneralCanvas label and read-only node ID
AIOptional assistant to help draft settings from plain language
DesignNode-specific configuration fields

System (automatic — not edited by the user)

These fields are managed by the designer or runtime — you do not type into them directly:

Property keyLabelTypeRequiredVisible whenNotes
_nodeIdNode IDnode-idNo
_payloadFieldsAvailable Fieldspayload-panelNo

User-configured — General tab

Property keyLabelTypeRequiredVisible whenNotes
labelLabeltextNoNode label

User-configured — Design tab

Property keyLabelTypeRequiredVisible whenNotes
inputGcsUriInput GCS URIpayload-textYesgs://my-bucket/source/video.mp4 Source file in Cloud Storage (must be readable by the Transcoder service account).
outputGcsUriOutput GCS URIpayload-textYesgs://my-bucket/transcoded/ Folder prefix where Transcoder writes outputs (trailing slash recommended).
templateIdPreset templateselect (preset/web-hd | preset/web-sd | preset/720p-h264-aac | preset/1080p-h264-aac; default: preset/web-hd)NoGoogle preset template for the transcoding job.
locationTranscoder locationselect (us-central1 | us-east1 | us-east4 | us-west1 | europe-west1 | europe-west4 | asia-east1 | asia-southeast1; default: us-central1)NoRegion where the Transcoder API job runs (must match bucket region when possible).
projectIdProject ID (optional)payload-textNomy-gcp-project Leave blank to use the project ID from Joomla Node Configuration → Google.
waitForCompleteWait for job to completecheckboxNo
pollIntervalSecondsPoll interval (seconds)select (10 | 15 | 20 | 30 | 60; default: 15)NowaitForComplete === true
maxPollMinutesMax wait (minutes)select (15 | 30 | 60 | 120 | 240; default: 60)NowaitForComplete === true

CMS site configuration (not on this node's properties panel)

Credentials, API keys, mailers, SMTP, and integration defaults are configured in the CMS plugin under Node Configuration, not per step on this node. Link the flow to a domain before testing CMS-backed fields.

Output payload fields

After this step runs, later nodes can reference these fields using placeholders such as {{transcoder.success}}.

Field keyTypeDescription
successbooleanWhether the operation completed successfully.
jobIdstringCloud transcoding or conversion job ID.
jobNamestringText value from this node's output.
statestringPublished state (0 = unpublished, 1 = published).
inputGcsUristringGCS URI of the input file.
outputGcsUristringGCS URI prefix for outputs.
templateIdstringTranscoder template preset ID.
projectIdstringGoogle Cloud project ID.
locationstringGoogle Cloud region for the job.
messagestringHuman-readable status, error, or result summary.

Validation rules

  • Input GCS URI (inputGcsUri) must be filled before the flow can be saved.
  • Output GCS URI (outputGcsUri) must be filled before the flow can be saved.