Official Content

Allows the Task to run (or not to run) in a parallel execution thread.

Values

Synchronous The application associated with the task is executed in the same thread as the workflow engine, and the latter waits for it to be completed in order to continue processing. This is the default value.
Asynchronous The application associated with the task is executed in an independent thread and the workflow engine doesn't wait for it to be completed. The application is responsible for notifying the workflow engine through the Complete method when this task processing is completed.

Scope

Controls: Task

Description

This property is offered when the Task control has Type property = Script.

Runtime/Design time

This property applies only at design time.

See Also

Processing mode property in BPD Subprocesses

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant