workflow.internal
Modules
workflow.internal
Module workflow.internal
Definitions
ballerina/workflow.internal Ballerina library
Functions
registerWorkflow
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.
startWorkflowRuntime
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: 1 day ago
Version: 0.3.2
License: Apache-2.0
Compatibility
Platform: java21
Ballerina version: 2201.13.0
GraalVM compatible: No
Pull count
Total: 150
Current verison: 1
Weekly downloads
Keywords
workflow
Contributors
Dependencies