Skip to end of metadata
Go to start of metadata
Operation documentation

Run Operation

Run an operation chain in the current context
General Information

Category: Execution Flow
Operation Id: Context.RunOperation

Parameters

Name

Type

Required

Default Value

id

string

true

 

Signature

Inputs: void
Outputs: void

Links to sample use cases

There is currently no link.

See also

There is currently no link.

Something is not clear in the documentation ? We forgot to document a parameter ? Please use the "comment" feature on the wiki page to talk about your problem, we will be pleased to answer and share the information in the complementary information section, at the bottom of this page.
Complementary information

To use this operation, the only required parameter is the id of the operation chain that must be executed. It is also possible to use MVEL to perform conditional execution of operations like this :

This will execute an operation chain called "SetDefaultCoverageChain" if the current document has not been set a geographic coverage. If it already has a coverage, it will redirect to the "VoidChain".

Labels
  • None