class WorkflowActions extends AnyRef

https://msdn.microsoft.com/en-us/library/mt622427.aspx

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkflowActions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WorkflowActions(context: DynamicsContext)

Value Members

  1. def changeActivation(): Action
  2. val context: DynamicsContext
  3. implicit val dec: EntityDecoder[IO, WorkflowJson]
  4. val ehandler: MonadError[IO, Throwable]
  5. def executeWorkflow(): Action

    Execute a workflow against the results of a query.

  6. def get(command: String): Action
  7. def getById(id: String): IO[WorkflowJson]

    Get a single system job by its id.

  8. def getByName(name: String): IO[WorkflowJson]
  9. def getByParentId(parentId: String): IO[Seq[WorkflowJson]]

    Get workflow by parentvalueid, process type = activation, statecode = activated.

  10. def list(): Action
  11. def mkExecuteWorkflowRequest(workflowId: String, entityId: String): HttpRequest[Nothing]

    Make a request to execute workflow on an entity instance.