Interface CommandContext

All Superinterfaces:
Context, MetadataContext, WorkflowContext

public interface CommandContext extends WorkflowContext, MetadataContext
A value based workflow command context.
  • Method Details

    • commandName

      String commandName()
      The name of the command being executed.
      Returns:
      The name of the command.
    • commandId

      long commandId()
      The id of the command being executed.
      Returns:
      The id of the command.