Note: There is a newer version (0.4.0) of this package available. Click here to view docs for the latest version.
workflow.internal
Modules
workflow.internal
Module workflow.internal
Definitions
function registerWorkflow( function() () workflowFunction, string workflowName, map< function() () >? activities) returns boolean|errorRegisters a workflow function with the program runtime.
This is an internal function used by the compiler plugin to register workflows at module initialization time. It is not intended to be called directly by users.
Starts the workflow runtime after all workflows have been registered.
This is an internal function used by the compiler plugin as the last
generated module-level statement, ensuring that polling only begins after
every registerWorkflow call has executed.
Import
import ballerina/workflow.internal;Metadata
Released date: about 2 months ago
Version: 0.3.3
License: Apache-2.0
Compatibility
Platform: java21
Ballerina version: 2201.13.0
GraalVM compatible: No
Pull count
Total: 938
Current verison: 218
Weekly downloads
Keywords
workflow
Contributors
Dependencies