Create custom activities using custom activity designer templates
Rversion finale: Australia
Mis à jour 12 mars 2026
2 minutes de lecture
You can create and update different types of custom activities in the Workflow Editor
using a custom template.
Avant de commencer
Roles required: workflow_admin or activity_creator
Pourquoi et quand exécuter cette tâche
The Activity Designer contains common steps which are applicable to all the
activities that you create. This procedure guides you through the common steps and
the order they should be set up. You specify an activity template before you create
a custom activity.
Procédure
Navigate to All > Orchestration > Workflow Editor.
The Welcome tab of the Workflow Editor opens.
On the Custom tab in the palette, click
+ to create a new activity select the appropriate
template from the list.
The Activity Designer form appears, with a stage indicator at the top.
All new activities start at the General stage. The
current stage shows with a blue underscore. Figure 1. Activity designer stage indicator
Facultatif : In the Outputs form, define local and/or output variables.
Local variables can be used for temporary storage when cascading parsing
rules. For example, you might extract an XML payload from within a JSON payload.
A local variable can access the XML document and use that as a source for
another parsing rule. The graphic shows a Local1 variable
source to parse data for Output2.
Figure 2. Define local variable
Use one of the options to assign values to Outputs.
Option
Description
Parsing rule
You can create a parsing rule and map them to the output fields by
dragging and dropping the variables into the parsing
rules structure. The REST, SOAP, and JDBC templates provide
auto-mapping to create the parsing rules automatically. If available
from the test inputs form, auto-mapping should be used when
possible.
Post-processing scripts allow you to code your own output data
validation, output parsing code, and related tasks. Post-processing
executes after the execution command results have been returned and
before the parsing rules and conditions are run. Click Go to
Post-Processing (Advanced) to create a post-processing
script.
Remarque :
If you create a script, this step reflects as a stage in
the indicator.
Click Continue to open the Conditions form to
create exit condition rules for your activity and then click
Save.