Interface SubWorkflowsCompletionContext

All Superinterfaces:
DataContext, DataContextReadOnly, ProcessExecutionContext, ProcessExecutionInfoContext

public interface SubWorkflowsCompletionContext extends ProcessExecutionContext, DataContext
Provides the context when all launched sub-workflows have completed.

This class provides information for each sub-workflows including their data context. This can be useful when setting variables from the main workflow's data context.

Since:
5.5.0
See Also: