IDslCompilerContextCommitChanges Method
|
Saves all changes made in this context to the underlying database.
Namespace:
Casewhere.Runtime.DSL.CompilerContext
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax Remarks
Normally, Casewhere will only write to database when the workflow finishes.
Calling CommitChanges will force Casewhere to write to database immediately.
This is useful when you want to query the data that was created in previous activities.
However, using this method inapproriately may impact the workflow's performance e.g. avoid calling this method in a loop.
See Also